Guest User

Killer 1535

a guest
Aug 21st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. interface=wlp2s0
  2. driver=nl80211
  3. hw_mode=g
  4. #ctrl_interface=/var/run/hostapd
  5. #ctrl_interface_group=0
  6. max_num_sta=64
  7.  
  8.  
  9. #802.11d Regulatory Restrictions Designations for Which Frequencies and Channels are Legal
  10. ieee80211d=1
  11. ieee80211h=1
  12. country_code=PL
  13.  
  14. # WIFI N
  15. ieee80211n=1
  16. wmm_enabled=1
  17. ht_capab=[HT40-][SHORT-GI-40][DSSS_CCK-40][TX-STBC][RX-STBC1]
  18.  
  19. # hostapd event logger configuration
  20. logger_stdout=-1
  21. logger_stdout_level=2
  22.  
  23.  
  24. #Details for Connecting Clients via WPA2 TKIP
  25. ssid=#######
  26. channel=11
  27. auth_algs=1
  28. wpa=2
  29. wpa_key_mgmt=WPA-PSK
  30. wpa_pairwise=CCMP
  31. wpa_passphrase=#########
Advertisement
Add Comment
Please, Sign In to add comment