Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #/etc/wpa_supplicant/wpa_supplicant.conf
- ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
- update_config=1
- network={
- ssid="generic"
- scan_ssid=1
- psk="generic"
- proto=RSN
- key_mgmt=WPA-PSK
- pairwise=CCMP TKIP
- group=CCMP TKIP
- }
- network={
- ssid="generic"
- scan_ssid=1
- proto=RSN
- key_mgmt=WPA-EAP
- pariwise=CCMP
- auth_alg=OPEN
- eap=PEAP
- identity="generic"
- password="generic"
- ca_cert=""
- phase2=""
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement