Guest User

Untitled

a guest
Feb 10th, 2019
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. cat /etc/hostapd.conf
  2. #
  3. # armbian hostapd configuration example
  4. #
  5. # nl80211 mode
  6. #
  7.  
  8. ssid=ARMBIAN
  9. interface=wlx40a5efd7fcdf
  10. hw_mode=g
  11. channel=40
  12. #bridge=br0
  13. driver=nl80211
  14.  
  15. logger_syslog=0
  16. logger_syslog_level=0
  17. wmm_enabled=1
  18. wpa=2
  19. preamble=1
  20.  
  21. wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27
  22. wpa_passphrase=12345678
  23. wpa_key_mgmt=WPA-PSK
  24. wpa_pairwise=TKIP
  25. rsn_pairwise=CCMP
  26. auth_algs=1
  27. macaddr_acl=0
  28.  
  29. noscan=1
  30.  
  31. ## IEEE 802.11n
  32. ieee80211n=1
  33. ht_capab=[HT40-][SHORT-GI-40][SHORT-GI-40][DSSS_CCK-40]
  34. country_code=US
  35. ieee80211d=1
  36. ## IEEE 802.11n
  37.  
  38. ## IEEE 802.11a
  39. hw_mode=a
  40. ## IEEE 802.11a
  41.  
  42. ## IEEE 802.11ac
  43. ieee80211ac=1
  44. vht_capab=[MAX-MPDU-11454][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-A-MPDU-LEN-EXP3]
  45. vht_oper_chwidth=1
  46. vht_oper_centr_freq_seg0_idx=42
  47. ## IEEE 802.11ac
  48.  
  49. # controlling enabled
  50. ctrl_interface=/var/run/hostapd
  51. ctrl_interface_group=0
Advertisement
Add Comment
Please, Sign In to add comment