Advertisement
Guest User

linuxembedded_mac80211_hwsim_II_hostapd.conf

a guest
Jan 25th, 2021
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. interface=wlan0
  2. # nl80211 is the modern kernel<->userspace interface for WLAN
  3. driver=nl80211
  4.  
  5. # Wi-Fi "physical mode standard": IEEE 802.11g
  6. hw_mode=g
  7. # We'll offer service on channel 6 (2.4GHz band)
  8. channel=6
  9.  
  10. # WPA 2 authentication
  11. ssid=SmileECS
  12. auth_algs=1
  13. wpa=2
  14. wpa_passphrase=yayforlinux
  15. wpa_key_mgmt=WPA-PSK
  16. wpa_pairwise=TKIP
  17. rsn_pairwise=CCMP
  18.  
  19. # Beacon interval (kibi-us : 1.024 ms)
  20. beacon_int=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement