hostapd.conf 285 B

1234567891011121314151617
  1. ssid=mytest
  2. hw_mode=g
  3. channel=10
  4. interface=wlan0
  5. #bridge=br0
  6. driver=nl80211
  7. ignore_broadcast_ssid=0
  8. #macaddr_acl=0
  9. #accept_mac_file=/etc/hostapd.accept
  10. #deny_mac_file=/etc/hostapd.deny
  11. auth_algs=1
  12. wpa=3
  13. wpa_passphrase=12345678
  14. wpa_key_mgmt=WPA-PSK
  15. wpa_pairwise=TKIP
  16. rsn_pairwise=CCMP