Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passive scan #49

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Support passive scan #49

merged 1 commit into from
Oct 24, 2023

Conversation

willwillhi1
Copy link
Contributor

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.

@jserv jserv requested a review from rickywu0421 October 23, 2023 01:54
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
vwifi.c Outdated Show resolved Hide resolved
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.
@jserv jserv merged commit 3db379f into sysprog21:main Oct 24, 2023
4 checks passed
@jserv
Copy link
Contributor

jserv commented Oct 24, 2023

Thank @willwillhi1 for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants