[GSoC Weekly Status #8] Add sta, hostap and adhoc mode to wtap wlan simulator
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Aug 2022 15:25:15 UTC
Hi, This week, I have figured out why AP discards STA's probe request, and why AP don't send probe response back. It's because the IE of the probe request goes wrong, which has the wrong length in SSID IE, for e.g., the SSID is "test", so the length in SSID IE should be 4, but got a random number. I'm going to figure out the reason why.