tuxmartin

openwrt dfs

Oct 30th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. root@AP66:~# cat /var/run/hostapd-phy0.conf
  2. driver=nl80211
  3. logger_syslog=127
  4. logger_syslog_level=2
  5. logger_stdout=127
  6. logger_stdout_level=2
  7. country_code=CZ
  8. ieee80211d=1
  9. ieee80211h=1
  10. hw_mode=a
  11. channel=100
  12.  
  13.  
  14.  
  15. interface=wlan0
  16. ctrl_interface=/var/run/hostapd
  17. ap_isolate=1
  18. disassoc_low_ack=1
  19. preamble=1
  20. wmm_enabled=1
  21. ignore_broadcast_ssid=0
  22. uapsd_advertisement_enabled=1
  23. wpa_passphrase=123456789sbc
  24. auth_algs=1
  25. wpa=2
  26. wpa_pairwise=CCMP
  27. ssid=AP
  28. bridge=br-wifi
  29. wpa_key_mgmt=WPA-PSK
  30. okc=0
  31. disable_pmksa_caching=1
  32. bssid=00:0c:42:0c:6a:16
  33.  
  34.  
  35. root@AP66:~# hostapd -dd /var/run/hostapd-phy0.conf
  36. Configuration file: /var/run/hostapd-phy0.conf
  37. Could not read interface wlan0 flags: No such device
  38. nl80211: Driver does not support authentication/association or connect commands
  39. nl80211: deinit ifname=wlan0 disabled_11b_rates=0
  40. Could not read interface wlan0 flags: No such device
  41. nl80211 driver initialization failed.
  42. wlan0: interface state UNINITIALIZED->DISABLED
  43. wlan0: AP-DISABLED
  44. hostapd_free_hapd_data: Interface wlan0 wasn't started
  45. root@AP66:~#
Advertisement
Add Comment
Please, Sign In to add comment