Advertisement
Guest User

Untitled

a guest
Nov 26th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # This is the name of the WiFi interface we configured above
  2. interface=wlx0000000004b6
  3. country_code=DE
  4. # Use the nl80211 driver with the brcmfmac driver
  5. driver=nl80211
  6.  
  7. # This is the name of the network
  8. ssid=2.4GHZ
  9.  
  10. # Use the 2.4GHz band
  11. hw_mode=g
  12.  
  13. # Use channel 6
  14. channel=6
  15.  
  16. # Enable 802.11n
  17. ieee80211n=1
  18.  
  19. # Enable WMM
  20. wmm_enabled=1
  21. #ht_capab=[HT20][SHORT-GI-20][RX-STBC1]
  22. macaddr_acl=0
  23. auth_algs=1
  24. ignore_broadcast_ssid=0
  25. wpa=2
  26. wpa_key_mgmt=WPA-PSK
  27. wpa_passphrase=andy123ab
  28. rsn_pairwise=CCMP
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement