Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Config file shamelessly taken from:
- ### https://wiki.archlinux.org/index.php/wpa_supplicant
- # Yes, do access point scanning
- ap_scan=1
- # ISO/IEC alpha2 country code in which the device is operating
- country=FR
- # Our target access point definition. Please note "key_mgmt=NONE" matches
- # the "auth_algs=0" line in hostapd configuration: we don't expect any
- # authentication mecanism here.
- network={
- ssid="SmileECS"
- key_mgmt=NONE
- }
Advertisement
Add Comment
Please, Sign In to add comment