Search Linux Wireless

iwlwifi: P2P group-formation timeout

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

Given that ath9k-htc and rtl8088 lack firmware features, I'm now on
iwlwifi-7260. As it uses P2P_DEVICE, I'm a little bit confused how to
get it working. I'm running wpa_supplicant-git from today,
linux-3.13-rc7 both with new and old mvm firmware (<=22.15.8.0).
However, I haven't been able to get *any* p2p-connection working with
my Android Nexus 4 device.

I run wpa_supplicant as:
  wpa_supplicant -d -Dnl80211 -c wpa.conf -i wlan0 -p
p2p_device=1,use_p2p_group_interface=1

My wpa.conf is:
  ctrl_interface=/run/wpa_supplicant
  ap_scan=1
  p2p_go_ht40=1
  device_name=david-ub
  device_type=1-0050F204-1

In wpa_cli I run:
  p2p_find
  p2p_connect 12:68:3f:4e:39:f2 pbc

On the remote Android device, I get the pbc-button-notification which
I simply accept. The go-negotiation succeeds but the group-formation
times out.

wpa.log is appended. kernel-log has no information on iwlwifi other than:

[    3.282831] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[    3.283670] iwlwifi 0000:01:00.0: irq 43 for MSI/MSI-X
[    3.297821] iwlwifi 0000:01:00.0: loaded firmware version 22.15.8.0
op_mode iwlmvm
[    3.316875] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band
Wireless AC 7260, REV=0x144
[    3.317452] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[    3.318290] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
...
[   95.379965] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   95.380215] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   95.393749] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  326.788182] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[  326.788400] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[  326.802291] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  360.049401] IPv6: ADDRCONF(NETDEV_UP): p2p-wlan0-0: link is not ready
[  360.083079] IPv6: ADDRCONF(NETDEV_CHANGE): p2p-wlan0-0: link becomes ready

Lemme know if iwlwifi-debug options should be enabled and I can
provide a full debug log.
There are a bunch of errors in the wpa_supplicant log during startup,
but I think they're related to nl80211+P2P_DEVICE and expected?
These include:
  Could not read interface p2p-dev-wlan0 flags: No such device
  nl80211: Use separate P2P group interface (driver advertised support)
  nl80211: interface p2p-dev-wlan0 in phy phy0
  nl80211: Set mode ifindex 0 iftype 10 (P2P_DEVICE)
  nl80211: Failed to set interface 0 to mode 10: -22 (Invalid argument)

The GO-negotiation itself succeeds. However, the following
group-formation fails, the relevant part of the log is probably this:

P2P-GO-NEG-SUCCESS role=GO freq=5180 ht40=0 peer_dev=12:68:3f:4e:39:f2
peer_iface=12:68:3f:4e:b9:f2 wps_method=PBC
p2p-dev-wlan0: P2P: Starting GO
p2p-dev-wlan0: P2P: Request scan (that will be skipped) to start GO)
p2p-dev-wlan0: Setting scan request: 0.000000 sec
p2p-dev-wlan0: State: DISCONNECTED -> SCANNING
Start a pre-selected network without scan step
Setting up AP (SSID='DIRECT-EM')
nl80211: Setup AP operations for P2P group (GO)
nl80211: Set mode ifindex 0 iftype 9 (P2P_GO)
nl80211: Failed to set interface 0 to mode 9: -22 (Invalid argument)
nl80211: Try mode change after setting interface down
nl80211: Stop P2P Device p2p-dev-wlan0 (0x2): Success
nl80211: Set mode ifindex 0 iftype 9 (P2P_GO)
nl80211: Failed to set interface 0 to mode 9: -22 (Invalid argument)
nl80211: Start P2P Device p2p-dev-wlan0 (0x2): Success
nl80211: Interface mode change to 9 from 10 failed
nl80211: Remove monitor interface: refcount=0
p2p-dev-wlan0: Failed to start AP functionality
p2p-dev-wlan0: State: SCANNING -> DISCONNECTED
nl80211: Set p2p-dev-wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=0 linkmode=-1 (no change), operstate=5
(IF_OPER_DORMANT)
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received
for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0
duration=0 cookie=0x3e (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms
pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e930e0 done in 0.090383 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Group Formation timed out
P2P: Group Formation failed with 12:68:3f:4e:b9:f2
P2P: Clear timeout (state=PROVISIONING)
P2P: State PROVISIONING -> IDLE
P2P-GROUP-FORMATION-FAILURE


Any hints are welcome. If there's any debug-option I should enable to
provide more logs, lemme know. I can also give iwlwifi-next a try if
there're any important patches pending. The p2p-dev-wlan0 related
errors are quite confusing, but I think they're caused by the fact
that there's no netdev for the device. At least I only have wlan0 and
p2p-wlan0-0 during runtime, a p2p-dev-wlan0 never shows up.

Thanks
David
wpa_supplicant v2.1-devel
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '../wpa.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '../wpa.conf' -> '/home/david/dev/openwfd/../wpa.conf'
Reading configuration file '/home/david/dev/openwfd/../wpa.conf'
ctrl_interface='/var/run/wpa_supplicant'
ap_scan=1
p2p_go_ht40=1
device_name='david-ub'
nl80211: Could not add multicast membership for vendor events: -2 (No such file or directory)
rfkill: initial event: idx=0 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=1 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=3 type=1 op=0 soft=0 hard=0
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Supported cipher 00-0f-ac:6
nl80211: Using driver-based off-channel TX
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1e70bf0
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=040a
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=040b
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=040c
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=040d
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=0409506f9a09
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=7f506f9a09
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=06
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=0a07
nl80211: Register frame type=0xd0 nl_handle=0x1e70bf0 match=0a11
netlink: Operstate: ifindex=3 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT)
nl80211: driver param='p2p_device=1,use_p2p_group_interface=1'
nl80211: Use separate P2P group interface
Add interface wlan0 to a new radio phy0
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz 20 mBm
nl80211: 2457-2482 @ 40 MHz 20 mBm
nl80211: 2474-2494 @ 20 MHz 20 mBm
nl80211: 5170-5250 @ 160 MHz 20 mBm
nl80211: 5250-5330 @ 160 MHz 20 mBm
nl80211: 5490-5730 @ 160 MHz 20 mBm
nl80211: Added 802.11b mode based on 802.11g information
wlan0: Own MAC address: fc:f8:ae:69:8a:61
wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
wlan0: RSN: flushing PMKID list in the driver
nl80211: Flush PMKIDs
wlan0: State: DISCONNECTED -> INACTIVE
wlan0: WPS: UUID based on MAC address: 4a7cf8c2-3c3b-5238-b16f-7273f4bb4fda
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
nl80211: Skip set_supp_port(unauthorized) while not associated
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
wlan0: Added interface wlan0
wlan0: State: INACTIVE -> DISCONNECTED
nl80211: Set wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Create interface iftype 10 (P2P_DEVICE)
nl80211: New P2P Device interface p2p-dev-wlan0 (0x2) created
Initializing interface 'p2p-dev-wlan0' conf '/home/david/dev/openwfd/../wpa.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/home/david/dev/openwfd/../wpa.conf' -> '/home/david/dev/openwfd/../wpa.conf'
Reading configuration file '/home/david/dev/openwfd/../wpa.conf'
ctrl_interface='/var/run/wpa_supplicant'
ap_scan=1
p2p_go_ht40=1
device_name='david-ub'
rfkill: initial event: idx=0 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=1 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=3 type=1 op=0 soft=0 hard=0
Could not read interface p2p-dev-wlan0 flags: No such device
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Supported cipher 00-0f-ac:6
nl80211: Using driver-based off-channel TX
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: interface p2p-dev-wlan0 in phy phy0
nl80211: Set mode ifindex 0 iftype 10 (P2P_DEVICE)
nl80211: Failed to set interface 0 to mode 10: -22 (Invalid argument)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1e8d5c0
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=040a
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=040b
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=040c
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=040d
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=0409506f9a09
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=7f506f9a09
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=06
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=0a07
nl80211: Register frame type=0xd0 nl_handle=0x1e8d5c0 match=0a11
nl80211: Start P2P Device p2p-dev-wlan0 (0x2): Success
nl80211: driver param='p2p_device=1,use_p2p_group_interface=1'
nl80211: Use separate P2P group interface
Add interface p2p-dev-wlan0 to existing radio phy0
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz 20 mBm
nl80211: 2457-2482 @ 40 MHz 20 mBm
nl80211: 2474-2494 @ 20 MHz 20 mBm
nl80211: 5170-5250 @ 160 MHz 20 mBm
nl80211: 5250-5330 @ 160 MHz 20 mBm
nl80211: 5490-5730 @ 160 MHz 20 mBm
p2p-dev-wlan0: Own MAC address: fc:f8:ae:69:8a:62
p2p-dev-wlan0: RSN: flushing PMKID list in the driver
nl80211: Flush PMKIDs
p2p-dev-wlan0: State: DISCONNECTED -> INACTIVE
p2p-dev-wlan0: WPS: UUID from the first interface: 4a7cf8c2-3c3b-5238-b16f-7273f4bb4fda
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
nl80211: Skip set_supp_port(unauthorized) while not associated
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
P2P: Own listen channel: 11
P2P: Random operating channel: 81:6
P2P: Driver did not support fetching of all supported channels; assume dualband support
P2P: Enable operating classes for 2.4 GHz band
P2P: Enable operating classes for lower 5 GHz band
P2P: Enable operating classes for higher 5 GHz band
P2P: initialized
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48 124:149,153,157,161
P2P: cli_channels:
p2p-dev-wlan0: Added interface p2p-dev-wlan0
p2p-dev-wlan0: State: INACTIVE -> DISCONNECTED
nl80211: Set p2p-dev-wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=0 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
RTM_NEWLINK: ifi_index=3 ifname=wlan0 operstate=0 linkmode=0 ifi_flags=0x1043 ([UP][RUNNING])
RTM_NEWLINK: ifi_index=3 ifname=wlan0 operstate=2 linkmode=0 ifi_flags=0x1003 ([UP])
EAPOL: disable timer tick
EAPOL: disable timer tick
CTRL_IFACE monitor attached /tmp/wpa_ctrl_330-2\x00
wlan0: Control interface command 'BSS RANGE=ALL MASK=0x2'
wlan0: Control interface command 'STATUS'
wlan0: 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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e93d70
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e93d70 after 0.000028 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 10 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000048 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 3.621178 seconds
nl80211: Received scan results (2 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 1
p2p-dev-wlan0: BSS: Add new id 0 BSSID 00:18:39:0a:8e:23 SSID 'blockfloete'
p2p-dev-wlan0: BSS: Add new id 1 BSSID 00:12:bf:ce:21:6d SSID 'Katzenkorb'
BSS: last_scan_res_used=2/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e93d70 done in 3.624252 seconds
P2P: Scan results received (2 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: 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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e93990
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e93990 after 0.000015 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e93190
nl80211: Register frame type=0x40 nl_handle=0x1e93190 match=
nl80211: Remain-on-channel cookie 0x1 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x1 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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: Created device entry based on Probe Req: 12:68:3f:4e:39:f2 dev_capab=0x25 group_capab=0x0 name='dvdhrm-nx' listen_freq=2437
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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-30 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-32 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e93990 done in 0.307005 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b919
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e93160
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e93160 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000025 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.121301 seconds
nl80211: Received scan results (4 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 2
p2p-dev-wlan0: BSS: Add new id 2 BSSID 9c:c7:a6:87:b0:f5 SSID 'Reichl&Vetter'
BSS: last_scan_res_used=3/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e93160 done in 0.124198 seconds
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: Parsing WPS IE
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=166.402286)
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
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e8f440
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e8f440 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e931e0
nl80211: Register frame type=0x40 nl_handle=0x1e931e0 match=
nl80211: Remain-on-channel cookie 0x2 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x2 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e8f440 done in 0.204288 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b969
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e93160
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e93160 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120571 seconds
nl80211: Received scan results (4 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 3
BSS: last_scan_res_used=3/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e93160 done in 0.123504 seconds
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: Parsing WPS IE
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=166.402270 last_seen=166.402286)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e8f440
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e8f440 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e931e0
nl80211: Register frame type=0x40 nl_handle=0x1e931e0 match=
nl80211: Remain-on-channel cookie 0x3 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x3 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x3 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e8f440 done in 0.204223 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b969
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e93160
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e93160 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000045 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120501 seconds
nl80211: Received scan results (4 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 4
BSS: last_scan_res_used=3/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e93160 done in 0.123464 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e8f440
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e8f440 after 0.000013 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e931e0
nl80211: Register frame type=0x40 nl_handle=0x1e931e0 match=
nl80211: Remain-on-channel cookie 0x4 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x4 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x4 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e8f440 done in 0.101807 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b969
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e93160
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e93160 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000018 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120613 seconds
nl80211: Received scan results (4 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 5
BSS: last_scan_res_used=3/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e93160 done in 0.123492 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e8f440
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e8f440 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e931e0
nl80211: Register frame type=0x40 nl_handle=0x1e931e0 match=
nl80211: Remain-on-channel cookie 0x5 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x5 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x5 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e8f440 done in 0.101817 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b969
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e93160
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e93160 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120506 seconds
nl80211: Received scan results (5 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 6
p2p-dev-wlan0: BSS: Add new id 3 BSSID 20:2b:c1:4b:8f:a4 SSID 'WLAN-8FA406'
BSS: last_scan_res_used=4/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e93160 done in 0.123542 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e8f440
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e8f440 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e931e0
nl80211: Register frame type=0x40 nl_handle=0x1e931e0 match=
nl80211: Remain-on-channel cookie 0x6 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x6 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x6 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e8f440 done in 0.204225 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b969
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120543 seconds
nl80211: Received scan results (5 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 7
BSS: last_scan_res_used=4/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123478 seconds
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: Parsing WPS IE
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=167.352855 last_seen=167.353082)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x7 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x7 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x7 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306620 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000011 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000021 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120478 seconds
nl80211: Received scan results (5 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 8
BSS: last_scan_res_used=4/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123445 seconds
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: Parsing WPS IE
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=167.352989 last_seen=167.353082)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x8 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x8 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x8 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306677 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120522 seconds
nl80211: Received scan results (5 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 9
BSS: last_scan_res_used=4/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123549 seconds
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: Parsing WPS IE
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=167.352174 last_seen=167.353082)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000005 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x9 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x9 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x9 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204262 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000005 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000016 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120541 seconds
nl80211: Received scan results (5 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 10
BSS: last_scan_res_used=4/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123454 seconds
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: Parsing WPS IE
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=167.352693 last_seen=167.353082)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000005 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0xa for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0xa (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0xa (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204225 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000018 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120474 seconds
nl80211: Received scan results (5 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 11
BSS: last_scan_res_used=4/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123462 seconds
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: Parsing WPS IE
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=167.352142 last_seen=167.353082)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0xb for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0xb (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0xb (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204179 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000005 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000017 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120560 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 12
p2p-dev-wlan0: BSS: Add new id 4 BSSID 00:1c:4a:a0:aa:89 SSID 'WLAN-001C4AA0AA89'
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123415 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0xc for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0xc (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0xc (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204204 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000020 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120454 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 13
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123398 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0xd for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0xd (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0xd (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204221 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000013 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120539 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 14
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123459 seconds
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: Parsing WPS IE
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=169.903375 last_seen=169.903885)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0xe for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0xe (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0xe (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306578 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000004 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000011 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120475 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 15
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123347 seconds
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: Parsing WPS IE
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=169.903094 last_seen=170.721532)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0xf for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0xf (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0xf (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306633 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000005 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000019 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120528 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 16
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123407 seconds
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: Parsing WPS IE
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=169.903774 last_seen=170.721532)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x10 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x10 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x10 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101833 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000019 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120468 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 17
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123392 seconds
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: Parsing WPS IE
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=169.903686 last_seen=171.611198)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x11 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x11 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x11 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306601 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000012 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
wlan0: Control interface command 'P2P_PEER FIRST'
wlan0: Control interface command 'P2P_PEER NEXT-12:68:3f:4e:39:f2'
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120495 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 18
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123364 seconds
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: Parsing WPS IE
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=169.903405 last_seen=171.611198)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x12 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x12 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-39 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-40 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-41 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x12 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204022 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-41 stype=4 len=217
p2p-dev-wlan0: 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: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000020 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120458 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 19
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123412 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x13 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x13 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x13 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101764 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000005 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120487 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 20
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123424 seconds
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: Parsing WPS IE
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=172.552645 last_seen=172.552684)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000006 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x14 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x14 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x14 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101769 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000020 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120548 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 21
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123467 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000017 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x15 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x15 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x15 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101861 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000030 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120454 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 22
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123444 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000015 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x16 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x16 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x16 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101880 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000021 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120547 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 23
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123538 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000015 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x17 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x17 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x17 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306697 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000013 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000031 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120495 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 24
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123513 seconds
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: Parsing WPS IE
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=173.542295 last_seen=173.542693)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000020 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x18 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x18 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x18 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101826 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000030 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120452 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 25
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123513 seconds
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: Parsing WPS IE
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=173.542104 last_seen=173.542693)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000017 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x19 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x19 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x19 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306706 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000014 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000034 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120602 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 26
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123567 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000015 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x1a for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x1a (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1a (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204314 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000013 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000039 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120614 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 27
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123530 seconds
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: Parsing WPS IE
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=173.542187 last_seen=173.542902)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000017 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x1b for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x1b (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-34 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-35 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-36 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-37 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1b (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204299 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120500 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 28
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123512 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000015 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x1c for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x1c (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1c (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101853 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000027 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120513 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 29
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123484 seconds
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: Parsing WPS IE
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=175.393244 last_seen=175.393482)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x1d for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x1d (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1d (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204298 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000032 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120517 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 30
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123511 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000014 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x1e for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x1e (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-33 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-34 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-36 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-36 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1e (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204315 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120515 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 31
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123532 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000026 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x1f for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x1f (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x1f (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306683 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120513 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 32
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123511 seconds
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: Parsing WPS IE
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=176.340710 last_seen=176.341072)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000015 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x20 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x20 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-30 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-30 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-30 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x20 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306631 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000020 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120501 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 33
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123473 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x21 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x21 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x21 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101855 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000021 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120538 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 34
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123478 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000013 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x22 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x22 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x22 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306658 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000021 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000019 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120529 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 35
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123448 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x23 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x23 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x23 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204225 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000019 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120556 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 36
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123446 seconds
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: Parsing WPS IE
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=177.249764 last_seen=177.249973)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x24 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x24 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x24 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101869 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000019 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120546 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 37
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123501 seconds
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: Parsing WPS IE
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=177.249133 last_seen=177.249973)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x25 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x25 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x25 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306600 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000005 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000012 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120537 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 38
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123433 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000005 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x26 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x26 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x26 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101788 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000006 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120435 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 39
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123424 seconds
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: Parsing WPS IE
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=178.998355 last_seen=178.998369)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000009 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x27 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x27 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x27 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101805 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000029 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120514 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 40
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123441 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x28 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x28 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x28 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204228 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120468 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 41
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123471 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x29 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x29 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x29 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101819 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000021 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120560 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 42
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123452 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000039 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x2a for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x2a (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2a (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101817 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000004 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000012 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120437 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 43
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123484 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000014 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x2b for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x2b (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2b (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101913 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000019 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120530 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 44
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123484 seconds
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: Parsing WPS IE
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=179.841560 last_seen=179.842020)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000030 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x2c for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x2c (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2c (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204238 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000031 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120400 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 45
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123443 seconds
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: Parsing WPS IE
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=179.841517 last_seen=179.842020)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000013 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x2d for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x2d (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2d (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101907 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000025 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120509 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 46
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123504 seconds
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: Parsing WPS IE
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=179.841174 last_seen=179.842020)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000013 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x2e for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x2e (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-29 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2e (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306662 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000026 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120519 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 47
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123497 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000014 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x2f for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x2f (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x2f (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101863 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000028 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120497 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 48
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123489 seconds
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: Parsing WPS IE
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=181.633498 last_seen=181.633735)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x30 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x30 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x30 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204252 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120508 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 49
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123472 seconds
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: Parsing WPS IE
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=181.633425 last_seen=181.633735)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000010 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x31 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x31 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x31 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101824 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000027 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120457 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 50
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123473 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000013 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x32 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x32 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x32 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306699 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000030 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120482 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 51
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123532 seconds
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: Parsing WPS IE
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=182.477208 last_seen=182.477912)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x33 for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x33 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x33 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204229 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000011 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000029 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120438 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 52
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123424 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x34 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x34 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x34 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101854 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000034 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120581 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 53
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123479 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000013 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x35 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x35 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x35 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101848 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000023 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120589 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 54
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123469 seconds
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: Parsing WPS IE
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=183.280340 last_seen=183.280899)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000014 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x36 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x36 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x36 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306646 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000011 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000036 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120504 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 55
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123482 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x37 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x37 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x37 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101799 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120491 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 56
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123466 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x38 for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x38 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x38 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101730 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000009 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120544 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 57
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123455 seconds
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: Parsing WPS IE
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=184.227394 last_seen=184.228041)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000011 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x39 for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x39 (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-27 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-28 stype=4 len=217
p2p-dev-wlan0: 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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x39 (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.306640 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000024 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120547 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 58
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123499 seconds
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: Parsing WPS IE
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000014 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x3a for freq=2462 MHz duration=204
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=204 cookie=0x3a (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,204800) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.224800 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x3a (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.204219 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000008 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000021 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120642 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 59
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123479 seconds
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: Parsing WPS IE
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=185.175516 last_seen=185.175597)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931d0 after 0.000012 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e930e0
nl80211: Register frame type=0x40 nl_handle=0x1e930e0 match=
nl80211: Remain-on-channel cookie 0x3b for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x3b (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=SEARCH): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x3b (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931d0 done in 0.101812 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=SEARCH)
nl80211: Disable Probe Request reporting nl_preq=0x888888888961b869
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 11
p2p-dev-wlan0: Add radio work 'p2p-scan'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
P2P: Running p2p_scan
p2p-dev-wlan0: Starting radio work 'p2p-scan'@0x1e930e0 after 0.000010 second wait
p2p-dev-wlan0: nl80211: scan request
nl80211: P2P probe - mask SuppRates
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: Scan trigger
p2p-dev-wlan0: Event SCAN_STARTED (49) received
p2p-dev-wlan0: Own scan request started a scan in 0.000022 seconds
p2p-dev-wlan0: CTRL-EVENT-SCAN-STARTED 
wlan0: Control interface command 'P2P_CONNECT 12:68:3f:4e:39:f2 pbc'
wlan0: Determining shared radio frequencies (max len 1)
wlan0: 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-wlan0-0 for the group
nl80211: Create interface iftype 8 (P2P_CLIENT)
nl80211: New interface p2p-wlan0-0 created: ifindex=5
nl80211: Add own interface ifindex 5
nl80211: Set TX rates failed: ret=-100 (Network is down)
P2P: Created pending virtual interface p2p-wlan0-0 addr fc:f8:ae:69:8a:63
P2P: Request to start group negotiation - peer=12:68:3f:4e:39:f2  GO Intent=7  Intended Interface Address=fc:f8:ae:69:8a:63 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 possible 5 GHz channel (op_class 124 channel 161) as operating channel preference
P2P: prepared channels: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48 124:149,153,157,161
P2P: after go/cli filter/add: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48 124:149,153,157,161
P2P: Own preference for operation channel: Operating Class 124 Channel 161
P2P: Stopping find
P2P: Clear timeout (state=SEARCH)
P2P-FIND-STOPPED 
P2P: State SEARCH -> IDLE
P2P: p2p_scan running - delay connect send
RTM_NEWLINK: ifi_index=5 ifname=p2p-wlan0-0 operstate=2 linkmode=0 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface p2p-wlan0-0 is up
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for p2p-dev-wlan0
p2p-dev-wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID 'DIRECT-'
nl80211: Scan included frequencies: 2412 2437 2462
p2p-dev-wlan0: Event SCAN_RESULTS (3) received
p2p-dev-wlan0: Scan completed in 0.120601 seconds
nl80211: Received scan results (6 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 60
BSS: last_scan_res_used=5/32
p2p-dev-wlan0: Radio work 'p2p-scan'@0x1e930e0 done in 0.123404 seconds
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: Parsing WPS IE
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: Start previously requested connect with 12:68:3f:4e:39:f2
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 11
P2P: * Intended P2P Interface Address fc:f8:ae:69:8a:63
P2P: * Channel List - hexdump(len=28): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b 73 04 24 28 2c 30 7c 04 95 99 9d a1
P2P: * Device Info
P2P: * Operating Channel: Regulatory Class 124 Channel 161
WPS:  * Version (hardcoded 0x10)
P2P: WPS IE Device Password ID: 4
P2P: Sending GO Negotiation Request
P2P: State IDLE -> CONNECT
P2P: Schedule new radio work for Action frame TX (listen_freq=-1 send_freq=-1)
p2p-dev-wlan0: Add radio work 'p2p-send-action'@0x1e931d0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-send-action'@0x1e931d0 after 0.000015 second wait
Off-channel: Send action frame: freq=2437 dst=12:68:3f:4e:39:f2 src=fc:f8:ae:69:8a:62 bssid=12:68:3f:4e:39:f2 len=133
nl80211: Send Action frame (ifindex=0, freq=2437 MHz wait=500 ms no_cck=1)
nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for p2p-dev-wlan0
nl80211: Frame TX status event
nl80211: Action TX status: cookie=0ffff8801457c8400 (match) (ack=1)
p2p-dev-wlan0: Event TX_STATUS (18) received
p2p-dev-wlan0: 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=0x42fbc0
P2P: Action frame TX callback (state=1 freq=2437 dst=12:68:3f:4e:39:f2 src=fc:f8:ae:69:8a:62 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
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2437 ssi_signal=-29 stype=13 len=160
p2p-dev-wlan0: Event RX_MGMT (20) received
p2p-dev-wlan0: Received Action frame: SA=12:68:3f:4e:39:f2 Category=4 DataLen=135 freq=2437 MHz
P2P: RX P2P Public Action from 12:68:3f:4e:39:f2
P2P: Received GO Negotiation Response from 12:68:3f:4e:39:f2 (freq=2437)
P2P: Parsing the received message
P2P: * Dialog Token: 1
P2P: Parsing WPS IE
P2P: Device Password ID: 0
P2P: Parsing P2P IE
P2P: Attribute 0 length 1
P2P: * Status: 1
P2P: Attribute 2 length 2
P2P: * Device Capability 25 Group Capability 00
P2P: Attribute 4 length 1
P2P: * GO Intent: Intent 6 Tie breaker 1
P2P: Attribute 5 length 2
P2P: * Configuration Timeout
P2P: Attribute 17 length 5
P2P: * Operating Channel: Country DE(0x04) Regulatory Class 81 Channel Number 9
P2P: Attribute 9 length 6
P2P: * Intended P2P Interface Address: 12:68:3f:4e:b9:f2
P2P: Attribute 11 length 24
P2P: * Channel List: Country String 'DE(0x04)'
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: GO Negotiation rejected: status 1
P2P: Wait for the peer to become ready for GO Negotiation
P2P: State CONNECT -> WAIT_PEER_IDLE
P2P: Set timeout (state=WAIT_PEER_IDLE): 0.000000 sec
p2p-dev-wlan0: Radio work 'p2p-send-action'@0x1e931d0 done in 0.056103 seconds
Off-channel: Action frame sequence done notification
nl80211: Cancel TX frame wait: cookie=0xffff8801457c8400
P2P: Timeout (state=WAIT_PEER_IDLE)
P2P: Go to Listen state while waiting for the peer to become ready for GO Negotiation
P2P: State WAIT_PEER_IDLE -> WAIT_PEER_CONNECT
P2P: Starting short listen state (state=WAIT_PEER_CONNECT)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e931a0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e931a0 after 0.000007 second wait
nl80211: Enable Probe Request reporting nl_preq=0x1e8f370
nl80211: Register frame type=0x40 nl_handle=0x1e8f370 match=
nl80211: Remain-on-channel cookie 0x3c for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x3c (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=WAIT_PEER_CONNECT): 0.122400 sec
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x3c (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e931a0 done in 0.102169 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=WAIT_PEER_CONNECT)
P2P: State WAIT_PEER_CONNECT -> WAIT_PEER_IDLE
P2P: Set timeout (state=WAIT_PEER_IDLE): 0.500000 sec
P2P: Timeout (state=WAIT_PEER_IDLE)
P2P: Go to Listen state while waiting for the peer to become ready for GO Negotiation
P2P: State WAIT_PEER_IDLE -> WAIT_PEER_CONNECT
P2P: Starting short listen state (state=WAIT_PEER_CONNECT)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e930e0 after 0.000008 second wait
nl80211: Probe Request reporting already on! nl_preq=0x8888888889607bf9
nl80211: Remain-on-channel cookie 0x3d for freq=2462 MHz duration=307
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=307 cookie=0x3d (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,307200) on freq=2462 based on callback
P2P: Set timeout (state=WAIT_PEER_CONNECT): 0.327200 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-24 stype=4 len=217
p2p-dev-wlan0: 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)
P2P: WPS IE Device Password ID: 4
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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-24 stype=4 len=217
p2p-dev-wlan0: 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)
P2P: WPS IE Device Password ID: 4
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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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)
P2P: WPS IE Device Password ID: 4
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=10
nl80211: Use last_mgmt_freq=2462
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=4 len=217
p2p-dev-wlan0: 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)
P2P: WPS IE Device Password ID: 4
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=10
nl80211: Use last_mgmt_freq=2462
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x3d (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e930e0 done in 0.306622 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Timeout (state=WAIT_PEER_CONNECT)
P2P: State WAIT_PEER_CONNECT -> WAIT_PEER_IDLE
P2P: Set timeout (state=WAIT_PEER_IDLE): 0.500000 sec
P2P: Timeout (state=WAIT_PEER_IDLE)
P2P: Go to Listen state while waiting for the peer to become ready for GO Negotiation
P2P: State WAIT_PEER_IDLE -> WAIT_PEER_CONNECT
P2P: Starting short listen state (state=WAIT_PEER_CONNECT)
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
p2p-dev-wlan0: Add radio work 'p2p-listen'@0x1e930e0
p2p-dev-wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Starting radio work 'p2p-listen'@0x1e930e0 after 0.000009 second wait
nl80211: Probe Request reporting already on! nl_preq=0x8888888889607bf9
nl80211: Remain-on-channel cookie 0x3e for freq=2462 MHz duration=102
nl80211: Drv Event 55 (NL80211_CMD_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=0 freq=2462 channel_type=0 duration=102 cookie=0x3e (match))
p2p-dev-wlan0: Event REMAIN_ON_CHANNEL (21) received
Off-channel: Send Action callback (without_roc=0 pending_action_tx=(nil))
P2P: Starting Listen timeout(0,102400) on freq=2462 based on callback
P2P: Set timeout (state=WAIT_PEER_CONNECT): 0.122400 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-25 stype=13 len=164
p2p-dev-wlan0: Event RX_MGMT (20) received
p2p-dev-wlan0: Received Action frame: SA=12:68:3f:4e:39:f2 Category=4 DataLen=139 freq=2462 MHz
P2P: RX P2P Public Action from 12:68:3f:4e:39:f2
P2P: Received GO Negotiation Request from 12:68:3f:4e:39:f2(freq=2462)
P2P: Parsing the received message
P2P: * Dialog Token: 1
P2P: Parsing WPS IE
P2P: Device Password ID: 4
P2P: Parsing P2P IE
P2P: Attribute 2 length 2
P2P: * Device Capability 25 Group Capability 2a
P2P: Attribute 4 length 1
P2P: * GO Intent: Intent 6 Tie breaker 0
P2P: Attribute 5 length 2
P2P: * Configuration Timeout
P2P: Attribute 6 length 5
P2P: * Listen Channel: Country DE(0x04) Regulatory Class 81 Channel Number 6
P2P: Attribute 9 length 6
P2P: * Intended P2P Interface Address: 12:68:3f:4e:b9:f2
P2P: Attribute 11 length 24
P2P: * Channel List: Country String 'DE(0x04)'
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 0x80
P2P: Attribute 17 length 5
P2P: * Operating Channel: Country DE(0x04) Regulatory Class 81 Channel Number 9
P2P: Peer country - hexdump_ascii(len=3):
     44 45 04                                          DE_             
P2P: Own reg_classes 3 peer reg_classes 2 intersection reg_classes 2
P2P: Peer using pushbutton
P2P: own channels: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48 124:149,153,157,161
P2P: peer channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48
P2P: intersection: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48
P2P: intersection after no-GO removal: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48
P2P: intersection with local channel list: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48
P2P: Selected operating channel (op_class 124 channel 161) not acceptable to the peer
P2P: Pick possible 5 GHz channel (op_class 115 channel 36) from intersection
P2P: Peer operating channel preference: 2452 MHz
P2P: GO Negotiation with 12:68:3f:4e:39:f2
P2P: Stopping find
P2P: Clear timeout (state=WAIT_PEER_CONNECT)
P2P: State WAIT_PEER_CONNECT -> IDLE
P2P: Skip stop_listen since we are on correct channel for response
P2P: State IDLE -> GO_NEG
P2P: Clear timeout (state=GO_NEG)
P2P: Building GO Negotiation Response
P2P: * Dialog Token: 1
P2P: * P2P IE header
P2P: * Status: 0
P2P: * Capability dev=25 group=08
P2P: * GO Intent: Intent 7 Tie breaker 1
P2P: * Configuration Timeout: GO 255 (*10ms)  client 20 (*10ms)
P2P: * Operating Channel: Regulatory Class 115 Channel 36
P2P: * Intended P2P Interface Address fc:f8:ae:69:8a:63
P2P: * Channel List - hexdump(len=22): 58 58 04 51 0b 01 02 03 04 05 06 07 08 09 0a 0b 73 04 24 28 2c 30
P2P: * Device Info
P2P: * P2P Group ID fc:f8:ae:69:8a:62
P2P: P2P Group ID SSID - hexdump_ascii(len=9):
     44 49 52 45 43 54 2d 45 4d                        DIRECT-EM       
WPS:  * Version (hardcoded 0x10)
P2P: WPS IE Device Password ID: 4
P2P: Sending GO Negotiation Response
P2P: Use ongoing radio work for Action frame TX
Off-channel: Send action frame: freq=2462 dst=12:68:3f:4e:39:f2 src=fc:f8:ae:69:8a:62 bssid=fc:f8:ae:69:8a:62 len=141
nl80211: Send Action frame (ifindex=0, freq=2462 MHz wait=500 ms no_cck=1)
nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for p2p-dev-wlan0
nl80211: Frame TX status event
nl80211: Action TX status: cookie=0ffff880144a92300 (match) (ack=1)
p2p-dev-wlan0: Event TX_STATUS (18) received
p2p-dev-wlan0: 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=0x42fbc0
P2P: Action frame TX callback (state=2 freq=2462 dst=12:68:3f:4e:39:f2 src=fc:f8:ae:69:8a:62 bssid=fc:f8:ae:69:8a:62 result=0
P2P: GO Negotiation Response TX callback: success=1
P2P: State GO_NEG -> CONNECT
P2P: Set timeout (state=CONNECT): 0.500000 sec
nl80211: BSS Event 59 (NL80211_CMD_FRAME) received for p2p-dev-wlan0
nl80211: RX frame freq=2462 ssi_signal=-26 stype=13 len=80
p2p-dev-wlan0: Event RX_MGMT (20) received
p2p-dev-wlan0: Received Action frame: SA=12:68:3f:4e:39:f2 Category=4 DataLen=55 freq=2462 MHz
P2P: RX P2P Public Action from 12:68:3f:4e:39:f2
P2P: Received GO Negotiation Confirm from 12:68:3f:4e:39:f2
P2P: Parsing the received message
P2P: * Dialog Token: 1
P2P: Parsing P2P IE
P2P: Attribute 0 length 1
P2P: * Status: 0
P2P: Attribute 2 length 2
P2P: * Device Capability 25 Group Capability 00
P2P: Attribute 17 length 5
P2P: * Operating Channel: Country XX(0x04) Regulatory Class 115 Channel Number 36
P2P: Attribute 11 length 22
P2P: * Channel List: Country String 'DE(0x04)'
P2P: 20 ms wait on current channel before starting group
P2P: GO Negotiation with 12:68:3f:4e:39:f2 completed (local end will be GO)
P2P: own channels: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48 124:149,153,157,161
P2P: peer channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48
P2P: intersection after no-GO removal: 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48
P2P: Clear timeout (state=CONNECT)
P2P: State CONNECT -> PROVISIONING
nl80211: Cancel remain-on-channel with cookie 0x3e
P2P-GO-NEG-SUCCESS role=GO freq=5180 ht40=0 peer_dev=12:68:3f:4e:39:f2 peer_iface=12:68:3f:4e:b9:f2 wps_method=PBC
p2p-dev-wlan0: P2P: Starting GO
p2p-dev-wlan0: P2P: Request scan (that will be skipped) to start GO)
p2p-dev-wlan0: Setting scan request: 0.000000 sec
p2p-dev-wlan0: State: DISCONNECTED -> SCANNING
Start a pre-selected network without scan step
Setting up AP (SSID='DIRECT-EM')
nl80211: Setup AP operations for P2P group (GO)
nl80211: Set mode ifindex 0 iftype 9 (P2P_GO)
nl80211: Failed to set interface 0 to mode 9: -22 (Invalid argument)
nl80211: Try mode change after setting interface down
nl80211: Stop P2P Device p2p-dev-wlan0 (0x2): Success
nl80211: Set mode ifindex 0 iftype 9 (P2P_GO)
nl80211: Failed to set interface 0 to mode 9: -22 (Invalid argument)
nl80211: Start P2P Device p2p-dev-wlan0 (0x2): Success
nl80211: Interface mode change to 9 from 10 failed
nl80211: Remove monitor interface: refcount=0
p2p-dev-wlan0: Failed to start AP functionality
p2p-dev-wlan0: State: SCANNING -> DISCONNECTED
nl80211: Set p2p-dev-wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=0 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Drv Event 56 (NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL) received for p2p-dev-wlan0
nl80211: Remain-on-channel event (cancel=1 freq=2462 channel_type=0 duration=0 cookie=0x3e (match))
p2p-dev-wlan0: Event CANCEL_REMAIN_ON_CHANNEL (22) received
P2P: Cancel remain-on-channel callback (p2p_long_listen=0 ms pending_action_tx=(nil))
p2p-dev-wlan0: Radio work 'p2p-listen'@0x1e930e0 done in 0.090383 seconds
P2P: Driver ended Listen state (freq=2462)
P2P: Skip stop_listen since not in listen_only state.
P2P: Group Formation timed out
P2P: Group Formation failed with 12:68:3f:4e:b9:f2
P2P: Clear timeout (state=PROVISIONING)
P2P: State PROVISIONING -> IDLE
P2P-GROUP-FORMATION-FAILURE 
CTRL_IFACE monitor sent successfully to /tmp/wpa_ctrl_330-2\x00
P2P-GROUP-REMOVED p2p-dev-wlan0 GO reason=FORMATION_FAILED
CTRL_IFACE monitor sent successfully to /tmp/wpa_ctrl_330-2\x00
P2P: Remove temporary group network
p2p-dev-wlan0: State: DISCONNECTED -> DISCONNECTED
nl80211: Set p2p-dev-wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=0 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
p2p-dev-wlan0: Removing interface p2p-dev-wlan0
p2p-dev-wlan0: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 state=DISCONNECTED
p2p-dev-wlan0: State: DISCONNECTED -> DISCONNECTED
nl80211: Set p2p-dev-wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=0 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
p2p-dev-wlan0: BSS: Remove id 0 BSSID 00:18:39:0a:8e:23 SSID 'blockfloete' due to wpa_bss_flush
p2p-dev-wlan0: BSS: Remove id 1 BSSID 00:12:bf:ce:21:6d SSID 'Katzenkorb' due to wpa_bss_flush
p2p-dev-wlan0: BSS: Remove id 4 BSSID 00:1c:4a:a0:aa:89 SSID 'WLAN-001C4AA0AA89' due to wpa_bss_flush
p2p-dev-wlan0: BSS: Remove id 2 BSSID 9c:c7:a6:87:b0:f5 SSID 'Reichl&Vetter' due to wpa_bss_flush
p2p-dev-wlan0: BSS: Remove id 3 BSSID 20:2b:c1:4b:8f:a4 SSID 'WLAN-8FA406' due to wpa_bss_flush
p2p-dev-wlan0: Cancelling delayed sched scan
p2p-dev-wlan0: Cancelling scan request
p2p-dev-wlan0: Cancelling authentication timeout
nl80211: Disable Probe Request reporting nl_preq=0x8888888889607bf9
p2p-dev-wlan0: P2P: Disable P2P since removing the management interface is being removed
P2P: Stopping find
P2P: Clear timeout (state=IDLE)
P2P: State IDLE -> IDLE
P2P: Clear timeout (state=IDLE)
P2P-DEVICE-LOST p2p_dev_addr=12:68:3f:4e:39:f2
Remove interface p2p-dev-wlan0 from radio phy0
nl80211: Remove monitor interface: refcount=0
netlink: Operstate: ifindex=0 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
nl80211: Stop P2P Device p2p-dev-wlan0 (0x2): Success
nl80211: Unsubscribe mgmt frames handle 0x8888888889605d49 (deinit)
nl80211: Delete P2P Device p2p-dev-wlan0 (0x2): Success
p2p-dev-wlan0: CTRL-EVENT-TERMINATING 
wlan0: Removing interface wlan0
wlan0: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 state=DISCONNECTED
wlan0: State: DISCONNECTED -> DISCONNECTED
nl80211: Set wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wlan0: Cancelling delayed sched scan
wlan0: Cancelling scan request
wlan0: Cancelling authentication timeout
P2P: Removing pending group interface p2p-wlan0-0
nl80211: wpa_driver_nl80211_if_remove(type=5 ifname=p2p-wlan0-0) ifindex=5 added_if=0
nl80211: Remove interface ifindex=5
Remove interface wlan0 from radio phy0
Remove radio phy0
nl80211: Remove monitor interface: refcount=0
netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Unsubscribe mgmt frames handle 0x88888888896f8379 (mode change)
wlan0: CTRL-EVENT-TERMINATING 
CTRL_IFACE monitor sent successfully to /tmp/wpa_ctrl_330-2\x00
CTRL_IFACE wait for attached monitors to receive messages

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux