sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
203 stars 39 forks source link

Implement start_ap and stop_ap #25

Closed qqgnoe466263 closed 2 years ago

qqgnoe466263 commented 2 years ago

The start_ap will add a ssid to the ssid_table, let STA can scan ssid of AP which we created. The stop_ap will remove this ssid from ssid_table, let this AP is destroyed.

Signed-off-by: Yen qqgnoe466263@gmail.com

jserv commented 2 years ago

Please read this carefully: https://cbea.ms/git-commit/ Then, amend git commit messages.

jserv commented 2 years ago

Thank @qqgnoe466263 for contributing!