4
How to tweak a WiFi driver in Linux?
(lemmy.world)
Well here's the AP scan code for the Intel WiFi driver: https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git/tree/net/wireless/scan.c
Go though the occurrences of SSID
and decide whether you need to add some code to check it before continuing for each one.
Then you can either compile a whole new kernel, or setup dkms to dynamically load the module in.
Thanks
I would read the code and find the relevant sections then see if it's simple enough to do what I want.
A place to discuss the world of operating system development. Open for all architectures.
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient