Hi I am currently working on user-space helpers for P2P setup as part of an Open-Source Miracast implementation (openwfd). I can set up a P2P-group with my Android test-device just fine, however, it only works if initiated by the GNU/Linux host. Once I initiate the p2p-connect from the Android device, it creates a group and sends me a p2p-invitation which I am unable to accept. I am running wpa_supplicant-git from today (but also tried older versions), ath9k-htc from linus-git (3.13-rc2) and the relevant log files are appended. My wpa-config is: ctrl_interface=/var/run/wpa_supplicant update_config=1 p2p_go_ht40=1 And I do nothing else than open wpa_cli and run: p2p_find p2p_connect <peer> pbc This works perfectly well if I don't touch the Android device before issuing the p2p_connect. However, if I initiate the first connect on the Android device, my linux host gets a p2p-invitation: <3>P2P-INVITATION-RECEIVED sa=12:68:3f:4e:39:f2 go_dev_addr=12:68:3f:4e:39:f2 bssid=12:68:3f:4e:b9:f2 unknown-network I tried accepting this invitation via p2p_connect, but just nothing happens. I also tried any combination of arguments (auth/join/persistent, pbc/pin/PIN#, playing with go_intent=), didn't help.. Looking at the wpa-log, I see a timeout firing repeatedly: P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Below you can see the whole sequence of wpa-messages that repeat over and over again until I cancel the connection-request. For WFD I need to initiate the connect from the Android device, otherwise their WFD stack won't recognize the connection. So if anyone has hints what might be wrong here, I'd gladly try out any patches or configurations. I cannot test whether this happens with other drivers, too, as I couldn't get my hands on a device other than ath9k-htc which supports p2p on linux. If anyone is interested, I'll be presenting OpenWFD at FOSDEM in the graphics-devroom. It would be awesome if I can get my Nexus-4 as a working demo until then. Otherwise, it'll be just linux<->linux demos (non-android), which is already working fine. Any hints welcome! David The repeating log-messages from wpa-supplicant are (see attached file for the whole log): Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddae00 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa7 for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0xa7 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa7 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddb100 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification wpa_cli log/interaction is this: wpa_cli v2.1-devel Copyright (c) 2004-2013, Jouni Malinen <j@xxxxx> and contributors This software may be distributed under the terms of the BSD license. See README for more details. Interactive mode > p2p_find OK <3>P2P-DEVICE-FOUND 12:68:3f:4e:39:f2 p2p_dev_addr=12:68:3f:4e:39:f2 pri_dev_type=10-0050F204-5 name='dvdhrm-nx' config_methods=0x188 dev_capab=0x25 group_capab=0x0 <3>P2P-INVITATION-RECEIVED sa=12:68:3f:4e:39:f2 go_dev_addr=12:68:3f:4e:39:f2 bssid=12:68:3f:4e:b9:f2 unknown-network > p2p_connect 12:68:3f:4e:39:f2 pbc OK <3>P2P-FIND-STOPPED
wpa_supplicant v2.1-devel Successfully initialized wpa_supplicant Initializing interface 'wlan1' conf '/home/david/dev/wpa.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/home/david/dev/wpa.conf' -> '/home/david/dev/wpa.conf' Reading configuration file '/home/david/dev/wpa.conf' ctrl_interface='/var/run/wpa_supplicant' update_config=1 p2p_go_ht40=1 rfkill: initial event: idx=0 type=8 op=0 soft=0 hard=0 rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0 rfkill: initial event: idx=2 type=2 op=0 soft=0 hard=0 rfkill: initial event: idx=5 type=1 op=0 soft=0 hard=0 nl80211: Using driver-based off-channel TX nl80211: Use separate P2P group interface (driver advertised support) nl80211: interface wlan1 in phy phy3 nl80211: Set mode ifindex 14 iftype 2 (STATION) nl80211: Subscribe to mgmt frames with non-AP handle 0x23a2b70 nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=2): 04 0a nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=2): 04 0b nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=2): 04 0c nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=2): 04 0d nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=6): 04 09 50 6f 9a 09 nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=5): 7f 50 6f 9a 09 nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=1): 06 nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=2): 0a 07 nl80211: Register frame type=0xd0 nl_handle=0x23a2b70 nl80211: Register frame match - hexdump(len=2): 0a 11 netlink: Operstate: linkmode=1, operstate=5 nl80211: driver param='(null)' Add interface wlan1 to a new radio phy3 nl80211: Regulatory information - country=00 nl80211: 2402-2472 @ 40 MHz nl80211: 2402-2472 @ 20 mBm nl80211: 2457-2482 @ 40 MHz nl80211: 2457-2482 @ 20 mBm nl80211: 2474-2494 @ 20 MHz nl80211: 2474-2494 @ 20 mBm nl80211: 5170-5250 @ 80 MHz nl80211: 5170-5250 @ 20 mBm nl80211: 5735-5835 @ 80 MHz nl80211: 5735-5835 @ 20 mBm nl80211: 57240-63720 @ 2160 MHz nl80211: 57240-63720 @ 0 mBm nl80211: Added 802.11b mode based on 802.11g information wlan1: Own MAC address: 10:6f:3f:7a:7c:24 wpa_driver_nl80211_set_key: ifindex=14 (wlan1) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key: ifindex=14 (wlan1) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key: ifindex=14 (wlan1) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key: ifindex=14 (wlan1) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0 wlan1: RSN: flushing PMKID list in the driver nl80211: Flush PMKIDs wlan1: State: DISCONNECTED -> INACTIVE WPS: Set UUID for interface wlan1 WPS: UUID based on MAC address - hexdump(len=16): 8a cf ff df 8a 45 5d ea 84 50 d3 05 74 5f 04 a0 EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized nl80211: Set supplicant port unauthorized for 00:00:00:00:00:00 EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED EAPOL: Supplicant port status: Unauthorized nl80211: Set supplicant port unauthorized for 00:00:00:00:00:00 EAPOL: Supplicant port status: Unauthorized nl80211: Set supplicant port unauthorized for 00:00:00:00:00:00 Using existing control interface directory. ctrl_iface bind(PF_UNIX) failed: Address already in use ctrl_iface exists, but does not allow connections - assuming it was leftover from forced program termination Successfully replaced leftover ctrl_iface socket '/var/run/wpa_supplicant/wlan1' P2P: Own listen channel: 6 P2P: Random operating channel: 81:6 P2P: Add operating class 81 P2P: Channels - hexdump(len=11): 01 02 03 04 05 06 07 08 09 0a 0b P2P: initialized P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11 P2P: cli_channels: wlan1: Added interface wlan1 wlan1: State: INACTIVE -> DISCONNECTED wpa_driver_nl80211_set_operstate: operstate 0->0 (DORMANT) netlink: Operstate: linkmode=-1, operstate=5 EAPOL: disable timer tick EAPOL: Supplicant port status: Unauthorized nl80211: Set supplicant port unauthorized for 00:00:00:00:00:00 CTRL_IFACE monitor attached - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 RX ctrl_iface - hexdump_ascii(len=22): 42 53 53 20 52 41 4e 47 45 3d 41 4c 4c 20 4d 41 BSS RANGE=ALL MA 53 4b 3d 30 78 32 SK=0x2 wlan1: Control interface command 'BSS RANGE=ALL MASK=0x2' RX ctrl_iface - hexdump_ascii(len=8): 50 32 50 5f 46 49 4e 44 P2P_FIND wlan1: Control interface command 'P2P_FIND' P2P: Starting find (type=0) P2P: Clear timeout (state=IDLE) P2P: State IDLE -> SEARCH WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 10 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (3 BSSes) wlan1: BSS: Start scan result update 1 wlan1: BSS: Add new id 0 BSSID 00:18:39:0a:8e:23 SSID 'blockfloete' CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 wlan1: BSS: Add new id 1 BSSID 00:12:bf:ce:21:6d SSID 'Katzenkorb' CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 wlan1: BSS: Add new id 2 BSSID 00:1b:2f:5c:23:e6 SSID 'BART2 WZ' CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 BSS: last_scan_res_used=3/32 last_scan_full=0 P2P: Scan results received (3 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x8e for freq=2437 MHz duration=307 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x8e (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x8e (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (4 BSSes) wlan1: BSS: Start scan result update 2 BSS: last_scan_res_used=3/32 last_scan_full=0 P2P: Scan results received (4 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Update peer 12:68:3f:4e:39:f2 config_methods 0x0 -> 0x188 P2P: Peer found with Listen frequency 2437 MHz (rx_time=1386323605.158015) P2P-DEVICE-FOUND 12:68:3f:4e:39:f2 p2p_dev_addr=12:68:3f:4e:39:f2 pri_dev_type=10-0050F204-5 name='dvdhrm-nx' config_methods=0x188 dev_capab=0x25 group_capab=0x0 CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x8f for freq=2437 MHz duration=204 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0x8f (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x8f (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (5 BSSes) wlan1: BSS: Start scan result update 3 wlan1: BSS: Add new id 3 BSSID 20:2b:c1:4b:8f:a4 SSID 'WLAN-8FA406' CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 BSS: last_scan_res_used=4/32 last_scan_full=0 P2P: Scan results received (5 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x90 for freq=2437 MHz duration=307 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x90 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.327200 sec nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-43 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-41 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-44 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-43 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-41 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x90 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (5 BSSes) wlan1: BSS: Start scan result update 4 BSS: last_scan_res_used=4/32 last_scan_full=0 P2P: Scan results received (5 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323605.418152 last_seen=1386323606.839763) P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x91 for freq=2437 MHz duration=102 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=102 cookie=0x91 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,102400) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.122400 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x91 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 5 wlan1: BSS: Add new id 4 BSSID 00:15:0c:7b:52:ab SSID 'Angelika' CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323605.418032 last_seen=1386323606.839763) P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23c0a80 nl80211: Register frame type=0x40 nl_handle=0x23c0a80 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x92 for freq=2437 MHz duration=102 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=102 cookie=0x92 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,102400) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.122400 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x92 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab48209 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 6 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323605.417965 last_seen=1386323606.839763) P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x93 for freq=2437 MHz duration=204 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0x93 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x93 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 7 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323605.417348 last_seen=1386323606.839763) P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x94 for freq=2437 MHz duration=307 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x94 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.327200 sec nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-42 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-46 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-44 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-43 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-43 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x94 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 8 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323605.418121 last_seen=1386323611.197993) P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x95 for freq=2437 MHz duration=204 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0x95 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x95 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 9 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x96 for freq=2437 MHz duration=102 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=102 cookie=0x96 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,102400) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.122400 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x96 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 10 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x97 for freq=2437 MHz duration=204 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0x97 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x97 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 11 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x98 for freq=2437 MHz duration=204 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0x98 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.224800 sec nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-48 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-39 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-39 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-39 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-39 stype=4 len=217 wlan1: Event RX_MGMT (20) received P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Device Password ID: 0 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 6 length 5 P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6 P2P: Reply to P2P Probe Request in Listen state WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: send_mlme - noack=1 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0x50 nlmode=2 nl80211: Use last_mgmt_freq=2437 nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x98 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 12 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323614.291368 last_seen=1386323615.698848) P2P: State SEARCH -> SEARCH P2P: Starting short listen state (state=SEARCH) WPS: * Version (hardcoded 0x10) WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x99 for freq=2437 MHz duration=307 wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x99 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=SEARCH): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x99 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=SEARCH) nl80211: Disable Probe Request reporting nl_preq=0x888888888ab37c09 P2P: Starting search WPS: Building WPS IE for Probe Request WPS: * Version (hardcoded 0x10) WPS: * Request Type WPS: * Config Methods (148) WPS: * UUID-E WPS: * Primary Device Type WPS: * RF Bands (3) WPS: * Association State WPS: * Configuration Error (0) WPS: * Device Password ID (0) WPS: * Device Name P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Listen Channel: Regulatory Class 81 Channel 6 wlan1: nl80211: scan request nl80211: P2P probe - mask SuppRates Scan requested (ret=0) - scan timeout 30 seconds P2P: Running p2p_scan nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan1 wlan1: nl80211: Scan trigger nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-38 stype=13 len=152 wlan1: Event RX_ACTION (21) received wlan1: Received Action frame: SA=12:68:3f:4e:39:f2 Category=4 DataLen=127 freq=2437 MHz P2P: RX P2P Public Action from 12:68:3f:4e:39:f2 P2P: Received Invitation Request from 12:68:3f:4e:39:f2 (freq=2437) P2P: Parsing the received message P2P: * Dialog Token: 1 P2P: Parsing P2P IE P2P: Attribute 5 length 2 P2P: * Configuration Timeout P2P: Attribute 18 length 1 P2P: * Invitation Flags: bitmap 0x1 P2P: Attribute 17 length 5 P2P: * Operating Channel: Country DE(0x04) Regulatory Class 81 Channel Number 9 P2P: Attribute 7 length 6 P2P: * P2P Group BSSID: 12:68:3f:4e:b9:f2 P2P: Attribute 11 length 24 P2P: * Channel List: Country String 'DE(0x04)' P2P: Attribute 15 length 25 P2P: * P2P Group ID: Device Address 12:68:3f:4e:39:f2 P2P: * P2P Group ID: SSID - hexdump_ascii(len=19): 44 49 52 45 43 54 2d 74 4b 2d 64 76 64 68 72 6d DIRECT-tK-dvdhrm 2d 6e 78 -nx P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Peer country - hexdump_ascii(len=3): 44 45 04 DE_ P2P: Own reg_classes 1 peer reg_classes 2 intersection reg_classes 1 P2P: No forced channel from invitation processing - figure out best one to use P2P: Own default op_class 81 channel 6 P2P: Peer operating channel preference: 2452 MHz P2P: Use peer preference op_class 81 channel 9 P2P: Try to reselect channel selection with peer information received; previously selected op_class 81 channel 9 P2P: Using original operating class and channel (op_class 81 channel 9) from intersection P2P: Selected operating channel - 2452 MHz P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Status: 1 P2P: * Configuration Timeout: GO 0 (*10ms) client 0 (*10ms) P2P: Delay Action frame TX until p2p_scan completes nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan1 wlan1: nl80211: New scan results available wlan1: Event SCAN_RESULTS (3) received nl80211: Received scan results (6 BSSes) wlan1: BSS: Start scan result update 13 BSS: last_scan_res_used=5/32 last_scan_full=0 P2P: Scan results received (6 BSS) P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Ignore scan data without P2P Device Info or P2P Device Id P2P: Parsing WPS IE P2P: Config Methods (WPS): 0x4388 P2P: Primary Device Type (WPS): 10-0050F204-5 P2P: Parsing P2P IE P2P: Attribute 2 length 2 P2P: * Device Capability 25 Group Capability 00 P2P: Attribute 13 length 30 P2P: * Device Info: addr 12:68:3f:4e:39:f2 primary device type 10-0050F204-5 device name 'dvdhrm-nx' config methods 0x188 P2P: Do not update peer entry based on old frame (rx_time=1386323614.291028 last_seen=1386323615.698848) P2P: Send pending Action frame at p2p_scan completion Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=10:6f:3f:7a:7c:24 len=23 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=200 ms no_cck=1) wlan1: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added nl80211: if_removed already cleared - ignore event nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88009f42e100 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=8 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=10:6f:3f:7a:7c:24 result=0 P2P: Invitation Response TX callback: success=1 Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88009f42e100 P2P-INVITATION-RECEIVED sa=12:68:3f:4e:39:f2 go_dev_addr=12:68:3f:4e:39:f2 bssid=12:68:3f:4e:b9:f2 unknown-network CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 RX ctrl_iface - hexdump_ascii(len=33): 50 32 50 5f 43 4f 4e 4e 45 43 54 20 31 32 3a 36 P2P_CONNECT 12:6 38 3a 33 66 3a 34 65 3a 33 39 3a 66 32 20 70 62 8:3f:4e:39:f2 pb 63 c wlan1: Control interface command 'P2P_CONNECT 12:68:3f:4e:39:f2 pbc' wlan1: Determining shared radio frequencies (max len 1) wlan1: Shared frequencies (len=0): completed iteration P2P: Setup freqs: freq=0 num_MCC=1 shared_freqs=0 P2P: No current operating channels - try to use a new channel P2P: Own frequency preference: 0 MHz P2P: Create a new interface p2p-wlan1-0 for the group nl80211: Create interface iftype 8 (P2P_CLIENT) Failed to create interface p2p-wlan1-0: -23 (Too many open files in system) Try to remove and re-create p2p-wlan1-0 nl80211: Remove interface ifindex=15 nl80211: Create interface iftype 8 (P2P_CLIENT) nl80211: New interface p2p-wlan1-0 created: ifindex=16 nl80211: Add own interface ifindex 16 nl80211: Set TX rates failed: ret=-100 (Network is down) nl80211: Allocate new address for P2P group interface nl80211: Assigned new P2P Interface Address 12:6f:3f:7a:7c:24 P2P: Created pending virtual interface p2p-wlan1-0 addr 12:6f:3f:7a:7c:24 P2P: Request to start group negotiation - peer=12:68:3f:4e:39:f2 GO Intent=7 Intended Interface Address=12:6f:3f:7a:7c:24 wps_method=3 persistent_group=0 pd_before_go_neg=0 P2P: Prepare channel - force_freq=0 pref_freq=0 go=0 P2P: Prepare channel best P2P: Select pre-configured channel as operating channel preference P2P: prepared channels: 81:1,2,3,4,5,6,7,8,9,10,11 P2P: after go/cli filter/add: 81:1,2,3,4,5,6,7,8,9,10,11 P2P: Own preference for operation channel: Operating Class 81 Channel 6 P2P: Stopping find P2P: Clear timeout (state=SEARCH) P2P-FIND-STOPPED CTRL_IFACE monitor send - hexdump(len=21): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 32 37 30 2d 32 00 P2P: State SEARCH -> IDLE P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State IDLE -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Ignore dellink event for foreign ifindex 15 RTM_NEWLINK: operstate=0 ifi_flags=0x1002 () nl80211: Ignore interface down event since interface p2p-wlan1-0 is up RTM_NEWLINK: operstate=0 ifi_flags=0x1002 () nl80211: Ignore interface down event since interface p2p-wlan1-0 is up nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff8800a94df100 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff8800a94df100 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Enable Probe Request reporting nl_preq=0x23bf480 nl80211: Register frame type=0x40 nl_handle=0x23bf480 nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Remain-on-channel cookie 0x9a for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x9a (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-87 stype=4 len=132 wlan1: Event RX_MGMT (20) received nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-90 stype=4 len=123 wlan1: Event RX_MGMT (20) received nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-87 stype=4 len=116 wlan1: Event RX_MGMT (20) received nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x9a (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddb200 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddb200 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0x9b for freq=2437 MHz duration=102 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=102 cookie=0x9b (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,102400) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.122400 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x9b (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddab00 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddab00 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0x9c for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x9c (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x9c (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fdda000 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fdda000 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0x9d for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x9d (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x9d (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fdda700 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fdda700 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0x9e for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0x9e (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x9e (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddb900 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddb900 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0x9f for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0x9f (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0x9f (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88009f51f300 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88009f51f300 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa0 for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0xa0 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa0 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fdda900 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fdda900 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa1 for freq=2437 MHz duration=102 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=102 cookie=0xa1 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,102400) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.122400 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa1 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddaf00 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddaf00 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa2 for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0xa2 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa2 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddbe00 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddbe00 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa3 for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0xa3 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa3 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddbf00 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddbf00 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa4 for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0xa4 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa4 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for wlan1 nl80211: RX frame freq=2437 ssi_signal=-59 stype=4 len=66 wlan1: Event RX_MGMT (20) received nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddb500 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddb500 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa5 for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0xa5 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa5 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fdda100 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fdda100 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa6 for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0xa6 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa6 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddae00 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddae00 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa7 for freq=2437 MHz duration=204 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=204 cookie=0xa7 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,204800) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.224800 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa7 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddb100 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action frame sequence done notification nl80211: Cancel TX frame wait: cookie=0xffff88008fddb100 nl80211: wait cancel failed: ret=-2 (No such file or directory) P2P: State CONNECT -> CONNECT_LISTEN P2P: Starting short listen state (state=CONNECT_LISTEN) WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 WPS: * UUID-E P2P: * P2P IE header P2P: * Capability dev=25 group=00 P2P: * Device Info nl80211: Probe Request reporting already on! nl_preq=0x888888888ab37c09 nl80211: Remain-on-channel cookie 0xa8 for freq=2437 MHz duration=307 nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=0 freq=2437 channel_type=0 duration=307 cookie=0xa8 (match)) wlan1: Event REMAIN_ON_CHANNEL (22) received Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil)) P2P: Starting Listen timeout(0,307200) on freq=2437 based on callback P2P: Set timeout (state=CONNECT_LISTEN): 0.327200 sec nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for wlan1 nl80211: Remain-on-channel event (cancel=1 freq=2437 channel_type=0 duration=0 cookie=0xa8 (match)) wlan1: Event CANCEL_REMAIN_ON_CHANNEL (23) received P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil)) P2P: Driver ended Listen state (freq=2437) P2P: Skip stop_listen since not in listen_only state. P2P: Timeout (state=CONNECT_LISTEN) P2P: State CONNECT_LISTEN -> CONNECT P2P: * Dialog Token: 1 P2P: * P2P IE header P2P: * Capability dev=25 group=08 P2P: * GO Intent: Intent 7 Tie breaker 0 P2P: * Configuration Timeout: GO 255 (*10ms) client 20 (*10ms) P2P: * Listen Channel: Regulatory Class 81 Channel 6 P2P: * Intended P2P Interface Address 12:6f:3f:7a:7c:24 P2P: * Channel List - hexdump(len=16): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b P2P: * Device Info P2P: * Operating Channel: Regulatory Class 81 Channel 6 WPS: * Version (hardcoded 0x10) P2P: WPS IE Device Password ID: 4 P2P: Sending GO Negotiation Request P2P: State CONNECT -> CONNECT Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 len=113 nl80211: Send Action frame (ifindex=14, freq=2437 MHz wait=500 ms no_cck=1) nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1 nl80211: Frame TX status event nl80211: Action TX status: cookie=0ffff88008fddb700 (match) (ack=1) wlan1: Event TX_STATUS (18) received wlan1: EVENT_TX_STATUS dst=12:68:3f:4e:39:f2 type=0 stype=13 Off-channel: Delete matching pending action frame Off-channel: TX status result=0 cb=0x42eaf0 P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=10:6f:3f:7a:7c:24 bssid=12:68:3f:4e:39:f2 result=0 P2P: GO Negotiation Request TX callback: success=1 P2P: State CONNECT -> CONNECT P2P: Set timeout (state=CONNECT): 0.500000 sec P2P: Timeout (state=CONNECT) Off-channel: Action fr