Tweaking and recompiling the code of a WiFi driver for my needs
by pintomonde from LinuxQuestions.org on (#6F6T7)
I want to take an existing, standard WiFi driver for Linux and tweak it. I'll inroduce a whitelist into it. That is, to the consumer a driver will show the networks from a whitelist only ignoring all other ones.
It's a PoC. I want to implement it as simply as possible.
Can this be implemented? And how, in a high level?
---
It must be a driver, not a user-space application, because it's a requirement.
A driver, as I've been suggested, is iwlwifi, which is a part of the kernel
https://git.kernel.org/pub/scm/linux...ireless/scan.c
Right?
It's a PoC. I want to implement it as simply as possible.
Can this be implemented? And how, in a high level?
---
It must be a driver, not a user-space application, because it's a requirement.
A driver, as I've been suggested, is iwlwifi, which is a part of the kernel
https://git.kernel.org/pub/scm/linux...ireless/scan.c
Right?