-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two changes were made in this commit: (1) Passive scanning of vwifi: Once we execute hostapd to start AP mode , it will initialize an htrimer and set its countdown time to the beacon interval input by the user application. When the time is up, the callback function will be triggered, and it will Pass the AP's beacon to other stations. (2) Supports 5 GHZ band: The frequency is calculated as 5 GHz + (5 * channel index). Finally, some errors in vwifi will be corrected so that verify.sh can be executed correctly.
- Loading branch information
1 parent
f5b37a7
commit fa5b3cc
Showing
3 changed files
with
210 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters