You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hostapd.conf 356B

12345678910111213141516171819202122232425
  1. # Basic configuration
  2. interface=wlan0
  3. ssid=wifi
  4. channel=1
  5. #bridge=br0
  6. # WPA and WPA2 configuration
  7. macaddr_acl=0
  8. auth_algs=1
  9. ignore_broadcast_ssid=0
  10. wpa=3
  11. wpa_passphrase=YourPassPhrase
  12. wpa_key_mgmt=WPA-PSK
  13. wpa_pairwise=TKIP
  14. rsn_pairwise=CCMP
  15. # Hardware configuration
  16. driver=rtl871xdrv
  17. ieee80211n=1
  18. hw_mode=g
  19. device_name=RTL8192CU
  20. manufacturer=Realtek