Advertisement
Guest User

root@blue:~# /usr/local/bin/hostapd -dd /etc/hostapd/hostapd

a guest
Dec 29th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. random: Trying to read entropy from /dev/random
  2. Configuration file: /etc/hostapd/hostapd.conf
  3. nl80211: Could not add multicast membership for vendor events: -2 (No such file or directory)
  4. rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
  5. nl80211: Supported cipher 00-0f-ac:1
  6. nl80211: Supported cipher 00-0f-ac:5
  7. nl80211: Supported cipher 00-0f-ac:2
  8. nl80211: Supported cipher 00-0f-ac:4
  9. nl80211: Using driver-based off-channel TX
  10. nl80211: interface wlan1 in phy phy0
  11. nl80211: Set mode ifindex 4 iftype 3 (AP)
  12. nl80211: Setup AP(wlan1) - device_ap_sme=0 use_monitor=0
  13. nl80211: Subscribe to mgmt frames with AP handle 0x8ca908
  14. nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0x8ca908 match=
  15. nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ) nl_handle=0x8ca908 match=
  16. nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ) nl_handle=0x8ca908 match=
  17. nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC) nl_handle=0x8ca908 match=
  18. nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0x8ca908 match=
  19. nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x8ca908 match=
  20. nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) nl_handle=0x8ca908 match=
  21. Could not set interface wlan1 flags (UP): Device or resource busy
  22. nl80211: Could not set interface 'wlan1' UP
  23. nl80211: Remove monitor interface: refcount=0
  24. nl80211: Remove beacon (ifindex=4)
  25. netlink: Operstate: ifindex=4 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
  26. nl80211: Set mode ifindex 4 iftype 2 (STATION)
  27. nl80211: Teardown AP(wlan1) - device_ap_sme=0 use_monitor=0
  28. nl80211: Unsubscribe mgmt frames handle 0x88042181 (AP teardown)
  29. nl80211 driver initialization failed.
  30. hostapd_interface_deinit_free(0x8c93e8)
  31. hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
  32. hostapd_interface_deinit(0x8c93e8)
  33. hostapd_bss_deinit: deinit bss wlan1
  34. hostapd_cleanup(hapd=0x8c9f00 (wlan1))
  35. hostapd_free_hapd_data: Interface wlan1 wasn't started
  36. hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
  37. hostapd_interface_free(0x8c93e8)
  38. hostapd_interface_free: free hapd 0x8c9f00
  39. hostapd_cleanup_iface(0x8c93e8)
  40. hostapd_cleanup_iface_partial(0x8c93e8)
  41. hostapd_cleanup_iface: free iface=0x8c93e8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement