0
submitted 9 months ago* (last edited 9 months ago) by nothingness@lemmy.world to c/osdev@programming.dev

I want to take aт existing, a standard or one of the popular ones, 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?

top 1 comments
sorted by: hot top controversial new old
[-] SteveTech@programming.dev 1 points 9 months ago

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.

this post was submitted on 28 Sep 2023
0 points (50.0% liked)

Operating System Development

272 readers
1 users here now

A place to discuss the world of operating system development. Open for all architectures.

Rules

Resources

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS