Article 6F6T7 Tweaking and recompiling the code of a WiFi driver for my needs

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?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments