Tool/software: Linux
Hi
We are working on imx6 processor , with Linux 4.1.15 kernel, and using main line kernel WL18xx driver.
Rootfs is build through Yocto and having 2.6 version of hostapd .
We have create wl18xx-conf.bin file through TI integration guide and and wl18xx booted successfully and FW loaded,
But when we are configure hostap for auto channel selection for 5Ghz and Ht40 set , then Host ap is not working [Note : I am able to create Host AP through fix channel selection like channel=48]
below is my config file for hostap
#cat /etc/hostapd.conf
driver=nl80211
ieee80211d=1
country_code=US
wmm_enabled=1
ieee80211n=1
ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
channel=0
interface=wlan0
ssid=something
hw_mode=a
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=3
wpa_passphrase=1234567890
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
Attached the output of below command
#hostapd /etc/hostapd.conf -P /var/run/hostapd.pid -ddd
hostapd /etc/hostapd.conf -P /var/run/hostapd.pid -ddd random: Trying to read entropy from /dev/random Configuration file: /etc/hostapd.conf nl80211: Supported cipher 00-0f-ac:1 nl80211: Supported cipher 00-0f-ac:5 nl80211: Supported cipher 00-0f-ac:2 nl80211: Supported cipher 00-0f-ac:4 nl80211: Supported cipher 00-14-72:1 nl80211: Supports Probe Response offload in AP mode nl80211: Using driver-based off-channel TX nl80211: Driver-advertised extended capabilities (default) - hexdump(len=8): 04 00 00 00 00 00 00 40 nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=8): 04 00 00 00 00 00 00 40 nl80211: Supported vendor command: vendor_id=0x80028 subcmd=0 nl80211: Supported vendor command: vendor_id=0x80028 subcmd=1 nl80211: Supported vendor command: vendor_id=0x80028 subcmd=2 nl80211: Supported vendor event: vendor_id=0x80028 subcmd=0 nl80211: Supported vendor event: vendor_id=0x80028 subcmd=1 nl80211: Use separate P2P group interface (driver advertised support) nl80211: Enable multi-channel concurrent (driver advertised support) nl80211: interface wlan0 in phy phy0 nl80211: Set mode ifindex 3 iftype 3 (AP) nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0 nl80211: Subscribe to mgmt frames with AP handle 0xb3b3f8 nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0xb3b3f8 match= nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ) nl_handle=0xb3b3f8 match= nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ) nl_handle=0xb3b3f8 match= nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC) nl_handle=0xb3b3f8 match= nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0xb3b3f8 match= nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) nl_handle=0xb3b3f8 match= nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=04 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=0501 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=0504 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=06 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=09 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=0a nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=11 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb3b3f8 match=7f rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0 nl80211: Add own interface ifindex 3 (ifidx_reason -1) nl80211: if_indices[16]: 3(-1) phy: phy0 BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits) wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE Previous country code 98, new country code US Continue interface setup after channel list update ctrl_iface not configured! random: Got 8/20 bytes from /dev/random RTM_NEWLINK: ifi_index=3 ifname=wlan0 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x1003 ([UP]) Channel list update timeout - try to continue anyway nl80211: Regulatory information - country=98 nl80211: 2402-2472 @ 40 MHz 20 mBm nl80211: 5170-5250 @ 80 MHz 20 mBm nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS) nl80211: 5735-5835 @ 80 MHz 20 mBm nl80211: Added 802.11b mode based on 802.11g information Allowed channel: mode=1 chan=1 freq=2412 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=2 freq=2417 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=3 freq=2422 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=4 freq=2427 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=5 freq=2432 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=6 freq=2437 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=7 freq=2442 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=8 freq=2447 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=9 freq=2452 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=10 freq=2457 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=11 freq=2462 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=36 freq=5180 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=38 freq=5190 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=40 freq=5200 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=42 freq=5210 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=44 freq=5220 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=46 freq=5230 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=48 freq=5240 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=149 freq=5745 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=153 freq=5765 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=157 freq=5785 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=161 freq=5805 MHz max_tx_power=20 dBm Allowed channel: mode=2 chan=165 freq=5825 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=1 freq=2412 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=2 freq=2417 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=3 freq=2422 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=4 freq=2427 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=5 freq=2432 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=6 freq=2437 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=7 freq=2442 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=8 freq=2447 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=9 freq=2452 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=10 freq=2457 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=11 freq=2462 MHz max_tx_power=20 dBm ACS: Automatic channel selection started, this may take a bit ACS: Scanning 1 / 5 wlan0: nl80211: scan request nl80211: Passive scan requested nl80211: Scan frequency 5180 MHz nl80211: Scan frequency 5190 MHz nl80211: Scan frequency 5200 MHz nl80211: Scan frequency 5210 MHz nl80211: Scan frequency 5220 MHz nl80211: Scan frequency 5230 MHz nl80211: Scan frequency 5240 MHz nl80211: Scan frequency 5745 MHz nl80211: Scan frequency 5765 MHz nl80211: Scan frequency 5785 MHz nl80211: Scan frequency 5805 MHz nl80211: Scan frequency 5825 MHz Scan requested (ret=0) - scan timeout 10 seconds wlan0: interface state COUNTRY_UPDATE->ACS wlan0: ACS-STARTED Interface initialization will be completed in a callback (ACS) nl80211: Event message available nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 wlan0: nl80211: Scan trigger wlan0: Event SCAN_STARTED (47) received Unknown event 47 nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=1 entropy=0 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=2 entropy=1 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=3 entropy=2 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=4 entropy=3 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=5 entropy=4 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=6 entropy=5 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=7 entropy=6 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=8 entropy=7 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=9 entropy=8 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=10 entropy=9 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=11 entropy=10 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] RTM_NEWLINK: ifi_index=3 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) nl80211: Event message available nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 wlan0: nl80211: New scan results available nl80211: Scan included frequencies: 5180 5190 5200 5210 5220 5230 5240 5745 5765 5785 5805 5825 wlan0: Event SCAN_RESULTS (3) received ACS: Using survey based algorithm (acs_num_scans=5) nl80211: Fetch survey data wlan0: Event SURVEY (46) received No survey data received ACS: Scanning 2 / 5 wlan0: nl80211: scan request nl80211: Passive scan requested nl80211: Scan frequency 5180 MHz nl80211: Scan frequency 5190 MHz nl80211: Scan frequency 5200 MHz nl80211: Scan frequency 5210 MHz nl80211: Scan frequency 5220 MHz nl80211: Scan frequency 5230 MHz nl80211: Scan frequency 5240 MHz nl80211: Scan frequency 5745 MHz nl80211: Scan frequency 5765 MHz nl80211: Scan frequency 5785 MHz nl80211: Scan frequency 5805 MHz nl80211: Scan frequency 5825 MHz Scan requested (ret=0) - scan timeout 30 seconds nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:03:7f len=9) unknown vendor specific information element ignored (vendor OUI 00:19:3b len=43) Add randomness: count=12 entropy=11 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Event message available nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 wlan0: nl80211: Scan trigger wlan0: Event SCAN_STARTED (47) received Unknown event 47 nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=13 entropy=12 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=14 entropy=13 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=15 entropy=14 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=16 entropy=15 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=17 entropy=16 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=18 entropy=17 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=19 entropy=18 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=20 entropy=19 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] RTM_NEWLINK: ifi_index=3 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) nl80211: Event message available nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 wlan0: nl80211: New scan results available nl80211: Scan included frequencies: 5180 5190 5200 5210 5220 5230 5240 5745 5765 5785 5805 5825 wlan0: Event SCAN_RESULTS (3) received ACS: Using survey based algorithm (acs_num_scans=5) nl80211: Fetch survey data wlan0: Event SURVEY (46) received No survey data received ACS: Scanning 3 / 5 wlan0: nl80211: scan request nl80211: Passive scan requested nl80211: Scan frequency 5180 MHz nl80211: Scan frequency 5190 MHz nl80211: Scan frequency 5200 MHz nl80211: Scan frequency 5210 MHz nl80211: Scan frequency 5220 MHz nl80211: Scan frequency 5230 MHz nl80211: Scan frequency 5240 MHz nl80211: Scan frequency 5745 MHz nl80211: Scan frequency 5765 MHz nl80211: Scan frequency 5785 MHz nl80211: Scan frequency 5805 MHz nl80211: Scan frequency 5825 MHz Scan requested (ret=0) - scan timeout 30 seconds nl80211: Event message available nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 wlan0: nl80211: Scan trigger wlan0: Event SCAN_STARTED (47) received Unknown event 47 nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=21 entropy=20 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=22 entropy=21 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=23 entropy=22 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=24 entropy=23 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=25 entropy=24 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=26 entropy=25 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=27 entropy=26 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=28 entropy=27 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=29 entropy=28 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] RTM_NEWLINK: ifi_index=3 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) nl80211: Event message available nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 wlan0: nl80211: New scan results available nl80211: Scan included frequencies: 5180 5190 5200 5210 5220 5230 5240 5745 5765 5785 5805 5825 wlan0: Event SCAN_RESULTS (3) received ACS: Using survey based algorithm (acs_num_scans=5) nl80211: Fetch survey data wlan0: Event SURVEY (46) received No survey data received ACS: Scanning 4 / 5 wlan0: nl80211: scan request nl80211: Passive scan requested nl80211: Scan frequency 5180 MHz nl80211: Scan frequency 5190 MHz nl80211: Scan frequency 5200 MHz nl80211: Scan frequency 5210 MHz nl80211: Scan frequency 5220 MHz nl80211: Scan frequency 5230 MHz nl80211: Scan frequency 5240 MHz nl80211: Scan frequency 5745 MHz nl80211: Scan frequency 5765 MHz nl80211: Scan frequency 5785 MHz nl80211: Scan frequency 5805 MHz nl80211: Scan frequency 5825 MHz Scan requested (ret=0) - scan timeout 30 seconds nl80211: Event message available nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 wlan0: nl80211: Scan trigger wlan0: Event SCAN_STARTED (47) received Unknown event 47 nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:03:7f len=9) unknown vendor specific information element ignored (vendor OUI 00:19:3b len=43) Add randomness: count=30 entropy=29 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=31 entropy=30 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=32 entropy=31 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=33 entropy=32 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=34 entropy=33 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=35 entropy=34 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=36 entropy=35 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=37 entropy=36 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=38 entropy=37 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=39 entropy=38 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] RTM_NEWLINK: ifi_index=3 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) nl80211: Event message available nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 wlan0: nl80211: New scan results available nl80211: Scan included frequencies: 5180 5190 5200 5210 5220 5230 5240 5745 5765 5785 5805 5825 wlan0: Event SCAN_RESULTS (3) received ACS: Using survey based algorithm (acs_num_scans=5) nl80211: Fetch survey data wlan0: Event SURVEY (46) received No survey data received ACS: Scanning 5 / 5 wlan0: nl80211: scan request nl80211: Passive scan requested nl80211: Scan frequency 5180 MHz nl80211: Scan frequency 5190 MHz nl80211: Scan frequency 5200 MHz nl80211: Scan frequency 5210 MHz nl80211: Scan frequency 5220 MHz nl80211: Scan frequency 5230 MHz nl80211: Scan frequency 5240 MHz nl80211: Scan frequency 5745 MHz nl80211: Scan frequency 5765 MHz nl80211: Scan frequency 5785 MHz nl80211: Scan frequency 5805 MHz nl80211: Scan frequency 5825 MHz Scan requested (ret=0) - scan timeout 30 seconds nl80211: Event message available nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 wlan0: nl80211: Scan trigger wlan0: Event SCAN_STARTED (47) received Unknown event 47 nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=40 entropy=39 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=41 entropy=40 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received Add randomness: count=42 entropy=41 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=43 entropy=42 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=44 entropy=43 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=45 entropy=44 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=46 entropy=45 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:0c:42 len=42) Unknown Broadcom information element ignored (type=52 len=26) Add randomness: count=47 entropy=46 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=48 entropy=47 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:13:92 len=8) Add randomness: count=49 entropy=48 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=50 entropy=49 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) Add randomness: count=51 entropy=50 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=52 entropy=51 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9) unknown vendor specific information element ignored (vendor OUI 00:07:40 len=9) Add randomness: count=53 entropy=52 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] nl80211: Beacon event message available wlan0: Event RX_MGMT (19) received unknown vendor specific information element ignored (vendor OUI 00:03:7f len=9) unknown vendor specific information element ignored (vendor OUI 00:19:3b len=43) Add randomness: count=54 entropy=53 random pool - hexdump(len=128): [REMOVED] random_mix_pool - hexdump(len=8): [REMOVED] random_mix_pool - hexdump(len=12): [REMOVED] random pool - hexdump(len=128): [REMOVED] RTM_NEWLINK: ifi_index=3 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) nl80211: Event message available nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 wlan0: nl80211: New scan results available nl80211: Scan included frequencies: 5180 5190 5200 5210 5220 5230 5240 5745 5765 5785 5805 5825 wlan0: Event SCAN_RESULTS (3) received ACS: Using survey based algorithm (acs_num_scans=5) nl80211: Fetch survey data wlan0: Event SURVEY (46) received No survey data received ACS: Trying survey-based ACS ACS: Unable to collect survey data ACS: All study options have failed Interface initialization failed wlan0: interface state ACS->DISABLED wlan0: AP-DISABLED ACS: Possibly channel configuration is invalid, please report this along with your config file. ACS: Failed to start wlan0: AP-DISABLED wlan0: Deauthenticate all stations nl80211: send_mlme - da= ff:ff:ff:ff:ff:ff noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xc0 (WLAN_FC_STYPE_DEAUTH) nlmode=3 nl80211: send_mlme -> send_frame nl80211: send_frame - Use bss->freq=0 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=0 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=26): c0 00 00 00 ff ff ff ff ff ff 38 d2 69 b7 a8 cc 38 d2 69 b7 a8 cc 00 00 03 00 nl80211: Frame command failed: ret=-22 (Invalid argument) (freq=0 wait=0) hostapd_free_hapd_data: Interface wlan0 wasn't started hostapd_deinit_driver: driver=0x7f2a4 drv_priv=0xb3b4a8 -> hapd_deinit nl80211: deinit ifname=wlan0 disabled_11b_rates=0 nl80211: Remove monitor interface: refcount=0 nl80211: Remove beacon (ifindex=3) netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP) nl80211: Set mode ifindex 3 iftype 2 (STATION) nl80211: Teardown AP(wlan0) - device_ap_sme=0 use_monitor=0 nl80211: Unsubscribe mgmt frames handle 0x883b3b71 (AP teardown) hostapd_deinit_driver:bss[0]->drv_priv=0xb3b4a8 hostapd_cleanup_iface_partial(0xb3a750) Interface wlan0 disabled wlan0: interface state DISABLED->DISABLED hostapd_interface_deinit_free(0xb3a750) hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1 hostapd_interface_deinit(0xb3a750) wlan0: interface state DISABLED->DISABLED hostapd_bss_deinit: deinit bss wlan0 wlan0: AP-DISABLED hostapd_cleanup(hapd=0xb3b7f0 (wlan0)) hostapd_free_hapd_data: Interface wlan0 wasn't started hostapd_interface_deinit_free: driver=0x7f2a4 drv_priv=(nil) -> hapd_deinit hostapd_interface_free(0xb3a750) hostapd_interface_free: free hapd 0xb3b7f0 hostapd_cleanup_iface(0xb3a750) hostapd_cleanup_iface_partial(0xb3a750) hostapd_cleanup_iface: free iface=0xb3a750
Please let me know what else is missing in my config , or I need to do some change in my driver and wl18xx-conf file.