I've attempted these connections manually using wpa_supplicant. Below are my wpa_supplicant.conf file, the wpa_supplicant logs, and more info about my setup.
Note that the highest-priority connection in my wpa_supplicant.conf is for a hidden SSID that only accepts 5GHz connections. Running Ubuntu, connecting to this SSID works fine. Running Gentoo, the probe for this SSID doesn't return any results. Looking at the output of "iw phy", you can see why: The 5GHz band doesn't appear to be supported under Gentoo at all. I thought this might mean I have a regulatory domain problem, but the regulatory domain is "world" for both Ubuntu and Gentoo, and changing the domain using "iw reg set US" didn't help in Gentoo.
wpa_supplicant.conf
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
# Home 5GHz
network={
priority=1
scan_ssid=1
ssid="NETGEAR-5G"
proto=RSN WPA
pairwise=CCMP TKIP
group=CCMP TKIP
key_mgmt=WPA-PSK
#psk=<redacted>
psk=<redacted>
}
# Home 2.4GHz
network={
ssid="NETGEAR"
proto=RSN WPA
pairwise=CCMP TKIP
group=CCMP TKIP
key_mgmt=WPA-PSK
#psk=<redacted>
psk=<redacted>
}
wpa_supplicant Connection Attempt
Code: Select all
wpa_supplicant v2.4
random: Trying to read entropy from /dev/random
Successfully initialized wpa_supplicant
Initializing interface 'wlp2s0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='DIR=/var/run/wpa_supplicant GROUP=wheel'
Priority group 1
id=0 ssid='NETGEAR-5G'
Priority group 0
id=1 ssid='NETGEAR'
rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
nl80211: Using driver-based roaming
nl80211: TDLS supported
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: Supported vendor command: vendor_id=0x1018 subcmd=1
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: Enable multi-channel concurrent (driver advertised support)
nl80211: use P2P_DEVICE support
nl80211: interface wlp2s0 in phy phy0
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1afc490
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0104
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0801
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=06
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a07
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a11
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a1a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1101
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1102
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0505
netlink: Operstate: ifindex=3 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT)
nl80211: driver param='(null)'
Add interface wlp2s0 to a new radio phy0
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz 20 mBm
nl80211: 2457-2482 @ 40 MHz 20 mBm (no IR)
nl80211: 2474-2494 @ 20 MHz 20 mBm (no OFDM) (no IR)
nl80211: 5170-5250 @ 80 MHz 20 mBm (no IR)
nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS) (no IR)
nl80211: 5490-5730 @ 160 MHz 20 mBm (DFS) (no IR)
nl80211: 5735-5835 @ 80 MHz 20 mBm (no IR)
nl80211: 57240-63720 @ 2160 MHz 0 mBm
nl80211: Added 802.11b mode based on 802.11g information
wlp2s0: Own MAC address: 00:90:4c:0d:f4:3e
wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=4 set_tx=0 seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=5 set_tx=0 seq_len=0 key_len=0
wlp2s0: RSN: flushing PMKID list in the driver
nl80211: Flush PMKIDs
wlp2s0: Setting scan request: 0.100000 sec
ENGINE: Loading dynamic engine
ENGINE: Loading dynamic engine
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
ctrl_interface_group=10 (from group name 'wheel')
wlp2s0: Added interface wlp2s0
wlp2s0: State: DISCONNECTED -> DISCONNECTED
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
random: Got 20/20 bytes from /dev/random
RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 operstate=5 linkmode=0 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 operstate=5 linkmode=1 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
wlp2s0: State: DISCONNECTED -> SCANNING
Scan SSID - hexdump_ascii(len=10):
4e 45 54 47 45 41 52 2d 35 47 NETGEAR-5G
wlp2s0: Starting AP scan for wildcard SSID
wlp2s0: Add radio work 'scan'@0x1b1d2f0
wlp2s0: First radio work item in the queue - schedule start immediately
wlp2s0: Starting radio work 'scan'@0x1b1d2f0 after 0.000006 second wait
wlp2s0: nl80211: scan request
Scan requested (ret=0) - scan timeout 10 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
wlp2s0: nl80211: Scan trigger
wlp2s0: Event SCAN_STARTED (47) received
wlp2s0: Own scan request started a scan in 0.000017 seconds
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
wlp2s0: nl80211: New scan results available
nl80211: Scan probed for SSID 'NETGEAR-5G'
nl80211: Scan probed for SSID ''
nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462
wlp2s0: Event SCAN_RESULTS (3) received
wlp2s0: Scan completed in 0.657867 seconds
nl80211: Received scan results (6 BSSes)
wlp2s0: BSS: Start scan result update 1
wlp2s0: BSS: Add new id 0 BSSID c0:ff:d4:ac:d9:e0 SSID '2WIRE377_EXT'
wlp2s0: BSS: Add new id 1 BSSID 30:46:9a:9c:45:5c SSID 'NETGEAR'
wlp2s0: BSS: Add new id 2 BSSID ac:5d:10:4e:21:51 SSID '2WIRE377'
wlp2s0: BSS: Add new id 3 BSSID 12:86:8c:60:09:3e SSID ''
wlp2s0: BSS: Add new id 4 BSSID 88:1f:a1:2f:3a:b4 SSID 'son Wi-Fi Network'
wlp2s0: BSS: Add new id 5 BSSID 22:86:8c:60:09:3e SSID 'xfinitywifi'
BSS: last_scan_res_used=6/32
wlp2s0: New scan results available (own=1 ext=0)
wlp2s0: Radio work 'scan'@0x1b1d2f0 done in 0.659285 seconds
wlp2s0: Selecting BSS from priority group 1
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-47 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-65 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 2: ac:5d:10:4e:21:51 ssid='2WIRE377' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-69
wlp2s0: skip - SSID mismatch
wlp2s0: 3: 12:86:8c:60:09:3e ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-81
wlp2s0: skip - SSID not known
wlp2s0: 4: 88:1f:a1:2f:3a:b4 ssid='son Wi-Fi Network' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-83
wlp2s0: skip - SSID mismatch
wlp2s0: 5: 22:86:8c:60:09:3e ssid='xfinitywifi' wpa_ie_len=0 rsn_ie_len=0 caps=0x421 level=-83
wlp2s0: skip - SSID mismatch
wlp2s0: Selecting BSS from priority group 0
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-47 wps
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-65 wps
wlp2s0: selected based on WPA IE
wlp2s0: selected BSS 30:46:9a:9c:45:5c ssid='NETGEAR'
wlp2s0: Considering connect request: reassociate: 0 selected: 30:46:9a:9c:45:5c bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING ssid=0x1afca70 current_ssid=(nil)
wlp2s0: Request association with 30:46:9a:9c:45:5c
wlp2s0: Add radio work 'connect'@0x1b1d250
wlp2s0: First radio work item in the queue - schedule start immediately
wlp2s0: Starting radio work 'connect'@0x1b1d250 after 0.000007 second wait
wlp2s0: Trying to associate with SSID 'NETGEAR'
wlp2s0: Cancelling scan request
wlp2s0: WPA: clearing own WPA/RSN IE
wlp2s0: Automatic auth_alg selection: 0x1
RSN: PMKSA cache search - network_ctx=0x1afca70 try_opportunistic=0
RSN: Search for BSSID 30:46:9a:9c:45:5c
RSN: No PMKSA cache entry found
wlp2s0: WPA: using IEEE 802.11i/D3.0
wlp2s0: WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 1
wlp2s0: WPA: Selected mgmt group cipher 0
WPA: set AP WPA IE - hexdump(len=30): dd 1c 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 01 00 00 50 f2 02 0c 00
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 0c 00
wlp2s0: WPA: using GTK TKIP
wlp2s0: WPA: using PTK CCMP
wlp2s0: WPA: using KEY_MGMT WPA-PSK
wlp2s0: WPA: not using MGMT group cipher
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
wlp2s0: State: SCANNING -> ASSOCIATING
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Unsubscribe mgmt frames handle 0x8888888889274c19 (mode change)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1afc490
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0104
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0801
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=06
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a07
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a11
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a1a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1101
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1102
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0505
nl80211: Key management set PSK
nl80211: Connect (ifindex=3)
* bssid_hint=30:46:9a:9c:45:5c
* freq_hint=2412
* SSID - hexdump_ascii(len=7):
4e 45 54 47 45 41 52 NETGEAR
* IEs - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
* WPA Versions 0x1
* pairwise=0xfac04
* group=0xfac02
* akm=0xfac02
* Auth Type 0
nl80211: Connect request send successfully
wlp2s0: Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
EAPOL: disable timer tick
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlp2s0
nl80211: Connect event (status=16 ignore_next_local_disconnect=0)
wlp2s0: Event ASSOC_REJECT (13) received
wlp2s0: CTRL-EVENT-ASSOC-REJECT status_code=16
wlp2s0: Radio work 'connect'@0x1b1d250 done in 8.677627 seconds
Added BSSID 00:00:00:00:00:00 into blacklist
wlp2s0: Blacklist count 1 --> request scan in 100 ms
wlp2s0: Setting scan request: 0.100000 sec
wlp2s0: State: ASSOCIATING -> DISCONNECTED
nl80211: Set wlp2s0 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
EAPOL: External notification - EAP success=0
wlp2s0: State: DISCONNECTED -> SCANNING
Scan SSID - hexdump_ascii(len=10):
4e 45 54 47 45 41 52 2d 35 47 NETGEAR-5G
wlp2s0: Starting AP scan for wildcard SSID
wlp2s0: Add radio work 'scan'@0x1b1cea0
wlp2s0: First radio work item in the queue - schedule start immediately
wlp2s0: Starting radio work 'scan'@0x1b1cea0 after 0.000006 second wait
wlp2s0: nl80211: scan request
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
wlp2s0: nl80211: Scan trigger
wlp2s0: Event SCAN_STARTED (47) received
wlp2s0: Own scan request started a scan in 0.000016 seconds
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
wlp2s0: nl80211: New scan results available
nl80211: Scan probed for SSID 'NETGEAR-5G'
nl80211: Scan probed for SSID ''
nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462
wlp2s0: Event SCAN_RESULTS (3) received
wlp2s0: Scan completed in 0.655266 seconds
nl80211: Received scan results (7 BSSes)
wlp2s0: BSS: Start scan result update 2
wlp2s0: BSS: Add new id 6 BSSID 38:2c:4a:50:e3:a0 SSID 'iJazmine2'
BSS: last_scan_res_used=7/32
wlp2s0: New scan results available (own=1 ext=0)
wlp2s0: Radio work 'scan'@0x1b1cea0 done in 0.659011 seconds
wlp2s0: Selecting BSS from priority group 1
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-44 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-65 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 2: ac:5d:10:4e:21:51 ssid='2WIRE377' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-68
wlp2s0: skip - SSID mismatch
wlp2s0: 3: 38:2c:4a:50:e3:a0 ssid='iJazmine2' wpa_ie_len=0 rsn_ie_len=20 caps=0x1411 level=-80 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 4: 12:86:8c:60:09:3e ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-81
wlp2s0: skip - SSID not known
wlp2s0: 5: 88:1f:a1:2f:3a:b4 ssid='son Wi-Fi Network' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-83
wlp2s0: skip - SSID mismatch
wlp2s0: 6: 22:86:8c:60:09:3e ssid='xfinitywifi' wpa_ie_len=0 rsn_ie_len=0 caps=0x421 level=-81
wlp2s0: skip - SSID mismatch
wlp2s0: Selecting BSS from priority group 0
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-44 wps
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-65 wps
wlp2s0: selected based on WPA IE
wlp2s0: selected BSS 30:46:9a:9c:45:5c ssid='NETGEAR'
wlp2s0: Considering connect request: reassociate: 0 selected: 30:46:9a:9c:45:5c bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING ssid=0x1afca70 current_ssid=(nil)
wlp2s0: Request association with 30:46:9a:9c:45:5c
wlp2s0: Re-association to the same ESS
wlp2s0: Add radio work 'connect'@0x1b1cea0
wlp2s0: First radio work item in the queue - schedule start immediately
RSN: Ignored PMKID candidate without preauth flag
wlp2s0: Starting radio work 'connect'@0x1b1cea0 after 0.000011 second wait
wlp2s0: Trying to associate with SSID 'NETGEAR'
wlp2s0: Cancelling scan request
wlp2s0: WPA: clearing own WPA/RSN IE
wlp2s0: Automatic auth_alg selection: 0x1
RSN: PMKSA cache search - network_ctx=0x1afca70 try_opportunistic=0
RSN: Search for BSSID 30:46:9a:9c:45:5c
RSN: No PMKSA cache entry found
wlp2s0: WPA: using IEEE 802.11i/D3.0
wlp2s0: WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 1
wlp2s0: WPA: Selected mgmt group cipher 0
WPA: set AP WPA IE - hexdump(len=30): dd 1c 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 01 00 00 50 f2 02 0c 00
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 0c 00
wlp2s0: WPA: using GTK TKIP
wlp2s0: WPA: using PTK CCMP
wlp2s0: WPA: using KEY_MGMT WPA-PSK
wlp2s0: WPA: not using MGMT group cipher
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
wlp2s0: State: SCANNING -> ASSOCIATING
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Unsubscribe mgmt frames handle 0x8888888889274c19 (mode change)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1afc490
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0104
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0801
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=06
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a07
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a11
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a1a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1101
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1102
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0505
nl80211: Key management set PSK
nl80211: Connect (ifindex=3)
* bssid_hint=30:46:9a:9c:45:5c
* freq_hint=2412
* SSID - hexdump_ascii(len=7):
4e 45 54 47 45 41 52 NETGEAR
* IEs - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
* WPA Versions 0x1
* pairwise=0xfac04
* group=0xfac02
* akm=0xfac02
* Auth Type 0
nl80211: Connect request send successfully
wlp2s0: Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlp2s0
nl80211: Connect event (status=16 ignore_next_local_disconnect=0)
wlp2s0: Event ASSOC_REJECT (13) received
wlp2s0: CTRL-EVENT-ASSOC-REJECT status_code=16
wlp2s0: Radio work 'connect'@0x1b1cea0 done in 8.672278 seconds
BSSID 00:00:00:00:00:00 blacklist count incremented to 2
wlp2s0: Blacklist count 2 --> request scan in 500 ms
wlp2s0: Setting scan request: 0.500000 sec
wlp2s0: State: ASSOCIATING -> DISCONNECTED
nl80211: Set wlp2s0 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
EAPOL: External notification - EAP success=0
wlp2s0: State: DISCONNECTED -> SCANNING
Scan SSID - hexdump_ascii(len=10):
4e 45 54 47 45 41 52 2d 35 47 NETGEAR-5G
wlp2s0: Starting AP scan for wildcard SSID
wlp2s0: Add radio work 'scan'@0x1b1cea0
wlp2s0: First radio work item in the queue - schedule start immediately
wlp2s0: Starting radio work 'scan'@0x1b1cea0 after 0.000006 second wait
wlp2s0: nl80211: scan request
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
wlp2s0: nl80211: Scan trigger
wlp2s0: Event SCAN_STARTED (47) received
wlp2s0: Own scan request started a scan in 0.000016 seconds
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
wlp2s0: nl80211: New scan results available
nl80211: Scan probed for SSID 'NETGEAR-5G'
nl80211: Scan probed for SSID ''
nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462
wlp2s0: Event SCAN_RESULTS (3) received
wlp2s0: Scan completed in 0.657340 seconds
nl80211: Received scan results (7 BSSes)
wlp2s0: BSS: Start scan result update 3
BSS: last_scan_res_used=7/32
wlp2s0: New scan results available (own=1 ext=0)
wlp2s0: Radio work 'scan'@0x1b1cea0 done in 0.661039 seconds
wlp2s0: Selecting BSS from priority group 1
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-45 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-67 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 2: ac:5d:10:4e:21:51 ssid='2WIRE377' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-67
wlp2s0: skip - SSID mismatch
wlp2s0: 3: 38:2c:4a:50:e3:a0 ssid='iJazmine2' wpa_ie_len=0 rsn_ie_len=20 caps=0x1411 level=-80 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 4: 12:86:8c:60:09:3e ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-81
wlp2s0: skip - SSID not known
wlp2s0: 5: 88:1f:a1:2f:3a:b4 ssid='son Wi-Fi Network' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-83
wlp2s0: skip - SSID mismatch
wlp2s0: 6: 22:86:8c:60:09:3e ssid='xfinitywifi' wpa_ie_len=0 rsn_ie_len=0 caps=0x421 level=-79
wlp2s0: skip - SSID mismatch
wlp2s0: Selecting BSS from priority group 0
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-45 wps
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-67 wps
wlp2s0: selected based on WPA IE
wlp2s0: selected BSS 30:46:9a:9c:45:5c ssid='NETGEAR'
wlp2s0: Considering connect request: reassociate: 0 selected: 30:46:9a:9c:45:5c bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING ssid=0x1afca70 current_ssid=(nil)
wlp2s0: Request association with 30:46:9a:9c:45:5c
wlp2s0: Re-association to the same ESS
wlp2s0: Add radio work 'connect'@0x1b1cea0
wlp2s0: First radio work item in the queue - schedule start immediately
RSN: Ignored PMKID candidate without preauth flag
wlp2s0: Starting radio work 'connect'@0x1b1cea0 after 0.000011 second wait
wlp2s0: Trying to associate with SSID 'NETGEAR'
wlp2s0: Cancelling scan request
wlp2s0: WPA: clearing own WPA/RSN IE
wlp2s0: Automatic auth_alg selection: 0x1
RSN: PMKSA cache search - network_ctx=0x1afca70 try_opportunistic=0
RSN: Search for BSSID 30:46:9a:9c:45:5c
RSN: No PMKSA cache entry found
wlp2s0: WPA: using IEEE 802.11i/D3.0
wlp2s0: WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 1
wlp2s0: WPA: Selected mgmt group cipher 0
WPA: set AP WPA IE - hexdump(len=30): dd 1c 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 01 00 00 50 f2 02 0c 00
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 0c 00
wlp2s0: WPA: using GTK TKIP
wlp2s0: WPA: using PTK CCMP
wlp2s0: WPA: using KEY_MGMT WPA-PSK
wlp2s0: WPA: not using MGMT group cipher
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
wlp2s0: State: SCANNING -> ASSOCIATING
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Unsubscribe mgmt frames handle 0x8888888889274c19 (mode change)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1afc490
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0104
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0801
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=06
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a07
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a11
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a1a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1101
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1102
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0505
nl80211: Key management set PSK
nl80211: Connect (ifindex=3)
* bssid_hint=30:46:9a:9c:45:5c
* freq_hint=2412
* SSID - hexdump_ascii(len=7):
4e 45 54 47 45 41 52 NETGEAR
* IEs - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
* WPA Versions 0x1
* pairwise=0xfac04
* group=0xfac02
* akm=0xfac02
* Auth Type 0
nl80211: Connect request send successfully
wlp2s0: Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlp2s0
nl80211: Connect event (status=16 ignore_next_local_disconnect=0)
wlp2s0: Event ASSOC_REJECT (13) received
wlp2s0: CTRL-EVENT-ASSOC-REJECT status_code=16
wlp2s0: Radio work 'connect'@0x1b1cea0 done in 8.671968 seconds
BSSID 00:00:00:00:00:00 blacklist count incremented to 3
wlp2s0: Blacklist count 3 --> request scan in 1000 ms
wlp2s0: Setting scan request: 1.000000 sec
wlp2s0: State: ASSOCIATING -> DISCONNECTED
nl80211: Set wlp2s0 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
EAPOL: External notification - EAP success=0
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=DISCONNECTED bssid=00:00:00:00:00:00)
wlp2s0: State: DISCONNECTED -> SCANNING
Scan SSID - hexdump_ascii(len=10):
4e 45 54 47 45 41 52 2d 35 47 NETGEAR-5G
wlp2s0: Starting AP scan for wildcard SSID
wlp2s0: Add radio work 'scan'@0x1b1cea0
wlp2s0: First radio work item in the queue - schedule start immediately
wlp2s0: Starting radio work 'scan'@0x1b1cea0 after 0.000006 second wait
wlp2s0: nl80211: scan request
Scan requested (ret=0) - scan timeout 30 seconds
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
wlp2s0: nl80211: Scan trigger
wlp2s0: Event SCAN_STARTED (47) received
wlp2s0: Own scan request started a scan in 0.000017 seconds
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
wlp2s0: nl80211: New scan results available
nl80211: Scan probed for SSID 'NETGEAR-5G'
nl80211: Scan probed for SSID ''
nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462
wlp2s0: Event SCAN_RESULTS (3) received
wlp2s0: Scan completed in 0.662763 seconds
nl80211: Received scan results (7 BSSes)
wlp2s0: BSS: Start scan result update 4
BSS: last_scan_res_used=7/32
wlp2s0: New scan results available (own=1 ext=0)
wlp2s0: Radio work 'scan'@0x1b1cea0 done in 0.664135 seconds
wlp2s0: Selecting BSS from priority group 1
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-44 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-65 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 2: ac:5d:10:4e:21:51 ssid='2WIRE377' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-66
wlp2s0: skip - SSID mismatch
wlp2s0: 3: 38:2c:4a:50:e3:a0 ssid='iJazmine2' wpa_ie_len=0 rsn_ie_len=20 caps=0x1411 level=-79 wps
wlp2s0: skip - SSID mismatch
wlp2s0: 4: 12:86:8c:60:09:3e ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-81
wlp2s0: skip - SSID not known
wlp2s0: 5: 88:1f:a1:2f:3a:b4 ssid='son Wi-Fi Network' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-84
wlp2s0: skip - SSID mismatch
wlp2s0: 6: 22:86:8c:60:09:3e ssid='xfinitywifi' wpa_ie_len=0 rsn_ie_len=0 caps=0x421 level=-79
wlp2s0: skip - SSID mismatch
wlp2s0: Selecting BSS from priority group 0
wlp2s0: 0: c0:ff:d4:ac:d9:e0 ssid='2WIRE377_EXT' wpa_ie_len=26 rsn_ie_len=24 caps=0x431 level=-44 wps
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: skip - SSID mismatch
wlp2s0: 1: 30:46:9a:9c:45:5c ssid='NETGEAR' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-65 wps
wlp2s0: selected based on WPA IE
wlp2s0: selected BSS 30:46:9a:9c:45:5c ssid='NETGEAR'
wlp2s0: Considering connect request: reassociate: 0 selected: 30:46:9a:9c:45:5c bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING ssid=0x1afca70 current_ssid=(nil)
wlp2s0: Request association with 30:46:9a:9c:45:5c
wlp2s0: Re-association to the same ESS
wlp2s0: Add radio work 'connect'@0x1b1cea0
wlp2s0: First radio work item in the queue - schedule start immediately
RSN: Ignored PMKID candidate without preauth flag
wlp2s0: Starting radio work 'connect'@0x1b1cea0 after 0.000011 second wait
wlp2s0: Trying to associate with SSID 'NETGEAR'
wlp2s0: Cancelling scan request
wlp2s0: WPA: clearing own WPA/RSN IE
wlp2s0: Automatic auth_alg selection: 0x1
RSN: PMKSA cache search - network_ctx=0x1afca70 try_opportunistic=0
RSN: Search for BSSID 30:46:9a:9c:45:5c
RSN: No PMKSA cache entry found
wlp2s0: WPA: using IEEE 802.11i/D3.0
wlp2s0: WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 1
wlp2s0: WPA: Selected mgmt group cipher 0
WPA: set AP WPA IE - hexdump(len=30): dd 1c 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 01 00 00 50 f2 02 0c 00
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 0c 00
wlp2s0: WPA: using GTK TKIP
wlp2s0: WPA: using PTK CCMP
wlp2s0: WPA: using KEY_MGMT WPA-PSK
wlp2s0: WPA: not using MGMT group cipher
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
wlp2s0: State: SCANNING -> ASSOCIATING
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Unsubscribe mgmt frames handle 0x8888888889274c19 (mode change)
nl80211: Subscribe to mgmt frames with non-AP handle 0x1afc490
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0104
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=040d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=090d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0801
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=06
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a07
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a11
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0a1a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1101
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=1102
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x1afc490 match=0505
nl80211: Key management set PSK
nl80211: Connect (ifindex=3)
* bssid_hint=30:46:9a:9c:45:5c
* freq_hint=2412
* SSID - hexdump_ascii(len=7):
4e 45 54 47 45 41 52 NETGEAR
* IEs - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
* WPA Versions 0x1
* pairwise=0xfac04
* group=0xfac02
* akm=0xfac02
* Auth Type 0
nl80211: Connect request send successfully
wlp2s0: Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
l2_packet_receive: src=30:46:9a:9c:45:5c len=99
wlp2s0: RX EAPOL from 30:46:9a:9c:45:5c
wlp2s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
Code: Select all
02:00.0 Network controller: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC (rev 01)
Subsystem: Dell BCM43602 802.11ac Wireless LAN SoC
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 133
Region 0: Memory at dd800000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at dd400000 (64-bit, non-prefetchable) [size=4M]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=2 PME-
Capabilities: [58] MSI: Enable+ Count=1/16 Maskable- 64bit+
Address: 00000000feeff00c Data: 4192
Capabilities: [68] Vendor Specific Information: Len=44 <?>
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <32us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Via WAKE#
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Device Serial Number 77-25-c7-ff-ff-c6-60-6d
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [1b0 v1] Latency Tolerance Reporting
Max snoop latency: 71680ns
Max no snoop latency: 71680ns
Capabilities: [220 v1] #15
Capabilities: [240 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=0us PortTPowerOnTime=50us
Kernel driver in use: brcmfmac
Kernel modules: brcmfmac
Code: Select all
Wiphy phy0
max # scan SSIDs: 10
max scan IEs length: 2048 bytes
Retry short limit: 7
Retry long limit: 4
Coverage class: 0 (up to 0m)
Device supports roaming.
Device supports T-DLS.
Supported Ciphers:
* WEP40 (00-0f-ac:1)
* WEP104 (00-0f-ac:5)
* TKIP (00-0f-ac:2)
* CCMP (00-0f-ac:4)
* CMAC (00-0f-ac:6)
Available Antennas: TX 0 RX 0
Supported interface modes:
* IBSS
* managed
* AP
* P2P-client
* P2P-GO
* P2P-device
Band 1:
Capabilities: 0x1022
HT20/HT40
Static SM Power Save
RX HT20 SGI
No RX STBC
Max AMSDU length: 3839 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 16 usec (0x07)
HT TX/RX MCS rate indexes supported: 0-23
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps (short preamble supported)
* 5.5 Mbps (short preamble supported)
* 11.0 Mbps (short preamble supported)
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
Frequencies:
* 2412 MHz [1] (20.0 dBm)
* 2417 MHz [2] (20.0 dBm)
* 2422 MHz [3] (20.0 dBm)
* 2427 MHz [4] (20.0 dBm)
* 2432 MHz [5] (20.0 dBm)
* 2437 MHz [6] (20.0 dBm)
* 2442 MHz [7] (20.0 dBm)
* 2447 MHz [8] (20.0 dBm)
* 2452 MHz [9] (20.0 dBm)
* 2457 MHz [10] (20.0 dBm)
* 2462 MHz [11] (20.0 dBm)
* 2467 MHz [12] (disabled)
* 2472 MHz [13] (disabled)
* 2484 MHz [14] (disabled)
Supported commands:
* new_interface
* set_interface
* new_key
* start_ap
* join_ibss
* set_pmksa
* del_pmksa
* flush_pmksa
* remain_on_channel
* frame
* set_channel
* tdls_oper
* start_p2p_device
* crit_protocol_start
* crit_protocol_stop
* connect
* disconnect
Supported TX frame types:
* managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
Supported RX frame types:
* managed: 0x40 0xd0
* P2P-client: 0x40 0xd0
* P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
* P2P-device: 0x40 0xd0
WoWLAN support:
* wake up on disconnect
* wake up on magic packet
* wake up on pattern match, up to 8 patterns of 1-128 bytes,
maximum packet offset 1500 bytes
software interface modes (can always be added):
valid interface combinations:
* #{ managed } <= 1, #{ P2P-device } <= 1, #{ P2P-client, P2P-GO } <= 1,
total <= 3, #channels <= 2
* #{ managed } <= 1, #{ AP } <= 1, #{ P2P-client } <= 1, #{ P2P-device } <= 1,
total <= 4, #channels <= 1
* #{ AP } <= 4,
total <= 4, #channels <= 1, STA/AP BI must match
Device supports scan flush.
Code: Select all
filename: /lib/modules/4.3.0-gentoo/kernel/drivers/net/wireless/brcm80211/brcmfmac/brcmfmac.ko
license: Dual BSD/GPL
description: Broadcom 802.11 wireless LAN fullmac driver.
author: Broadcom Corporation
firmware: brcm/brcmfmac4358-pcie.txt
firmware: brcm/brcmfmac4358-pcie.bin
firmware: brcm/brcmfmac43570-pcie.txt
firmware: brcm/brcmfmac43570-pcie.bin
firmware: brcm/brcmfmac4356-pcie.txt
firmware: brcm/brcmfmac4356-pcie.bin
firmware: brcm/brcmfmac43602-pcie.txt
firmware: brcm/brcmfmac43602-pcie.bin
alias: pci:v000014E4d0000AA52sv*sd*bc02sc80i*
alias: pci:v000014E4d000043BCsv*sd*bc02sc80i*
alias: pci:v000014E4d000043BBsv*sd*bc02sc80i*
alias: pci:v000014E4d000043BAsv*sd*bc02sc80i*
alias: pci:v000014E4d000043E9sv*sd*bc02sc80i*
alias: pci:v000014E4d000043D9sv*sd*bc02sc80i*
alias: pci:v000014E4d000043D3sv*sd*bc02sc80i*
alias: pci:v000014E4d000043ECsv*sd*bc02sc80i*
depends: brcmutil,cfg80211
intree: Y
vermagic: 4.3.0-gentoo SMP mod_unload
parm: firmware_path:string
parm: debug:level of debug output (int)
parm: fcmode:mode of firmware signalled flow control (int)
parm: roamoff:do not use internal roaming engine (int)
filename: /lib/modules/4.3.0-gentoo/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko
license: Dual BSD/GPL
description: Broadcom 802.11n wireless LAN driver utilities.
author: Broadcom Corporation
depends:
intree: Y
vermagic: 4.3.0-gentoo SMP mod_unload
filename: /lib/modules/4.3.0-gentoo/kernel/net/wireless/cfg80211.ko
alias: net-pf-16-proto-16-family-nl80211
description: wireless configuration support
license: GPL
author: Johannes Berg
depends:
intree: Y
vermagic: 4.3.0-gentoo SMP mod_unload
parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm: cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
Code: Select all
[ 1.953733] cfg80211: World regulatory domain updated:
[ 1.953734] cfg80211: DFS Master region: unset
[ 1.953734] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1.953735] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1.953736] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1.953736] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 1.953737] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1.953738] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1.953739] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 1.953740] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 1.953740] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
country 00: DFS-UNSET
(2402 - 2472 @ 40), (N/A, 20), (N/A)
(2457 - 2482 @ 40), (N/A, 20), (N/A), PASSIVE-SCAN
(2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
(5170 - 5250 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
(5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
(5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(57240 - 63720 @ 2160), (N/A, 0), (N/A)
wpa_supplicant Connection Attempt
Code: Select all
wpa_supplicant v2.4
random: Trying to read entropy from /dev/random
Successfully initialized wpa_supplicant
Initializing interface 'wlp2s0' conf '/mnt/gentoo/home/user/wifi/ubuntu/wpa_supplicant.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/mnt/gentoo/home/user/wifi/ubuntu/wpa_supplicant.conf' -> '/mnt/gentoo/home/user/wifi/ubuntu/wpa_supplicant.conf'
Reading configuration file '/mnt/gentoo/home/user/wifi/ubuntu/wpa_supplicant.conf'
ctrl_interface='DIR=/var/run/wpa_supplicant'
Priority group 1
id=0 ssid='NETGEAR-5G'
Priority group 0
id=1 ssid='NETGEAR'
rfkill: initial event: idx=0 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
nl80211: Using driver-based roaming
nl80211: TDLS supported
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: Supported vendor command: vendor_id=0x1018 subcmd=1
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: Enable multi-channel concurrent (driver advertised support)
nl80211: use P2P_DEVICE support
nl80211: interface wlp2s0 in phy phy0
nl80211: Set mode ifindex 2 iftype 2 (STATION)
nl80211: Subscribe to mgmt frames with non-AP handle 0x55ef541d1e70
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=040a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=040b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=040c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=040d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=090a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=090b
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=090c
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=090d
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=0409506f9a09
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55ef541d1e70 match=7f506f9a09
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x