Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
- update_config=1
- ap_scan=2
- eapol_version=1
- network={
- ssid="fishnet"
- scan_ssid=1
- psk=" "
- proto=RSN
- key_mgmt=WPA-PSK
- pairwise=CCMP
- }
- #proto could be either RSN (WPA2) or WPA (WPA1).
- #key_mgmt could be either WPA-PSK (most probably) or WPA-EAP (enterprise networks)
- #pairwise could be either CCMP (WPA2) or TKIP (WPA1)
- #auth_alg is most probably OPEN, other options are LEAP and SHARED
Advertisement
Add Comment
Please, Sign In to add comment