TypicalAM / Yarilo

Wireless Network Traffic Decrypter & Packet Analyzer
https://yarilo.piaseczny.dev
7 stars 0 forks source link

Support 5GHz #50

Open TypicalAM opened 3 months ago

TypicalAM commented 3 months ago

Add capabilities to the netcardmanager to support frequencies in the 5 and 5.8GHz range

TypicalAM commented 1 month ago

We use the wlan.ds.current_channel to determine the channel, this will not work in 5GHz only networks:

https://github.com/TypicalAM/Yarilo/blob/c97b36fa8ef9a9ffc40fe355c2cd8460ff107628/backend/src/sniffer.cpp#L326-L336

https://github.com/TypicalAM/Yarilo/blob/c97b36fa8ef9a9ffc40fe355c2cd8460ff107628/backend/src/access_point.cpp#L275-L285

If we determine that we are using 802.11a/n/ac/ax then we know what to use to determine the channel (a and ac work only on 5GHz, n and ax have the HT Operation tagged parameter)