Created
March 8, 2019 09:15
-
-
Save geekodour/7e3974fd3404d598d3029feb65815b72 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| interface=w_ap | |
| hw_mode=g | |
| channel=11 | |
| #ieee80211n=1 | |
| #wmm_enabled=1 | |
| #eapol_version=1 | |
| driver=nl80211 | |
| max_num_sta=60 | |
| logger_stdout=-1 | |
| logger_stdout_level=2 | |
| # SchoolBox AP | |
| ssid=schoolbox | |
| # SchoolBoxAdmin AP | |
| bss=w_ap_admin | |
| ssid=schoolboxadmin | |
| auth_algs=1 | |
| wpa=2 | |
| wpa_key_mgmt=WPA-PSK | |
| rsn_pairwise=CCMP | |
| wpa_passphrase=password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment