Other Parts Discussed in Thread: AM3358
Tool/software: Linux
Hello everybody,
I'm trying to create custom Wi-Fi access point on my device, based on AM3358 and WL1807 chips. On the face of it, everything is fine: I use hostapd v2.6-devel-R8.7_SP3, fetched from TI repo, and my phone successfully connects to it.
But when I'm trying to connect with another phone, following issue appears:
As I understand, the phone disconnects by itself for unknown reason, but at the same time, other phone connects normally. I've though, that this issue can be caused by low entropy for /dev/random, it jittered from 700 to 800. Therefore standard linux rng has been changed on TRNG Hardware Accelerator: it works fine, now entropy reaches 3000 and rngtest passes with minimal errors (0-1 failures from 1000 cases). But it doesn't help, the same issue still appears.
I have now idea, what causes this behavior for distinct devices, while other devices normally works with my AP.
Can anybody help me to solve this problem? I also attach my hostapd.conf and verbose log from hostapd.
logger_syslog=-1 logger_syslog_level=0 interface=wlan0 driver=nl80211 ctrl_interface_group=0 ctrl_interface=/var/run/hostapd country_code=RU hw_mode=g ieee80211d=1 ieee80211n=1 channel=0 wpa=2 wpa_key_mgmt=WPA-PSK rsn_pairwise=CCMP wpa_pairwise=TKIP wpa_passphrase=11111111 ssid=MyPoint auth_algs=1 macaddr_acl=0 accept_mac_file=/var/run/communication_module/daemons_conf/hostapd.accept deny_mac_file=/var/run/communication_module/daemons_conf/hostapd.deny max_num_sta=2
random: Trying to read entropy from /dev/random Configuration file: /var/run/communication_module/daemons_conf/hostapd.conf ctrl_interface_group=0 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: 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: use P2P_DEVICE support nl80211: interface wlan0 in phy phy3 nl80211: Set mode ifindex 9 iftype 3 (AP) nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0 nl80211: Subscribe to mgmt frames with AP handle 0xae590 nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0xae590 match= nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ) nl_handle=0xae590 match= nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ) nl_handle=0xae590 match= nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC) nl_handle=0xae590 match= nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0xae590 match= nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xae590 match= nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) nl_handle=0xae590 match= rfkill: Cannot open RFKILL control device nl80211: RFKILL status not available nl80211: Add own interface ifindex 9 (ifidx_reason -1) nl80211: if_indices[16]: 9(-1) phy: phy3 BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits) wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE Previous country code RU, new country code RU nl80211: Regulatory information - country=RU (DFS-ETSI) nl80211: 2402-2482 @ 40 MHz 20 mBm nl80211: 5170-5250 @ 80 MHz 20 mBm nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS) nl80211: 5650-5730 @ 80 MHz 30 mBm (DFS) nl80211: 5735-5835 @ 80 MHz 30 mBm nl80211: 57000-66000 @ 2160 MHz 40 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=1 chan=12 freq=2467 MHz max_tx_power=20 dBm Allowed channel: mode=1 chan=13 freq=2472 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=30 dBm Allowed channel: mode=2 chan=153 freq=5765 MHz max_tx_power=30 dBm Allowed channel: mode=2 chan=157 freq=5785 MHz max_tx_power=30 dBm Allowed channel: mode=2 chan=161 freq=5805 MHz max_tx_power=30 dBm Allowed channel: mode=2 chan=165 freq=5825 MHz max_tx_power=30 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 Allowed channel: mode=0 chan=12 freq=2467 MHz max_tx_power=20 dBm Allowed channel: mode=0 chan=13 freq=2472 MHz max_tx_power=20 dBm Scan for neighboring BSSes to select channel wlan0: nl80211: scan request nl80211: Passive scan requested Scan requested (ret=0) - scan timeout 10 seconds CONFIG_ACS was not set. use custom ACS Interface initialization will be completed in a callback (ACS) ctrl_iface not configured! random: Got 20/20 bytes from /dev/random 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: 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: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5190 5200 5210 5220 5230 5240 5260 5280 5300 5320 5660 5680 5700 5745 5765 5785 5805 5825 wlan0: Event SCAN_RESULTS (3) received nl80211: Received scan results (38 BSSes) 1 BSSes on ch 1 2 BSSes on ch 1 1 BSSes on ch 4 1 BSSes on ch 5 1 BSSes on ch 9 1 BSSes on ch 11 2 BSSes on ch 11 3 BSSes on ch 11 3 BSSes on ch 1 4 BSSes on ch 11 5 BSSes on ch 11 6 BSSes on ch 11 1 BSSes on ch 13 4 BSSes on ch 1 5 BSSes on ch 1 6 BSSes on ch 1 7 BSSes on ch 1 8 BSSes on ch 1 9 BSSes on ch 1 10 BSSes on ch 1 1 BSSes on ch 3 7 BSSes on ch 11 11 BSSes on ch 1 12 BSSes on ch 1 13 BSSes on ch 1 14 BSSes on ch 1 15 BSSes on ch 1 2 BSSes on ch 3 2 BSSes on ch 4 2 BSSes on ch 13 Min APs found in channel 2 (AP count 0) Auto-selected channel: 2 secondary: 0 hw vht capab: 0x0, conf vht capab: 0x0 Completing interface initialization Mode: IEEE 802.11g Channel: 2 Frequency: 2417 MHz DFS 0 channels required radar detection nl80211: Set freq 2417 (ht_enabled=1, vht_enabled=0, bandwidth=20 MHz, cf1=2417 MHz, cf2=0 MHz) * freq=2417 * vht_enabled=0 * ht_enabled=1 * sec_channel_offset=0 * channel_type=1 RATE[0] rate=10 flags=0x1 RATE[1] rate=20 flags=0x1 RATE[2] rate=55 flags=0x1 RATE[3] rate=110 flags=0x1 RATE[4] rate=60 flags=0x0 RATE[5] rate=90 flags=0x0 RATE[6] rate=120 flags=0x0 RATE[7] rate=180 flags=0x0 RATE[8] rate=240 flags=0x0 RATE[9] rate=360 flags=0x0 RATE[10] rate=480 flags=0x0 RATE[11] rate=540 flags=0x0 hostapd_setup_bss(hapd=0xacba0 (wlan0), first=1) wlan0: Flushing old station entries nl80211: flush -> DEL_STATION wlan0 (all) 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=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 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 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 02 00 nl80211: Frame command failed: ret=-16 (Device or resource busy) (freq=2417 wait=0) wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0 Using interface wlan0 with hwaddr 84:1b:5e:91:c7:06 and ssid "H754-COM" Deriving WPA PSK based on passphrase SSID - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED] PSK (from passphrase) - hexdump(len=32): [REMOVED] Get randomness: len=32 entropy=37 GMK - hexdump(len=32): [REMOVED] Get randomness: len=32 entropy=5 Key Counter - hexdump(len=32): [REMOVED] WPA: Delay group state machine start until Beacon frames have been configured nl80211: Set beacon (beacon_set=0) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 WPA: Start group state machine to set initial keys WPA: group state machine entering state GTK_INIT (VLAN-ID 0) Get randomness: len=16 entropy=0 GTK - hexdump(len=16): [REMOVED] WPA: group state machine entering state SETKEYSDONE (VLAN-ID 0) wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=3 addr=0x7bb4b key_idx=1 set_tx=1 seq_len=0 key_len=16 nl80211: KEY_DATA - hexdump(len=16): [REMOVED] broadcast key nl80211: Set wlan0 operstate 0->1 (UP) netlink: Operstate: ifindex=9 linkmode=-1 (no change), operstate=6 (IF_OPER_UP) wlan0: interface state COUNTRY_UPDATE->ENABLED wlan0: AP-ENABLED wlan0: Setup of interface done. RTM_NEWLINK: ifi_index=9 ifname=wlan0 operstate=6 linkmode=0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP]) VLAN: RTM_NEWLINK: ifi_index=9 ifname=wlan0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP]) VLAN: vlan_newlink(wlan0) nl80211: Event message available nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan0 nl80211: MLME event 59 (NL80211_CMD_FRAME) on wlan0(84:1b:5e:91:c7:06) A1=84:1b:5e:91:c7:06 A2=a8:96:75:0c:13:f6 nl80211: MLME event frame - hexdump(len=30): b0 00 3a 01 84 1b 5e 91 c7 06 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 d0 f8 00 00 01 00 00 00 nl80211: Frame event nl80211: RX frame da=84:1b:5e:91:c7:06 sa=a8:96:75:0c:13:f6 bssid=84:1b:5e:91:c7:06 freq=2417 ssi_signal=-48 fc=0xb0 seq_ctrl=0xf8d0 stype=11 (WLAN_FC_STYPE_AUTH) len=30 wlan0: Event RX_MGMT (19) received mgmt::auth authentication: STA=a8:96:75:0c:13:f6 auth_alg=0 auth_transaction=1 status_code=0 wep=0 seq_ctrl=0xf8d0 New STA ap_sta_add: register ap_handle_timer timeout for a8:96:75:0c:13:f6 (300 seconds - ap_max_inactivity) nl80211: sta_remove -> DEL_STATION wlan0 a8:96:75:0c:13:f6 --> -2 (No such file or directory) nl80211: Add STA a8:96:75:0c:13:f6 * supported rates - hexdump(len=0): [NULL] * capability=0x0 * aid=1 (UNASSOC_STA workaround) * listen_interval=0 * flags set=0x0 mask=0xa0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: authentication OK (open system) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-AUTHENTICATE.indication(a8:96:75:0c:13:f6, OPEN_SYSTEM) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DELETEKEYS.request(a8:96:75:0c:13:f6) authentication reply: STA=a8:96:75:0c:13:f6 auth_alg=0 auth_transaction=2 resp=0 (IE len=0) nl80211: send_mlme - da= a8:96:75:0c:13:f6 noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xb0 (WLAN_FC_STYPE_AUTH) nlmode=3 nl80211: send_mlme -> send_frame nl80211: send_frame - Use bss->freq=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=30): b0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 02 00 00 00 nl80211: Frame TX command accepted; cookie 0x4c nl80211: Event message available nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0 nl80211: New station a8:96:75:0c:13:f6 nl80211: Event message available nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan0 nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan0(84:1b:5e:91:c7:06) A1=a8:96:75:0c:13:f6 A2=84:1b:5e:91:c7:06 nl80211: MLME event frame - hexdump(len=30): b0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 02 00 00 00 nl80211: Frame TX status event wlan0: Event TX_STATUS (17) received mgmt::auth cb wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: authenticated nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x20 flags_or=0x0 flags_and=0xfffffff1 authorized=0 nl80211: Event message available nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan0 nl80211: MLME event 59 (NL80211_CMD_FRAME) on wlan0(84:1b:5e:91:c7:06) A1=84:1b:5e:91:c7:06 A2=a8:96:75:0c:13:f6 nl80211: MLME event frame - hexdump(len=113): 00 00 3a 01 84 1b 5e 91 c7 06 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 e0 f8 11 04 01 00 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 2d 1a 2c 01 03 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 nl80211: Frame event nl80211: RX frame da=84:1b:5e:91:c7:06 sa=a8:96:75:0c:13:f6 bssid=84:1b:5e:91:c7:06 freq=2417 ssi_signal=-48 fc=0x0 seq_ctrl=0xf8e0 stype=0 (WLAN_FC_STYPE_ASSOC_REQ) len=113 wlan0: Event RX_MGMT (19) received mgmt::assoc_req association request: STA=a8:96:75:0c:13:f6 capab_info=0x411 listen_interval=1 seq_ctrl=0xf8e0 WMM IE - hexdump(len=7): 00 50 f2 02 00 01 00 Validating WMM IE: OUI 00:50:f2 OUI type 2 OUI sub-type 0 version 1 QoS info 0x0 new AID 1 nl80211: Set beacon (beacon_set=1) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 HT: STA a8:96:75:0c:13:f6 HT Capabilities Info: 0x012c update_sta_ht STA a8:96:75:0c:13:f6 - no greenfield, num of non-gf stations 1 update_sta_ht STA a8:96:75:0c:13:f6 - 20 MHz HT, num of 20MHz HT STAs 1 hostapd_ht_operation_update current operation mode=0x0 hostapd_ht_operation_update new operation mode=0x4 changes=1 nl80211: Set beacon (beacon_set=1) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: association OK (aid 1) nl80211: Set STA a8:96:75:0c:13:f6 * supported rates - hexdump(len=12): 82 84 8b 96 0c 12 18 24 30 48 60 6c * capability=0x411 * ht_capabilities - hexdump(len=26): 0c 00 03 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 * aid=1 * listen_interval=1 * flags set=0xa8 mask=0xa8 * qosinfo=0x0 nl80211: send_mlme - da= a8:96:75:0c:13:f6 noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x10 (WLAN_FC_STYPE_ASSOC_RESP) nlmode=3 nl80211: send_mlme -> send_frame nl80211: send_frame - Use bss->freq=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=134): 10 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 11 04 00 00 01 c0 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: Frame TX command accepted; cookie 0x4d nl80211: Event message available nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan0 nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan0(84:1b:5e:91:c7:06) A1=a8:96:75:0c:13:f6 A2=84:1b:5e:91:c7:06 nl80211: MLME event frame - hexdump(len=134): 10 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 11 04 00 00 01 c0 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: Frame TX status event wlan0: Event TX_STATUS (17) received mgmt::assoc_resp cb wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: associated (aid 1) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-ASSOCIATE.indication(a8:96:75:0c:13:f6) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DELETEKEYS.request(a8:96:75:0c:13:f6) wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: binding station to interface 'wlan0' nl80211: wlan0[9]: set_sta_vlan(a8:96:75:0c:13:f6, ifname=wlan0[9], vlan_id=0) nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x62 flags_or=0x2 flags_and=0xfffffff3 authorized=0 wlan0: STA a8:96:75:0c:13:f6 WPA: event 1 notification wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS wlan0: STA a8:96:75:0c:13:f6 WPA: start authentication WPA: a8:96:75:0c:13:f6 WPA_PTK entering state INITIALIZE wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x62 flags_or=0x0 flags_and=0xfffffffe authorized=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: unauthorizing port WPA: a8:96:75:0c:13:f6 WPA_PTK_GROUP entering state IDLE WPA: a8:96:75:0c:13:f6 WPA_PTK entering state AUTHENTICATION WPA: a8:96:75:0c:13:f6 WPA_PTK entering state AUTHENTICATION2 WPA: Re-initialize GMK/Counter on first station Get randomness: len=32 entropy=2 GMK - hexdump(len=32): [REMOVED] Get randomness: len=32 entropy=0 Key Counter - hexdump(len=32): [REMOVED] Get randomness: len=16 entropy=0 GTK - hexdump(len=16): [REMOVED] wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=3 addr=0x7bb4b key_idx=1 set_tx=1 seq_len=0 key_len=16 nl80211: KEY_DATA - hexdump(len=16): [REMOVED] broadcast key Get randomness: len=32 entropy=0 WPA: Assign ANonce - hexdump(len=32): 63 8e 5b e9 fe 5c e7 f5 a4 28 13 13 91 49 7a 99 8b 4c e6 28 44 0c de 8f 8c 2f 55 ec 99 07 7a 27 WPA: a8:96:75:0c:13:f6 WPA_PTK entering state INITPSK Searching a PSK for a8:96:75:0c:13:f6 prev_psk=(nil) Searching a PSK for a8:96:75:0c:13:f6 prev_psk=(nil) WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01 WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1) wlan0: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for a8:96:75:0c:13:f6 (300 seconds - ap_max_inactivity) nl80211: Event message available nl80211: Drv Event 64 (NL80211_CMD_NOTIFY_CQM) received for wlan0 wlan0: Event STATION_LOW_ACK (33) received wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=122) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02 WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 2) wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=122) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 03 WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 3) wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=122) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 04 WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 4) wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=122) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: PTKSTART: Retry limit 4 reached WPA: a8:96:75:0c:13:f6 WPA_PTK entering state DISCONNECT wpa_sta_disconnect STA a8:96:75:0c:13:f6 hostapd_wpa_auth_disconnect: WPA authenticator requests disconnect: STA a8:96:75:0c:13:f6 reason 2 wlan0: ap_sta_disconnect addr a8:96:75:0c:13:f6 reason=2 nl80211: send_mlme - da= a8:96:75:0c:13:f6 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=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=26): c0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 02 00 nl80211: Frame TX command accepted; cookie 0x4e wlan0: STA a8:96:75:0c:13:f6 WPA: event 3 notification wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 wlan0: ap_sta_disconnect: reschedule ap_handle_timer timeout for a8:96:75:0c:13:f6 (5 seconds - AP_MAX_INACTIVITY_AFTER_DEAUTH) WPA: a8:96:75:0c:13:f6 WPA_PTK entering state DISCONNECTED WPA: a8:96:75:0c:13:f6 WPA_PTK entering state INITIALIZE wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x2 flags_or=0x0 flags_and=0xfffffffe authorized=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: unauthorizing port nl80211: Event message available nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan0 nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan0(84:1b:5e:91:c7:06) A1=a8:96:75:0c:13:f6 A2=84:1b:5e:91:c7:06 nl80211: MLME event frame - hexdump(len=26): c0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 02 00 nl80211: Frame TX status event wlan0: Event TX_STATUS (17) received mgmt::deauth cb STA a8:96:75:0c:13:f6 did not acknowledge deauth wlan0: Deauthentication callback for STA a8:96:75:0c:13:f6 wlan0: Removing STA a8:96:75:0c:13:f6 from kernel driver nl80211: sta_remove -> DEL_STATION wlan0 a8:96:75:0c:13:f6 --> 0 (Success) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DEAUTHENTICATE.indication(a8:96:75:0c:13:f6, 2) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DELETEKEYS.request(a8:96:75:0c:13:f6) wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 nl80211: Event message available nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0 nl80211: Delete station a8:96:75:0c:13:f6 wlan0: ap_handle_timer: a8:96:75:0c:13:f6 flags=0xa00 timeout_next=3 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: deauthenticated due to local deauth request nl80211: sta_remove -> DEL_STATION wlan0 a8:96:75:0c:13:f6 --> -2 (No such file or directory) hostapd_ht_operation_update current operation mode=0x4 hostapd_ht_operation_update new operation mode=0x0 changes=1 nl80211: Set beacon (beacon_set=1) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 ap_free_sta: cancel ap_handle_timer for a8:96:75:0c:13:f6 nl80211: Event message available nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan0 nl80211: MLME event 59 (NL80211_CMD_FRAME) on wlan0(84:1b:5e:91:c7:06) A1=84:1b:5e:91:c7:06 A2=a8:96:75:0c:13:f6 nl80211: MLME event frame - hexdump(len=26): c0 00 3a 01 84 1b 5e 91 c7 06 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 00 f9 03 00 nl80211: Frame event nl80211: RX frame da=84:1b:5e:91:c7:06 sa=a8:96:75:0c:13:f6 bssid=84:1b:5e:91:c7:06 freq=2417 ssi_signal=-45 fc=0xc0 seq_ctrl=0xf900 stype=12 (WLAN_FC_STYPE_DEAUTH) len=26 wlan0: Event RX_MGMT (19) received wlan0: mgmt::deauth wlan0: deauthentication: STA=a8:96:75:0c:13:f6 reason_code=3 wlan0: Station a8:96:75:0c:13:f6 trying to deauthenticate, but it is not authenticated nl80211: Event message available nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan0 nl80211: MLME event 59 (NL80211_CMD_FRAME) on wlan0(84:1b:5e:91:c7:06) A1=84:1b:5e:91:c7:06 A2=a8:96:75:0c:13:f6 nl80211: MLME event frame - hexdump(len=30): b0 00 3a 01 84 1b 5e 91 c7 06 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 e0 02 00 00 01 00 00 00 nl80211: Frame event nl80211: RX frame da=84:1b:5e:91:c7:06 sa=a8:96:75:0c:13:f6 bssid=84:1b:5e:91:c7:06 freq=2417 ssi_signal=-47 fc=0xb0 seq_ctrl=0x2e0 stype=11 (WLAN_FC_STYPE_AUTH) len=30 wlan0: Event RX_MGMT (19) received mgmt::auth authentication: STA=a8:96:75:0c:13:f6 auth_alg=0 auth_transaction=1 status_code=0 wep=0 seq_ctrl=0x2e0 New STA ap_sta_add: register ap_handle_timer timeout for a8:96:75:0c:13:f6 (300 seconds - ap_max_inactivity) nl80211: sta_remove -> DEL_STATION wlan0 a8:96:75:0c:13:f6 --> -2 (No such file or directory) nl80211: Add STA a8:96:75:0c:13:f6 * supported rates - hexdump(len=0): [NULL] * capability=0x0 * aid=1 (UNASSOC_STA workaround) * listen_interval=0 * flags set=0x0 mask=0xa0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: authentication OK (open system) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-AUTHENTICATE.indication(a8:96:75:0c:13:f6, OPEN_SYSTEM) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DELETEKEYS.request(a8:96:75:0c:13:f6) authentication reply: STA=a8:96:75:0c:13:f6 auth_alg=0 auth_transaction=2 resp=0 (IE len=0) nl80211: send_mlme - da= a8:96:75:0c:13:f6 noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xb0 (WLAN_FC_STYPE_AUTH) nlmode=3 nl80211: send_mlme -> send_frame nl80211: send_frame - Use bss->freq=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=30): b0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 02 00 00 00 nl80211: Frame TX command accepted; cookie 0x4f nl80211: Event message available nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0 nl80211: New station a8:96:75:0c:13:f6 nl80211: Event message available nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan0 nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan0(84:1b:5e:91:c7:06) A1=a8:96:75:0c:13:f6 A2=84:1b:5e:91:c7:06 nl80211: MLME event frame - hexdump(len=30): b0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 02 00 00 00 nl80211: Frame TX status event wlan0: Event TX_STATUS (17) received mgmt::auth cb wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: authenticated nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x20 flags_or=0x0 flags_and=0xfffffff1 authorized=0 nl80211: Event message available nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan0 nl80211: MLME event 59 (NL80211_CMD_FRAME) on wlan0(84:1b:5e:91:c7:06) A1=84:1b:5e:91:c7:06 A2=a8:96:75:0c:13:f6 nl80211: MLME event frame - hexdump(len=113): 00 00 3a 01 84 1b 5e 91 c7 06 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 f0 02 11 04 01 00 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 2d 1a 2c 01 03 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 nl80211: Frame event nl80211: RX frame da=84:1b:5e:91:c7:06 sa=a8:96:75:0c:13:f6 bssid=84:1b:5e:91:c7:06 freq=2417 ssi_signal=-47 fc=0x0 seq_ctrl=0x2f0 stype=0 (WLAN_FC_STYPE_ASSOC_REQ) len=113 wlan0: Event RX_MGMT (19) received mgmt::assoc_req association request: STA=a8:96:75:0c:13:f6 capab_info=0x411 listen_interval=1 seq_ctrl=0x2f0 WMM IE - hexdump(len=7): 00 50 f2 02 00 01 00 Validating WMM IE: OUI 00:50:f2 OUI type 2 OUI sub-type 0 version 1 QoS info 0x0 new AID 1 nl80211: Set beacon (beacon_set=1) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 HT: STA a8:96:75:0c:13:f6 HT Capabilities Info: 0x012c update_sta_ht STA a8:96:75:0c:13:f6 - no greenfield, num of non-gf stations 1 update_sta_ht STA a8:96:75:0c:13:f6 - 20 MHz HT, num of 20MHz HT STAs 1 hostapd_ht_operation_update current operation mode=0x0 hostapd_ht_operation_update new operation mode=0x4 changes=1 nl80211: Set beacon (beacon_set=1) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: association OK (aid 1) nl80211: Set STA a8:96:75:0c:13:f6 * supported rates - hexdump(len=12): 82 84 8b 96 0c 12 18 24 30 48 60 6c * capability=0x411 * ht_capabilities - hexdump(len=26): 0c 00 03 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 * aid=1 * listen_interval=1 * flags set=0xa8 mask=0xa8 * qosinfo=0x0 nl80211: send_mlme - da= a8:96:75:0c:13:f6 noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x10 (WLAN_FC_STYPE_ASSOC_RESP) nlmode=3 nl80211: send_mlme -> send_frame nl80211: send_frame - Use bss->freq=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=134): 10 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 11 04 00 00 01 c0 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: Frame TX command accepted; cookie 0x50 nl80211: Event message available nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan0 nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan0(84:1b:5e:91:c7:06) A1=a8:96:75:0c:13:f6 A2=84:1b:5e:91:c7:06 nl80211: MLME event frame - hexdump(len=134): 10 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 11 04 00 00 01 c0 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: Frame TX status event wlan0: Event TX_STATUS (17) received mgmt::assoc_resp cb wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: associated (aid 1) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-ASSOCIATE.indication(a8:96:75:0c:13:f6) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DELETEKEYS.request(a8:96:75:0c:13:f6) wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: binding station to interface 'wlan0' nl80211: wlan0[9]: set_sta_vlan(a8:96:75:0c:13:f6, ifname=wlan0[9], vlan_id=0) nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x62 flags_or=0x2 flags_and=0xfffffff3 authorized=0 wlan0: STA a8:96:75:0c:13:f6 WPA: event 1 notification wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS wlan0: STA a8:96:75:0c:13:f6 WPA: start authentication WPA: a8:96:75:0c:13:f6 WPA_PTK entering state INITIALIZE wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x62 flags_or=0x0 flags_and=0xfffffffe authorized=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: unauthorizing port WPA: a8:96:75:0c:13:f6 WPA_PTK_GROUP entering state IDLE WPA: a8:96:75:0c:13:f6 WPA_PTK entering state AUTHENTICATION WPA: a8:96:75:0c:13:f6 WPA_PTK entering state AUTHENTICATION2 Get randomness: len=32 entropy=3 WPA: Assign ANonce - hexdump(len=32): 35 c1 0b ed 10 2b fb fd 09 4b 4b 6e 09 ea 3e be d5 00 2e 87 72 64 16 23 0b 88 5e 2a 8b 4f b4 fc WPA: a8:96:75:0c:13:f6 WPA_PTK entering state INITPSK Searching a PSK for a8:96:75:0c:13:f6 prev_psk=(nil) Searching a PSK for a8:96:75:0c:13:f6 prev_psk=(nil) WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01 WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1) wlan0: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for a8:96:75:0c:13:f6 (300 seconds - ap_max_inactivity) nl80211: Event message available nl80211: Drv Event 64 (NL80211_CMD_NOTIFY_CQM) received for wlan0 wlan0: Event STATION_LOW_ACK (33) received wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=62) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02 WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 2) wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=62) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 03 WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 3) wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=62) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: sending 1/4 msg of 4-Way Handshake WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0) WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 04 WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 4) wlan0: Event EAPOL_TX_STATUS (38) received IEEE 802.1X: a8:96:75:0c:13:f6 TX status - version=2 type=3 length=95 - ack=0 WPA: EAPOL-Key TX status for STA a8:96:75:0c:13:f6 ack=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: did not Ack EAPOL-Key frame (broadcast index=62) wlan0: STA a8:96:75:0c:13:f6 WPA: EAPOL-Key timeout WPA: a8:96:75:0c:13:f6 WPA_PTK entering state PTKSTART wlan0: STA a8:96:75:0c:13:f6 WPA: PTKSTART: Retry limit 4 reached WPA: a8:96:75:0c:13:f6 WPA_PTK entering state DISCONNECT wpa_sta_disconnect STA a8:96:75:0c:13:f6 hostapd_wpa_auth_disconnect: WPA authenticator requests disconnect: STA a8:96:75:0c:13:f6 reason 2 wlan0: ap_sta_disconnect addr a8:96:75:0c:13:f6 reason=2 nl80211: send_mlme - da= a8:96:75:0c:13:f6 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=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 wait=0 no_cck=0 no_ack=0 offchanok=0 CMD_FRAME - hexdump(len=26): c0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 02 00 nl80211: Frame TX command accepted; cookie 0x51 wlan0: STA a8:96:75:0c:13:f6 WPA: event 3 notification wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 wlan0: ap_sta_disconnect: reschedule ap_handle_timer timeout for a8:96:75:0c:13:f6 (5 seconds - AP_MAX_INACTIVITY_AFTER_DEAUTH) WPA: a8:96:75:0c:13:f6 WPA_PTK entering state DISCONNECTED WPA: a8:96:75:0c:13:f6 WPA_PTK entering state INITIALIZE wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 nl80211: Set STA flags - ifname=wlan0 addr=a8:96:75:0c:13:f6 total_flags=0x2 flags_or=0x0 flags_and=0xfffffffe authorized=0 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.1X: unauthorizing port nl80211: Event message available nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan0 nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan0(84:1b:5e:91:c7:06) A1=a8:96:75:0c:13:f6 A2=84:1b:5e:91:c7:06 nl80211: MLME event frame - hexdump(len=26): c0 00 00 00 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 02 00 nl80211: Frame TX status event wlan0: Event TX_STATUS (17) received mgmt::deauth cb STA a8:96:75:0c:13:f6 did not acknowledge deauth wlan0: Deauthentication callback for STA a8:96:75:0c:13:f6 wlan0: Removing STA a8:96:75:0c:13:f6 from kernel driver nl80211: sta_remove -> DEL_STATION wlan0 a8:96:75:0c:13:f6 --> 0 (Success) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DEAUTHENTICATE.indication(a8:96:75:0c:13:f6, 2) wlan0: STA a8:96:75:0c:13:f6 MLME: MLME-DELETEKEYS.request(a8:96:75:0c:13:f6) wpa_driver_nl80211_set_key: ifindex=9 (wlan0) alg=0 addr=0xbe960 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a8:96:75:0c:13:f6 nl80211: Event message available nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0 nl80211: Delete station a8:96:75:0c:13:f6 wlan0: ap_handle_timer: a8:96:75:0c:13:f6 flags=0xa00 timeout_next=3 wlan0: STA a8:96:75:0c:13:f6 IEEE 802.11: deauthenticated due to local deauth request nl80211: sta_remove -> DEL_STATION wlan0 a8:96:75:0c:13:f6 --> -2 (No such file or directory) hostapd_ht_operation_update current operation mode=0x4 hostapd_ht_operation_update new operation mode=0x0 changes=1 nl80211: Set beacon (beacon_set=1) nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 nl80211: Beacon tail - hexdump(len=131): 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: ifindex=9 nl80211: beacon_int=100 nl80211: dtim_period=2 nl80211: ssid - hexdump_ascii(len=8): 48 37 35 34 2d 43 4f 4d H754-COM * beacon_int=100 nl80211: proberesp (offload) - hexdump(len=190): 50 00 00 00 00 00 00 00 00 00 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 48 37 35 34 2d 43 4f 4d 01 08 82 84 8b 96 0c 12 18 24 03 01 02 07 06 52 55 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 3b 02 51 00 2d 1a 0c 00 1d ff 00 00 00 00 00 00 00 00 00 96 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 00 00 00 00 00 40 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 nl80211: hidden SSID not in use nl80211: privacy=1 nl80211: auth_algs=0x1 nl80211: wpa_version=0x2 nl80211: key_mgmt_suites=0x2 nl80211: pairwise_ciphers=0x10 nl80211: group_cipher=0x10 nl80211: SMPS mode - off nl80211: beacon_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: proberesp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 nl80211: assocresp_ies - hexdump(len=10): 7f 08 04 00 00 00 00 00 00 40 ap_free_sta: cancel ap_handle_timer for a8:96:75:0c:13:f6 nl80211: Event message available nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan0 nl80211: MLME event 59 (NL80211_CMD_FRAME) on wlan0(84:1b:5e:91:c7:06) A1=84:1b:5e:91:c7:06 A2=a8:96:75:0c:13:f6 nl80211: MLME event frame - hexdump(len=26): c0 00 3a 01 84 1b 5e 91 c7 06 a8 96 75 0c 13 f6 84 1b 5e 91 c7 06 10 03 03 00 nl80211: Frame event nl80211: RX frame da=84:1b:5e:91:c7:06 sa=a8:96:75:0c:13:f6 bssid=84:1b:5e:91:c7:06 freq=2417 ssi_signal=-50 fc=0xc0 seq_ctrl=0x310 stype=12 (WLAN_FC_STYPE_DEAUTH) len=26 wlan0: Event RX_MGMT (19) received wlan0: mgmt::deauth wlan0: deauthentication: STA=a8:96:75:0c:13:f6 reason_code=3 wlan0: Station a8:96:75:0c:13:f6 trying to deauthenticate, but it is not authenticated Signal 2 received - terminating hostapd_interface_deinit_free(0xa95a0) hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1 hostapd_interface_deinit(0xa95a0) wlan0: interface state ENABLED->DISABLED hostapd_bss_deinit: deinit bss wlan0 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=2417 nl80211: send_frame -> send_frame_cmd nl80211: CMD_FRAME freq=2417 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 84 1b 5e 91 c7 06 84 1b 5e 91 c7 06 00 00 03 00 nl80211: Frame TX command accepted; cookie 0x52 wlan0: AP-DISABLED hostapd_cleanup(hapd=0xacba0 (wlan0)) hostapd_free_hapd_data(wlan0) hostapd_interface_deinit_free: driver=0x89330 drv_priv=0xadff0 -> hapd_deinit nl80211: deinit ifname=wlan0 disabled_11b_rates=0 nl80211: Remove monitor interface: refcount=0 nl80211: Remove beacon (ifindex=9) netlink: Operstate: ifindex=9 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP) nl80211: Set mode ifindex 9 iftype 2 (STATION) nl80211: Teardown AP(wlan0) - device_ap_sme=0 use_monitor=0 nl80211: Unsubscribe mgmt frames handle 0x88826d19 (AP teardown) hostapd_interface_free(0xa95a0) hostapd_interface_free: free hapd 0xacba0 hostapd_cleanup_iface(0xa95a0) hostapd_cleanup_iface_partial(0xa95a0) hostapd_cleanup_iface: free iface=0xa95a0