Guest User

Untitled

a guest
Mar 4th, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ctrl_interface=/var/run/wpa_supplicant
  2. ctrl_interface_group=user_group
  3. # The group must be customized of course
  4. eapol_version=1
  5. # 0: The interface driver takes care of scanning the network and selecting the AP.
  6. # This mode should be used if a wired network is to be encrypted.
  7. # 1: wpa_supplicant takes care of scanning the network and selecting APs.
  8. # 2: Almost like 0, but it connects to APs using security policy and SSID (BSSID is not supported).
  9. #
  10. # Normally either mode 1 or mode 2 works.
  11. ap_scan=1
  12.  
  13. Translated with www.DeepL.com/Translator (free version)
Advertisement
Add Comment
Please, Sign In to add comment