virtualm

wpa_supplicant.vodafone

Dec 26th, 2021
1,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  2. update_config=1
  3. country=HU
  4.  
  5. network={
  6.     ssid="VodafoneMobileWiFi-12345678"
  7.     psk="ABCD12345678"
  8.     key_mgmt=WPA-PSK
  9. }
Advertisement
Add Comment
Please, Sign In to add comment