Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New install slow WiFi - Fine on Arch with same wifi firmware
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Fri Jul 29, 2022 11:59 am    Post subject: New install slow WiFi - Fine on Arch with same wifi firmware Reply with quote

Hi Everyone,

Recently installed Gentoo; was previously using Arch. I am currently on kernel 5.15.52-gentoo-x86_64 compiled using genkernel default config (supposedly includes most extra kernel modules). I also got the latest copy of the linux-firmware and the intel microcode firmware compiled and installed.

Now for the WiFi issue. My Intel Wireless-AC 9260 (rev 29) is currently running firmware version 46.9d0122c0.0 9260-th-b0-jf-b0-46.ucode with op_mode iwlmvm using the iwlwifi kernel module. Please note that the firmware version is the most recent backported version of the iwlwifi driver provided by intel for the current kernel 5.15.52-gentoo-x86 64. Which also happens to be the same exact firmware version on my Arch linux install running kernel 5.15.55-1-lts (linux-lts).

I read on a reddit post that someone had slow wifi issue on their new gentoo install also, and they managed to fix it by getting rid of the dhcpcd package.

So far this is what I've tried in order to fix the issue.

  • Removed dhcpcd, iwd packages from the system.

  • Reinstalled NetworkManger with wpa_supplicant (for connecting to wpa based wireless networks).

  • Checked journalctl and nothing out of the ordinary is jumping at me.

  • Checked that the WiFi firmware version matches that on my Arch linux install.

  • When I removed iwd package my speed went up from 20Mbps to anywhere between 50-90Mbps, as compared to the 350Mbs (as provided by the ISP) that I get on Arch linux.

  • Disabled the in-built dns service in NetworkManager and enabled the systemd-resolved.service (yes, I chose the systemd route for software compatibility purposes).

  • Tried to look for any leftover config files from the iwd and dhcpcd packages that might still be lying around but I'm not exactly sure where to look for those or even what to look for.

  • I have also tried the kernel module parameters related tips provided on Arch's network config wiki for the iwlwifi kernel module (drivers) provided below to no avail.
    https://wiki.archlinux.org/title/Network_configuration/Wireless#iwlwifi

  • I ran the "iw list" command on both my gentoo and arch installs and ran a diff on the output files to see what the difference was with the same wifi card running on the same firmware on these two operating systems. And the only difference is that is Arch linux has this extra line that says:
    Code:
    VHT extended NSS: supported

  • I think that this is what allows the card to work in the AC mode (I may be way off on this). It seems that my card is currently working in the wireless N mode. I think so because when I pass the below parameters to the iwlwifi module via the config file inside the /etc/modprobe.d folder to turn off wireless N mode on my card my speed drops to about 12-13Mbps from 50-90Mbps. All this time the card is working on the 5GHz band.
    Code:
    options iwlwifi 11n_disable

  • When I try the below option, I get a kernel error in the dmesg log say turning off hardware encryption is not allowed or something.
    Code:
    swcrypto=1

  • Then when I try the below option to enable antenna aggregation, I see no difference in the speed. Still 50-90Mbps.
    Code:
    options iwlwifi 11n_disable=8

  • Re-compiled kernel with the config file from the arch 5.15.55-1-lts kernel and found that it does not fix the issue.

  • Unmasked the zen-sources package and compiled the linux-5.18.3-zen kernel with the - arch 5.15.55-1-lts config file. Sadly that did not fix the issue either.

  • Reinstalled the linux-firmware package along with the intel-microcode with /usr/src/linux pointing to /usr/src/- arch 5.15.55-1-lts. Then recompiled the zen kernel and booted. Did not fix the issue.

At this point I'm 99% sure it has nothing to do with the kernel. The linux-firmware package installed on arch linux is version 20220708.be7798e-1. The one installed on gentoo is sys-kernel/linux-firmware-20220708:0. The firmware ucode for the wifi card in dmesg is the same for both OSes. So is it safe to say it's not a firmware issue either? I don't know.

Any guidance in getting this resolved would be greatly appreciated! Thank you for help :)
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20054

PostPosted: Fri Jul 29, 2022 2:56 pm    Post subject: Reply with quote

Interesting that dhcpcd might cause performance issues.

I have no idea if any of these will help, but they've "stood out" to me while recently reviewing my own wireless issues.

Quote:
In newer kernels, inspected as of 5.3.7, setting 11n_disable=1 (or masked with 0x01) will result in 802.11ac being disabled. This will limit the device to a maximum of 54Mbit throughput.
https://wiki.gentoo.org/wiki/Iwlwifi#No_internet_connection

Quote:
/etc/modprobe.d/iwlmvm.confChanging power_scheme to 'active'

options iwlmvm power_scheme=1
https://wiki.gentoo.org/wiki/Iwlwifi#.22Microcode_SW_error_detected._Restarting_0x0.22_message_in_kernel_logs

Next after that last one is "Turning off 40 MHz channels usage (2.4 Ghz band)".
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Fri Jul 29, 2022 3:09 pm    Post subject: Reply with quote

Thanks for your response @pjp!

Well yeah, dhcpcd caused an issue for someone on reddit. In my case it was the iwd.service in combination with NetworkManager. But despite getting rid of iwd my speed is still averaging about 50Mbps, as compared to 350Mbps on arch linux.

I am now going to try some of the suggestions you made. Thank you.
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sat Jul 30, 2022 4:40 am    Post subject: Reply with quote

So I tried what you suggested. Sadly that didn't fix the issue either. Is there anything else you think I can try in order to at least figure out what might be wrong with it? Please let me if you do. Thanks.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20054

PostPosted: Sat Jul 30, 2022 6:02 am    Post subject: Reply with quote

There are 3 items I try to avoid touching once they "work" or at least don't cause problems. Audio, X and now Wireless networking :)

Those suggestions were mostly "maybe you get lucky, maybe not." I was about to say I was out of ideas, but I did remember one more, and while trying to find details, I came across some homework for my own issues.

Anyway, maybe "regulatory" configuration? Relevant items:
net-wireless/crda (provides: /lib/udev/rules.d/85-regulatory.rules)
net-wireless/wireless-regdb (provides: /lib/firmware/regulatory.db , /lib/firmware/regulatory.db.p7s)

And then the "Important" section under this link (as well as the kernel configuration):
https://wiki.gentoo.org/wiki/Iwlwifi/en#IEEE_802.11

If you don't have the correct regulatory config, I'm wondering if performance is impacted.

I only just now noticed the "important" section where I need to include the firmware (I try to avoid modules).
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sat Jul 30, 2022 8:42 am    Post subject: Reply with quote

Thanks much for the information @pjp! I will make the necessary changes and report back. And I agree with you, if it ain’t broke, don’t fix it. In this case however the question is about how broke it is. Oh well.
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sat Jul 30, 2022 11:31 am    Post subject: Reply with quote

So, I have all the relevant wifi related firmware (iwlwifi, iwlmvm) set up as modules, and not installed as part of the firmware so the "important" section wouldn't apply here I guess. Checked once again just to confirm. As for the 'crda' and 'wireless-regdb' packages, they are also already installed. But thank you so much for this. In the world of linux, you just never stop learning. But a great catch though. It seems like the only thing that I can try now is a full clean install yet again. *deep breaths*. Which would be a missed opportunity to learn how to fix this issue. One can only dig so much deeper unless there are better debug tools.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20054

PostPosted: Sat Jul 30, 2022 3:41 pm    Post subject: Reply with quote

If you're not seeing "regulatory" errors in /var/log/messages, then it's probably fine. I'd imagine there is some sort of success indicator as well.

My error is: kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2

Reinstalling isn't usually the answer, but I understand wanting to do something. Maybe you'll get lucky.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sat Jul 30, 2022 5:43 pm    Post subject: Reply with quote

I hear you. During my first install I ran into circular dependency issues right after doing a fresh install. I thought it was because I did something wrong, and reinstalled gentoo, only to end up with the same circular dependency issue with gnome-desktop yet again. So yeah, you're right. Maybe I'll get lucky, but the chances are low I'm sure.

As for any regulatory errors, things are looking clean on my end. journalctl shows me the below relevant messages from the kernel.

Code:

kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database

kernel: Loading firmware: regulatory.db

kernel: Loading firmware: regulatory.db.p7s
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54099
Location: 56N 3W

PostPosted: Sat Jul 30, 2022 7:06 pm    Post subject: Reply with quote

sh1sh1n11,

Lets see what wpa_supplicant does whet it starts.

Stop the interface. Make sure that wpa_supplicant is not running.
Now try
Code:
wpa_supplicant -d
and post the output.

WARNING: if it works and it probably will, your SSID and Wifi password will be there.
You may want to mangle that before you post.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sat Jul 30, 2022 8:40 pm    Post subject: Reply with quote

Thank you for your response @NeddySeagoon!

So in order for me to do what you asked me to do, I will need a little bit of clarification.

So currently I use NetworkManager along with wpa_supplicant and systemd-resolved (may be a little irrelevant here) for dns related stuff. So when I take the wireless interface down using the below command,

Code:
# ip link set interface down


and then stop the wpa_supplicant service that's running at the time, NetworkManager manages to immediately respawn wpa_supplicant, before I can run the below command to invoke wpa_supplicant with verbose output.

Code:
wpa_supplicant -d


Is there a way to do this better?

Edit 1: Oh and without NetworkManager wpa_supplicant is unable to do anything.
Edit 2: Totally forgot to mention this; I noticed that the wpa_supplicant service was enabled, so I went ahead and disabled it since NetworkManager should be able to start it. I saw a good improvement in my average speeds after that. Speeds went up from 50 to about a 100Mbps. Will test across reboots to confirm.


Last edited by sh1sh1n11 on Sat Jul 30, 2022 9:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54099
Location: 56N 3W

PostPosted: Sat Jul 30, 2022 8:58 pm    Post subject: Reply with quote

sh1sh1n11,

All on its own, wpa_supplicant should be able to establish the WiFi radio link.
The -d option makes it tell what its doing.

I don't use NetworkManager, so I don't know how it works.

wpa_supplicant needs to be given a configuration from somewhere.
Its normally called wpa_supplicant.conf in /etc/wpa_supplicant but NetworkManager may do its own thing.

On its own, wpa_supplicant only establishes the radio link. Once that's done the interface behaves like a wired interface.

Someone who knows NetworkManager will be along soon.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sat Jul 30, 2022 9:03 pm    Post subject: Reply with quote

Thanks for the clarification @NeddySeagoon. I will look into this. Run the tests with or without NetworkManager and get back to you. Thank you.
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sun Jul 31, 2022 1:40 pm    Post subject: Reply with quote

Hi @NeddySeagoon,

I was able to get wpa_supplicant to work alongside dhcpcd (disabled both systemd-resolved and NetworkManager).

Here is the output you asked for:

Please note that the actual ssid has been replaced with "WiFi-SSID-GENTOO". Thank you for you help on this! :)

Code:

wpa_supplicant v2.10
random: getrandom() support available
Successfully initialized wpa_supplicant
Initializing interface 'wlp2s0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' 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='/var/run/wpa_supplicant'
ctrl_interface_group='0'
ap_scan=1
Line: 11 - start of a new network block
ssid - hexdump_ascii(len=12):
     54 50 2d 4c 49 4e 4b 2d 4d 45 53 48               WiFi-SSID-GENTOO
PSK (ASCII passphrase) - hexdump_ascii(len=9): [REMOVED]
priority=5 (0x5)
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 5
   id=0 ssid='WiFi-SSID-GENTOO'
nl80211: TDLS supported
nl80211: TDLS external setup
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:8
nl80211: Supported cipher 00-0f-ac:9
nl80211: Supported cipher 00-0f-ac:6
nl80211: Supported cipher 00-0f-ac:11
nl80211: Supported cipher 00-0f-ac:12
nl80211: Using driver-based off-channel TX
nl80211: Driver-advertised extended capabilities (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: Enable multi-channel concurrent (driver advertised support)
nl80211: use P2P_DEVICE support
nl80211: key_mgmt=0x1ff0f enc=0x76f auth=0x7 flags=0x85800530fb5bfbe0 rrm_flags=0x19 probe_resp_offloads=0x0 max_stations=0 max_remain_on_chan=10000 max_scan_ssids=20
nl80211: interface wlp2s0 in phy phy0
nl80211: Set mode ifindex 2 iftype 2 (STATION)
nl80211: Subscribe to mgmt frames with non-AP handle 0x55f12bd907a0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0104 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=040a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=040b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=040c multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=040d multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=090a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=090b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=090c multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=090d multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0409506f9a1a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0800 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0801 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=040e multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=12 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=06 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0a07 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0a11 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0a0b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0a1a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=1101 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=1102 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0505 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0500 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=0502 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=1301 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=1305 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55f12bd907a0 match=7e506f9a1a multicast=0
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
netlink: Operstate: ifindex=2 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT)
Add interface wlp2s0 to a new radio phy0
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=00
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5190-5210 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5210-5230 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5230-5250 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm (no IR)
nl80211: 5755-5775 @ 80 MHz 22 mBm (no IR)
nl80211: 5775-5795 @ 80 MHz 22 mBm (no IR)
nl80211: 5795-5815 @ 80 MHz 22 mBm (no IR)
nl80211: 5815-5835 @ 20 MHz 22 mBm (no IR)
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180[NO_IR] 5200[NO_IR] 5220[NO_IR] 5240[NO_IR] 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
wlp2s0: Own MAC address: c0:b6:f9:fb:a0:c2
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=0 addr=(nil) key_idx=4 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=0 addr=(nil) key_idx=5 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wlp2s0: RSN: flushing PMKID list in the driver
nl80211: Flush PMKIDs
TDLS: TDLS operation supported by driver
TDLS: Driver uses external link setup
TDLS: Driver does not support TDLS channel switching
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=0
MBO: Update non-preferred channels, non_pref_chan=N/A
wlp2s0: Added interface wlp2s0
wlp2s0: State: DISCONNECTED -> DISCONNECTED
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1003 ([UP])
wlp2s0: Starting delayed sched scan
wlp2s0: Use normal scan instead of sched_scan for initial scans (normal_scans=0)
wlp2s0: Setting scan request: 0.000000 sec
wlp2s0: State: DISCONNECTED -> SCANNING
wlp2s0: Starting AP scan for wildcard SSID
wlp2s0: Add radio work 'scan'@0x55f12bdbf960
wlp2s0: First radio work item in the queue - schedule start immediately
wlp2s0: Starting radio work 'scan'@0x55f12bdbf960 after 0.000015 second wait
wlp2s0: nl80211: scan request
nl80211: Scan SSID
nl80211: Scan extra IEs - hexdump(len=22): 7f 0b 04 00 0a 02 01 40 40 40 00 01 20 dd 07 50 6f 9a 16 03 01 03
Scan requested (ret=0) - scan timeout 10 seconds
nl80211: Event message available
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.000075 seconds
EAPOL: disable timer tick
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
nl80211: Event message available
nl80211: Drv Event 113 (NL80211_CMD_WIPHY_REG_CHANGE) received for wlp2s0
nl80211: Regulatory domain change
 * initiator=2
 * type=0
 * alpha2=US
wlp2s0: Event CHANNEL_LIST_CHANGED (27) received
wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
wlp2s0: Updating hw mode
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=US
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm
nl80211: 5190-5210 @ 160 MHz 22 mBm
nl80211: 5210-5230 @ 160 MHz 22 mBm
nl80211: 5230-5250 @ 160 MHz 22 mBm
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm
nl80211: 5755-5775 @ 80 MHz 22 mBm
nl80211: 5775-5795 @ 80 MHz 22 mBm
nl80211: 5795-5815 @ 80 MHz 22 mBm
nl80211: 5815-5835 @ 20 MHz 22 mBm
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180 5200 5220 5240 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED] 5440[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Event message available
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
wlp2s0: nl80211: New scan results available
nl80211: Scan probed for SSID ''
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
wlp2s0: Event SCAN_RESULTS (3) received
wlp2s0: Scan completed in 3.095842 seconds
nl80211: Received scan results (20 BSSes)
wlp2s0: BSS: Start scan result update 1
wlp2s0: BSS: Add new id 0 BSSID 74:da:88:db:4f:23 SSID '' freq 5220
wlp2s0: BSS: Add new id 1 BSSID mac-addr-2 SSID 'WiFi-SSID-GENTOO' freq 5220
wlp2s0: BSS: Add new id 2 BSSID mac-addr-1 SSID 'WiFi-SSID-GENTOO' freq 5220
wlp2s0: BSS: Add new id 3 BSSID 74:da:88:db:4e:de SSID '' freq 5785
wlp2s0: BSS: Add new id 4 BSSID mac-addr-3 SSID 'WiFi-SSID-GENTOO' freq 5220
wlp2s0: BSS: Add new id 5 BSSID mac-addr-4 SSID 'WiFi-SSID-GENTOO' freq 5220
wlp2s0: BSS: Add new id 6 BSSID 68:ff:7b:89:17:d5 SSID '' freq 5220
wlp2s0: BSS: Add new id 7 BSSID 68:ff:7b:89:17:d6 SSID '' freq 5500
wlp2s0: BSS: Add new id 8 BSSID mac-addr-5 SSID 'WiFi-SSID-GENTOO' freq 2457
wlp2s0: BSS: Add new id 9 BSSID mac-addr-6 SSID 'WiFi-SSID-GENTOO' freq 2457
wlp2s0: BSS: Add new id 10 BSSID mac-addr-8 SSID 'WiFi-SSID-GENTOO' freq 2457
wlp2s0: BSS: Add new id 11 BSSID 68:ff:7b:89:17:d4 SSID '' freq 2457
wlp2s0: BSS: Add new id 12 BSSID mac-addr-7 SSID 'WiFi-SSID-GENTOO' freq 2457
wlp2s0: BSS: Add new id 13 BSSID 54:37:bb:ea:dc:71 SSID '' freq 5260
wlp2s0: BSS: Add new id 14 BSSID 98:e7:f4:9b:f6:91 SSID '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' freq 2457
wlp2s0: BSS: Add new id 15 BSSID 54:37:bb:ea:dc:6d SSID '' freq 2437
wlp2s0: BSS: Add new id 16 BSSID 8c:fd:18:8b:67:88 SSID '' freq 2422
wlp2s0: BSS: Add new id 17 BSSID a8:da:0c:32:3c:67 SSID '' freq 2437
wlp2s0: BSS: Add new id 18 BSSID 80:26:89:02:ec:29 SSID '' freq 2412
wlp2s0: BSS: Add new id 19 BSSID 62:45:b1:25:ff:7a SSID '' freq 5745
BSS: last_scan_res_used=20/32
wlp2s0: New scan results available (own=1 ext=0)
wlp2s0: Radio work 'scan'@0x55f12bdbf960 done in 3.100860 seconds
wlp2s0: radio_work_free('scan'@0x55f12bdbf960): num_active_works --> 0
wlp2s0: Selecting BSS from priority group 5
wlp2s0: 0: 74:da:88:db:4f:23 ssid='' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-51 freq=5220
wlp2s0:    skip - SSID not known
wlp2s0: 1: mac-addr-2 ssid='WiFi-SSID-GENTOO' wpa_ie_len=26 rsn_ie_len=24 caps=0x1511 level=-51 freq=5220  wps
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wlp2s0:    skip RSN IE - parse failed
wlp2s0:    skip WPA IE - GTK cipher mismatch
wlp2s0:    reject due to mismatch with WPA/WPA2
wlp2s0: 2: mac-addr-1 ssid='WiFi-SSID-GENTOO' wpa_ie_len=26 rsn_ie_len=24 caps=0x1511 level=-51 freq=5220  wps
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wlp2s0:    skip RSN IE - parse failed
wlp2s0:    skip WPA IE - GTK cipher mismatch
wlp2s0:    reject due to mismatch with WPA/WPA2
wlp2s0: 3: 74:da:88:db:4e:de ssid='' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-51 freq=5785
wlp2s0:    skip - SSID not known
wlp2s0: 4: mac-addr-3 ssid='WiFi-SSID-GENTOO' wpa_ie_len=0 rsn_ie_len=20 caps=0x1511 level=-63 freq=5220  wps
wlp2s0:    selected based on RSN IE
wlp2s0:    selected BSS mac-addr-3 ssid='WiFi-SSID-GENTOO'
wlp2s0: Considering connect request: reassociate: 0  selected: mac-addr-3  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x55f12bd91060  current_ssid=(nil)
wlp2s0: Request association with mac-addr-3
TDLS: TDLS is allowed in the target BSS
TDLS: TDLS channel switch allowed in the target BSS
wlp2s0: No ongoing scan/p2p-scan found to abort
wlp2s0: Add radio work 'sme-connect'@0x55f12bdbf960
wlp2s0: First radio work item in the queue - schedule start immediately
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wpa_parse_wpa_ie_rsn: invalid group cipher 0x8 (000fac02)
wlp2s0: Starting radio work 'sme-connect'@0x55f12bdbf960 after 0.000084 second wait
wlp2s0: WPA: clearing own WPA/RSN IE
wlp2s0: RSN: clearing own RSNXE
wlp2s0: Automatic auth_alg selection: 0x1
RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0 akmp=0x0
RSN: Search for BSSID mac-addr-3
RSN: No PMKSA cache entry found
wlp2s0: RSN: using IEEE 802.11i/D9.0
wlp2s0: WPA: Selected cipher suites: group 16 pairwise 16 key_mgmt 2 proto 2
wlp2s0: WPA: Selected mgmt group cipher 32
wlp2s0: WPA: clearing AP WPA IE
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
wlp2s0: WPA: clearing AP RSNXE
wlp2s0: WPA: AP group 0x10 network profile group 0x10; available group 0x10
wlp2s0: WPA: using GTK CCMP
wlp2s0: WPA: AP pairwise 0x10 network profile pairwise 0x10; available pairwise 0x10
wlp2s0: WPA: using PTK CCMP
wlp2s0: WPA: AP key_mgmt 0x2 network profile key_mgmt 0x3; available key_mgmt 0x2
wlp2s0: WPA: using KEY_MGMT WPA-PSK
wlp2s0: WPA: AP mgmt_group_cipher 0x20 network profile mgmt_group_cipher 0x0; available mgmt_group_cipher 0x0
wlp2s0: WPA: not using MGMT group cipher
WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
RSN: Set own RSNXE default - hexdump(len=0):
PSK (set in config) - hexdump(len=32): [REMOVED]
WPA: Set PMK based on external data - hexdump(len=32): [REMOVED]
RRM: Determining whether RRM can be used - device support: 0x19
RRM: Adding RRM IE to Association Request
Added supported operating classes IE - hexdump(len=19): 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
wlp2s0: Cancelling scan request
wlp2s0: SME: Trying to authenticate with mac-addr-3 (SSID='WiFi-SSID-GENTOO' freq=5220 MHz)
EAPOL: External notification - portValid=0
wlp2s0: State: SCANNING -> AUTHENTICATING
Not configuring frame filtering - BSS 00:00:00:00:00:00 is not a Hotspot 2.0 network
nl80211: Authenticate (ifindex=2)
  * bssid=mac-addr-3
  * freq=5220
  * SSID=WiFi-SSID-GENTOO
  * IEs - hexdump(len=0): [NULL]
  * Auth Type 0
nl80211: Authentication request send successfully
nl80211: Event message available
nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlp2s0
nl80211: New station mac-addr-3
nl80211: Event message available
nl80211: Drv Event 37 (NL80211_CMD_AUTHENTICATE) received for wlp2s0
nl80211: MLME event 37 (NL80211_CMD_AUTHENTICATE) on wlp2s0(c0:b6:f9:fb:a0:c2) A1=c0:b6:f9:fb:a0:c2 A2=mac-addr-3
nl80211: MLME event frame - hexdump(len=30): b0 00 3c 00 c0 b6 f9 fb a0 c2 e4 c3 2a 31 17 b3 e4 c3 2a 31 17 b3 40 dd 00 00 02 00 00 00
nl80211: Authenticate event
wlp2s0: Event AUTH (10) received
wlp2s0: SME: Authentication response: peer=mac-addr-3 auth_type=0 auth_transaction=2 status_code=0
SME: Authentication response IEs - hexdump(len=0): [NULL]
SME: Association Request IEs - hexdump(len=61): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 7f 0b 04 00 0a 02 01 40 40 40 00 01 20 46 05 71 00 00 00 00 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
wlp2s0: Trying to associate with mac-addr-3 (SSID='WiFi-SSID-GENTOO' freq=5220 MHz)
wlp2s0: State: AUTHENTICATING -> ASSOCIATING
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
wlp2s0: RSN: clearing own RSNXE
nl80211: Associate (ifindex=2)
  * bssid=mac-addr-3
  * freq=5220
  * SSID=WiFi-SSID-GENTOO
  * IEs - hexdump(len=61): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 7f 0b 04 00 0a 02 01 40 40 40 00 01 20 46 05 71 00 00 00 00 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
  * WPA Versions 0x2
  * pairwise=0xfac04
  * group=0xfac04
  * akm=0xfac02
  * htcaps - hexdump(len=26): 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  * htcaps_mask - hexdump(len=26): 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  * vhtcaps - hexdump(len=12): 00 00 00 00 00 00 00 00 00 00 00 00
  * vhtcaps_mask - hexdump(len=12): 00 00 00 00 00 00 00 00 00 00 00 00
nl80211: Association request send successfully
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 operstate=5 linkmode=1 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
nl80211: Event message available
nl80211: Drv Event 38 (NL80211_CMD_ASSOCIATE) received for wlp2s0
nl80211: MLME event 38 (NL80211_CMD_ASSOCIATE) on wlp2s0(c0:b6:f9:fb:a0:c2) A1=c0:b6:f9:fb:a0:c2 A2=mac-addr-3
nl80211: MLME event frame - hexdump(len=203): 10 00 3c 00 c0 b6 f9 fb a0 c2 e4 c3 2a 31 17 b3 e4 c3 2a 31 17 b3 50 dd 11 14 00 00 02 c0 01 08 8c 12 98 24 b0 48 60 6c 46 05 73 d0 00 00 0c 2d 1a ef 09 03 ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 2c 05 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 00 00 0f 02 00 00 00 40 bf 0c b2 59 89 33 fa ff 00 00 fa ff 00 00 c0 05 01 2a 00 fc ff dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 13 8c fd f0 00 00 01 01 00 01 00 00 74 da 88 db 4e dd 49 02 dd 18 00 50 f2 04 10 4a 00 01 10 10 3b 00 01 03 10 49 00 06 00 37 2a 00 01 20
nl80211: Associate event
nl80211: Associated on 5220 MHz
nl80211: Associated with mac-addr-3
nl80211: Set drv->ssid based on scan res info to 'WiFi-SSID-GENTOO'
wlp2s0: Event ASSOC (0) received
wlp2s0: Association info event
req_ies - hexdump(len=216): 00 0c 54 50 2d 4c 49 4e 4b 2d 4d 45 53 48 01 08 0c 12 18 24 30 48 60 6c 21 02 00 16 24 4a 24 01 28 01 2c 01 30 01 34 01 38 01 3c 01 40 01 44 01 48 01 4c 01 50 01 54 01 58 01 5c 01 60 01 64 01 68 01 6c 01 70 01 74 01 78 01 7c 01 80 01 84 01 88 01 8c 01 90 01 95 01 99 01 9d 01 a1 01 a5 01 a9 01 ad 01 b1 01 b5 01 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 2d 1a e7 19 17 ff ff 00 00 00 00 00 00 00 00 2c 01 01 00 00 00 00 00 00 00 00 00 00 7f 0b 04 00 0a 02 01 40 40 40 00 01 20 bf 0c f6 51 80 03 fa ff 00 00 fa ff 00 20 46 05 71 00 00 00 00 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f dd 07 00 50 f2 02 00 01 00
resp_ies - hexdump(len=173): 01 08 8c 12 98 24 b0 48 60 6c 46 05 73 d0 00 00 0c 2d 1a ef 09 03 ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 2c 05 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 00 00 0f 02 00 00 00 40 bf 0c b2 59 89 33 fa ff 00 00 fa ff 00 00 c0 05 01 2a 00 fc ff dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 13 8c fd f0 00 00 01 01 00 01 00 00 74 da 88 db 4e dd 49 02 dd 18 00 50 f2 04 10 4a 00 01 10 10 3b 00 01 03 10 49 00 06 00 37 2a 00 01 20
wlp2s0: freq=5220 MHz
WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
wlp2s0: RSN: clearing own RSNXE
wlp2s0: State: ASSOCIATING -> ASSOCIATED
nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
wlp2s0: Associated to a new BSS: BSSID=mac-addr-3
wlp2s0: Associated with mac-addr-3
wlp2s0: WPA: Association event - clear replay counter
wlp2s0: WPA: Clear old PTK
TDLS: Remove peers on association
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: SUPP_BE entering state IDLE
wlp2s0: Setting authentication timeout: 10 sec 0 usec
wlp2s0: Cancelling scan request
WMM AC: AC mandatory: AC_BE=0 AC_BK=0 AC_VI=0 AC_VO=0
WMM AC: U-APSD queues=0x0
WMM AC: Valid WMM association, WMM AC is enabled
wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: Event message available
nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlp2s0
nl80211: Ignore connect event (cmd=46) when using userspace SME
nl80211: Event message available
nl80211: BSS Event 129 (NL80211_CMD_CONTROL_PORT_FRAME) received for wlp2s0
wlp2s0: Event EAPOL_RX (23) received
wlp2s0: RX EAPOL from mac-addr-3
RX EAPOL - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
wlp2s0: Setting authentication timeout: 10 sec 0 usec
wlp2s0: IEEE 802.1X RX: version=2 type=3 length=95
WPA: RX EAPOL-Key - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
wlp2s0:   EAPOL-Key type=2
wlp2s0:   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
wlp2s0:   key_length=16 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
  key_nonce - hexdump(len=32): 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
wlp2s0: State: ASSOCIATED -> 4WAY_HANDSHAKE
wlp2s0: WPA: RX message 1 of 4-Way Handshake from mac-addr-3 (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
Get randomness: len=32 entropy=11
WPA: Renewed SNonce - hexdump(len=32): 7f b0 f8 2e ef 19 01 13 18 20 b3 55 6d 36 4f fe ab 84 36 2d 34 e5 13 29 9a 63 3c 54 d1 be 25 04
WPA: PTK derivation using PRF(SHA1)
WPA: PTK derivation - A1=c0:b6:f9:fb:a0:c2 A2=mac-addr-3
WPA: Nonce1 - hexdump(len=32): 7f b0 f8 2e ef 19 01 13 18 20 b3 55 6d 36 4f fe ab 84 36 2d 34 e5 13 29 9a 63 3c 54 d1 be 25 04
WPA: Nonce2 - hexdump(len=32): 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=48): [REMOVED]
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: KEK - hexdump(len=16): [REMOVED]
WPA: TK - hexdump(len=16): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
wlp2s0: WPA: Sending EAPOL-Key 2/4
WPA: Send EAPOL-Key frame to mac-addr-3 ver=2 mic_len=16 key_mgmt=0x2
WPA: EAPOL-Key MIC using HMAC-SHA1
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: Derived Key MIC - hexdump(len=16): 96 e4 ae 3d 94 7d a9 5f 4f e7 d2 1c f3 15 90 30
WPA: TX EAPOL-Key - hexdump(len=121): 01 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 01 7f b0 f8 2e ef 19 01 13 18 20 b3 55 6d 36 4f fe ab 84 36 2d 34 e5 13 29 9a 63 3c 54 d1 be 25 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 96 e4 ae 3d 94 7d a9 5f 4f e7 d2 1c f3 15 90 30 00 16 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
nl80211: Send over control port dest=mac-addr-3 proto=0x888e len=121 no_encrypt=1
nl80211: tx_control_port cookie=0x1
nl80211: Event message available
nl80211: Drv Event 139 (NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS) received for wlp2s0
nl80211: Control port TX status (ack=1), cookie=1
wlp2s0: Event EAPOL_TX_STATUS (37) received
nl80211: Event message available
nl80211: BSS Event 129 (NL80211_CMD_CONTROL_PORT_FRAME) received for wlp2s0
wlp2s0: Event EAPOL_RX (23) received
wlp2s0: RX EAPOL from mac-addr-3
RX EAPOL - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 ad 97 fc 81 a9 9d c3 4a 2a f8 98 1d 30 4a 54 00 38 50 75 c9 b5 19 3c 39 14 73 a9 2a 6d d9 b5 0b 95 69 49 7e 6b 19 3c 39 ca 64 24 5f 66 f1 14 21 14 09 94 a2 02 d1 d9 86 0d ea 01 2f 71 7d a3 01 b9 f7 04 2b c9 7c 56 b9 1a
wlp2s0: IEEE 802.1X RX: version=2 type=3 length=151
WPA: RX EAPOL-Key - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 ad 97 fc 81 a9 9d c3 4a 2a f8 98 1d 30 4a 54 00 38 50 75 c9 b5 19 3c 39 14 73 a9 2a 6d d9 b5 0b 95 69 49 7e 6b 19 3c 39 ca 64 24 5f 66 f1 14 21 14 09 94 a2 02 d1 d9 86 0d ea 01 2f 71 7d a3 01 b9 f7 04 2b c9 7c 56 b9 1a
wlp2s0:   EAPOL-Key type=2
wlp2s0:   key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
wlp2s0:   key_length=16 key_data_length=56
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
  key_nonce - hexdump(len=32): 7d 40 62 e7 ac 2a 5d 19 77 76 77 24 bb 44 88 97 3a 28 4b 60 0f e0 8d af 4d 76 6e 1c 84 42 3a 3f
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 08 ad 97 fc 81 a9 9d c3 4a 2a f8 98 1d 30 4a 54
WPA: EAPOL-Key MIC using HMAC-SHA1
RSN: encrypted key data - hexdump(len=56): 50 75 c9 b5 19 3c 39 14 73 a9 2a 6d d9 b5 0b 95 69 49 7e 6b 19 3c 39 ca 64 24 5f 66 f1 14 21 14 09 94 a2 02 d1 d9 86 0d ea 01 2f 71 7d a3 01 b9 f7 04 2b c9 7c 56 b9 1a
WPA: Decrypt Key Data using AES-UNWRAP (KEK length 16)
WPA: decrypted EAPOL-Key key data - hexdump(len=48): [REMOVED]
wlp2s0: State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
wlp2s0: WPA: RX message 3 of 4-Way Handshake from mac-addr-3 (ver=2)
WPA: IE KeyData - hexdump(len=48): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 16 00 0f ac 01 01 00 f0 00 be 70 79 fa 58 4a ad b2 3f b1 fd ab 6d 16 dd 00
WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
wlp2s0: WPA: Sending EAPOL-Key 4/4
WPA: Send EAPOL-Key frame to mac-addr-3 ver=2 mic_len=16 key_mgmt=0x2
WPA: EAPOL-Key MIC using HMAC-SHA1
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: Derived Key MIC - hexdump(len=16): d8 ec 2b 95 05 5e fd 24 11 f0 03 86 62 f2 b9 58
WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d8 ec 2b 95 05 5e fd 24 11 f0 03 86 62 f2 b9 58 00 00
nl80211: Send over control port dest=mac-addr-3 proto=0x888e len=99 no_encrypt=1
nl80211: tx_control_port cookie=0x2
wlp2s0: WPA: Installing PTK to the driver
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=3 addr=0x55f12bd92930 key_idx=0 set_tx=1 seq_len=6 key_len=16 key_flag=0x2c
nl80211: NEW_KEY
nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
nl80211: KEY_SEQ - hexdump(len=6): 00 00 00 00 00 00
   addr=mac-addr-3
   pairwise key
EAPOL: External notification - portValid=1
wlp2s0: State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RSN: received GTK in pairwise handshake - hexdump(len=18): [REMOVED]
WPA: Group Key - hexdump(len=16): [REMOVED]
wlp2s0: WPA: Installing GTK to the driver (keyidx=1 tx=0 len=16)
WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
wpa_driver_nl80211_set_key: ifindex=2 (wlp2s0) alg=3 addr=0x55f12aae6aa0 key_idx=1 set_tx=0 seq_len=6 key_len=16 key_flag=0x14
nl80211: NEW_KEY
nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
nl80211: KEY_SEQ - hexdump(len=6): 00 00 00 00 00 00
   broadcast key
wlp2s0: WPA: Key negotiation completed with mac-addr-3 [PTK=CCMP GTK=CCMP]
wlp2s0: Cancelling authentication timeout
wlp2s0: State: GROUP_HANDSHAKE -> COMPLETED
wlp2s0: Radio work 'sme-connect'@0x55f12bdbf960 done in 0.352582 seconds
wlp2s0: radio_work_free('sme-connect'@0x55f12bdbf960): num_active_works --> 0
wlp2s0: CTRL-EVENT-CONNECTED - Connection to mac-addr-3 completed [id=0 id_str=]
nl80211: Set wlp2s0 operstate 0->1 (UP)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=6 (IF_OPER_UP)
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: Supplicant port status: Authorized
nl80211: Set supplicant port authorized for mac-addr-3
EAPOL: SUPP_BE entering state IDLE
EAPOL authentication completed - result=SUCCESS
nl80211: Set rekey offload
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 operstate=6 linkmode=1 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
nl80211: Event message available
nl80211: Drv Event 139 (NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS) received for wlp2s0
nl80211: Control port TX status (ack=1), cookie=2
wlp2s0: Event EAPOL_TX_STATUS (37) received
RTM_NEWLINK: ifi_index=2 ifname=wlp2s0 operstate=6 linkmode=1 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
EAPOL: startWhen --> 0
EAPOL: disable timer tick


Last edited by sh1sh1n11 on Tue Aug 02, 2022 5:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54099
Location: 56N 3W

PostPosted: Sun Jul 31, 2022 2:54 pm    Post subject: Reply with quote

sh1sh1n11,

Good - its connecting in the 5GHz band.
Code:
nl80211: Associate event
nl80211: Associated on 5220 MHz


It looks like its on a 160MHz channel too.

From that I conclude that the radio part of the wifi is correct.

The scat results are interesting

Code:
nl80211: Received scan results (20 BSSes)
wlp2s0: BSS: Start scan result update 1

Removed at the request of sh1sh1n11, whom I quoted.

 

As you have mangled the SSID in a way that tells which in yours, we can conclude that there are three other networks (not yours) on the same channel.

As wifi is spread spectrum, this will cast you a small loss of bandwidth due to collisions and retries. That's a feature. Its supposed to work that way.
However, your throughput may be improved if you can find a channel all to yourself.
Here, I have he 5GHz band all to myself and the 2.4GHz band has about six users, not counting passing buses.

While that's interesting, all it's done is rule something out.
We know one thing that its not, that's one ting less to poke at.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.


Last edited by NeddySeagoon on Thu Aug 11, 2022 6:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Sun Jul 31, 2022 3:17 pm    Post subject: Reply with quote

Super appreciate your quick and more importantly a detailed analysis on this @NeddySeagoon! I hear you on the WiFi channel bit, I will see what I can do about it. Although my phone right next to my computer and the computer with the same hardware (wifi chip) running in Arch gives about 350Mbps no problem. But as you said, unless we adopt the elimination method, it's pretty much a needle in a haystack situation. Thanks again!
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Tue Aug 02, 2022 5:07 pm    Post subject: Reply with quote

I was able to do a wpa_supplicant debug run on my arch install in order to hopefully find any differences between the two. The only difference I noticed was that the wpa_supplicant ran around 3 times back to back during the initialization phase on arch for some reason. Also I noticed where it mentions in the debug output about the abgn bands but nothing about the ac band either on gentoo or arch. Wonder if there is a way to tell what band is currently in use.

SSID: WiFi-SSID-ARCH

Please let me know if I can run any other tests to try and further isolate the issue. Thank you very much for taking the time to help me out.

Part 1 of the wpa_supplicant debug output (on Arch):

Code:

wpa_supplicant v2.10
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' 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='/var/run/wpa_supplicant'
ctrl_interface_group='0'
ap_scan=1
Line: 11 - start of a new network block
ssid - hexdump_ascii(len=12):
     54 50 2d 4c 49 4e 4b 2d 4d 45 53 48               WiFi-SSID-ARCH
PSK (ASCII passphrase) - hexdump_ascii(len=9): [REMOVED]
priority=5 (0x5)
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 5
   id=0 ssid='WiFi-SSID-ARCH'
nl80211: TDLS supported
nl80211: TDLS external setup
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:8
nl80211: Supported cipher 00-0f-ac:9
nl80211: Supported cipher 00-0f-ac:6
nl80211: Supported cipher 00-0f-ac:11
nl80211: Supported cipher 00-0f-ac:12
nl80211: Using driver-based off-channel TX
nl80211: Driver-advertised extended capabilities (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: Enable multi-channel concurrent (driver advertised support)
nl80211: use P2P_DEVICE support
nl80211: key_mgmt=0x1ff0f enc=0x76f auth=0x7 flags=0x85800530fb5bfbe0 rrm_flags=0x19 probe_resp_offloads=0x0 max_stations=0 max_remain_on_chan=10000 max_scan_ssids=20
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 2 iftype 2 (STATION)
nl80211: Subscribe to mgmt frames with non-AP handle 0x55c0a4a75230
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0104 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=040a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=040b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=040c multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=040d multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=090a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=090b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=090c multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=090d multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0409506f9a09 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=7f506f9a09 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0409506f9a1a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0801 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=040e multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=12 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=06 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0a07 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0a11 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0a0b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0a1a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=1101 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=1102 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0505 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0500 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=0502 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=1301 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=1305 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4a75230 match=7e506f9a1a multicast=0
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
netlink: Operstate: ifindex=2 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT)
Add interface wlan0 to a new radio phy0
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=00
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5190-5210 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5210-5230 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5230-5250 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm (no IR)
nl80211: 5755-5775 @ 80 MHz 22 mBm (no IR)
nl80211: 5775-5795 @ 80 MHz 22 mBm (no IR)
nl80211: 5795-5815 @ 80 MHz 22 mBm (no IR)
nl80211: 5815-5835 @ 20 MHz 22 mBm (no IR)
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180[NO_IR] 5200[NO_IR] 5220[NO_IR] 5240[NO_IR] 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
wlan0: Own MAC address: c0:b6:f9:fb:a0:c2
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=0 addr=(nil) key_idx=4 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=0 addr=(nil) key_idx=5 set_tx=0 seq_len=0 key_len=0 key_flag=0x10
nl80211: DEL_KEY
   broadcast key
wlan0: RSN: flushing PMKID list in the driver
nl80211: Flush PMKIDs
TDLS: TDLS operation supported by driver
TDLS: Driver uses external link setup
TDLS: Driver does not support TDLS channel switching
wlan0: WPS: UUID based on MAC address: f3f5383e-6400-5eba-843a-3abf68908d88
ENGINE: Loading builtin engines
ENGINE: Loading builtin engines
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=0
wlan0: Added interface wlan0
wlan0: State: DISCONNECTED -> DISCONNECTED
nl80211: Set wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
nl80211: Create interface iftype 10 (P2P_DEVICE)
nl80211: New P2P Device interface p2p-dev-wlan0 (0x3) created
Initializing interface 'p2p-dev-wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'nl80211' ctrl_interface '/var/run/wpa_supplicant' 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='/var/run/wpa_supplicant'
ctrl_interface_group='0'
ap_scan=1
Line: 11 - start of a new network block
ssid - hexdump_ascii(len=12):
     54 50 2d 4c 49 4e 4b 2d 4d 45 53 48               WiFi-SSID-ARCH
PSK (ASCII passphrase) - hexdump_ascii(len=9): [REMOVED]
priority=5 (0x5)
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 5
   id=0 ssid='WiFi-SSID-ARCH'
nl80211: TDLS supported
nl80211: TDLS external setup
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:8
nl80211: Supported cipher 00-0f-ac:9
nl80211: Supported cipher 00-0f-ac:6
nl80211: Supported cipher 00-0f-ac:11
nl80211: Supported cipher 00-0f-ac:12
nl80211: Using driver-based off-channel TX
nl80211: Driver-advertised extended capabilities (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: Enable multi-channel concurrent (driver advertised support)
nl80211: use P2P_DEVICE support
nl80211: key_mgmt=0x1ff0f enc=0x76f auth=0x7 flags=0x85800530fb5bfbe0 rrm_flags=0x19 probe_resp_offloads=0x0 max_stations=0 max_remain_on_chan=10000 max_scan_ssids=20
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 0x55c0a4aa6950
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0104 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=040a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=040b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=040c multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=040d multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=090a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=090b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=090c multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=090d multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0409506f9a09 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=7f506f9a09 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0409506f9a1a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0801 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=040e multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=12 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=06 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0a07 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0a11 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0a0b multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0a1a multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=1101 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=1102 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0505 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0500 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=0502 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=1301 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=1305 multicast=0
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x55c0a4aa6950 match=7e506f9a1a multicast=0
nl80211: Use (wlan0) to initialize P2P Device rfkill
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
nl80211: Start P2P Device p2p-dev-wlan0 (0x3): Success
Add interface p2p-dev-wlan0 to existing radio phy0
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=00
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5190-5210 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5210-5230 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5230-5250 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm (no IR)
nl80211: 5755-5775 @ 80 MHz 22 mBm (no IR)
nl80211: 5775-5795 @ 80 MHz 22 mBm (no IR)
nl80211: 5795-5815 @ 80 MHz 22 mBm (no IR)
nl80211: 5815-5835 @ 20 MHz 22 mBm (no IR)
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180[NO_IR] 5200[NO_IR] 5220[NO_IR] 5240[NO_IR] 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
p2p-dev-wlan0: Own MAC address: c0:b6:f9:fb:a0:c3
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: f3f5383e-6400-5eba-843a-3abf68908d88
ENGINE: Loading builtin engines
ENGINE: Loading builtin engines
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
Using existing control interface directory.
ctrl_interface_group=0
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Own listen channel: 81:1
P2P: Random operating channel: 81:11
P2P: initialized
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13
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)
p2p-dev-wlan0: Determining shared radio frequencies (max len 2)
p2p-dev-wlan0: Shared frequencies (len=0): completed iteration
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13
P2P: cli_channels:
RTM_NEWLINK: ifi_index=2 ifname=wlan0 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK: ifi_index=2 ifname=wlan0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1003 ([UP])
nl80211: Event message available
nl80211: Drv Event 113 (NL80211_CMD_WIPHY_REG_CHANGE) received for p2p-dev-wlan0
nl80211: Regulatory domain change
 * initiator=2
 * type=1
p2p-dev-wlan0: Event CHANNEL_LIST_CHANGED (27) received
wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
p2p-dev-wlan0: Updating hw mode
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=00
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5190-5210 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5210-5230 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5230-5250 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm (no IR)
nl80211: 5755-5775 @ 80 MHz 22 mBm (no IR)
nl80211: 5775-5795 @ 80 MHz 22 mBm (no IR)
nl80211: 5795-5815 @ 80 MHz 22 mBm (no IR)
nl80211: 5815-5835 @ 20 MHz 22 mBm (no IR)
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180[NO_IR] 5200[NO_IR] 5220[NO_IR] 5240[NO_IR] 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
wlan0: Updating hw mode
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=00
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5190-5210 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5210-5230 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5230-5250 @ 160 MHz 22 mBm (no outdoor) (no IR)
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm (no IR)
nl80211: 5755-5775 @ 80 MHz 22 mBm (no IR)
nl80211: 5775-5795 @ 80 MHz 22 mBm (no IR)
nl80211: 5795-5815 @ 80 MHz 22 mBm (no IR)
nl80211: 5815-5835 @ 20 MHz 22 mBm (no IR)
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180[NO_IR] 5200[NO_IR] 5220[NO_IR] 5240[NO_IR] 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
p2p-dev-wlan0: Determining shared radio frequencies (max len 2)
p2p-dev-wlan0: Shared frequencies (len=0): completed iteration
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13
P2P: cli_channels:
wlan0: Starting delayed sched scan
wlan0: Use normal scan instead of sched_scan for initial scans (normal_scans=0)
wlan0: Setting scan request: 0.000000 sec
wlan0: State: DISCONNECTED -> SCANNING
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=0): completed iteration
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13
P2P: cli_channels:
wlan0: Starting AP scan for wildcard SSID
WPS: Building WPS IE for Probe Request
WPS:  * Version (hardcoded 0x10)
WPS:  * Request Type
WPS:  * Config Methods (3148)
WPS:  * UUID-E
WPS:  * Primary Device Type
WPS:  * RF Bands (3)
WPS:  * Association State
WPS:  * Configuration Error (0)
WPS:  * Device Password ID (0)
WPS:  * Manufacturer
WPS:  * Model Name
WPS:  * Model Number
WPS:  * Device Name
WPS:  * Version2 (0x20)
P2P: * P2P IE header
P2P: * Capability dev=25 group=00
P2P: * Listen Channel: Regulatory Class 81 Channel 1
wlan0: Add radio work 'scan'@0x55c0a4ab95d0
wlan0: First radio work item in the queue - schedule start immediately
wlan0: Starting radio work 'scan'@0x55c0a4ab95d0 after 0.000005 second wait
wlan0: nl80211: scan request
nl80211: Scan SSID
nl80211: Scan extra IEs - hexdump(len=141): 7f 0b 04 00 0a 02 01 00 40 40 00 00 20 dd 69 00 50 f2 04 10 4a 00 01 10 10 3a 00 01 00 10 08 00 02 31 48 10 47 00 10 f3 f5 38 3e 64 00 5e ba 84 3a 3a bf 68 90 8d 88 10 54 00 08 00 00 00 00 00 00 00 00 10 3c 00 01 03 10 02 00 02 00 00 10 09 00 02 00 00 10 12 00 02 00 00 10 21 00 01 20 10 23 00 01 20 10 24 00 01 20 10 11 00 01 20 10 49 00 06 00 37 2a 00 01 20 dd 11 50 6f 9a 09 02 02 00 25 00 06 05 00 58 58 04 51 01 72 00
Scan requested (ret=0) - scan timeout 10 seconds
nl80211: Event message available
nl80211: Ignored event 33 (NL80211_CMD_TRIGGER_SCAN) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0
wlan0: nl80211: Scan trigger
wlan0: Event SCAN_STARTED (47) received
wlan0: Own scan request started a scan in 0.000027 seconds
EAPOL: disable timer tick
EAPOL: disable timer tick
RTM_NEWLINK: ifi_index=2 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
nl80211: Event message available
nl80211: Ignored event 34 (NL80211_CMD_NEW_SCAN_RESULTS) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0
wlan0: nl80211: New scan results available
nl80211: Scan probed for SSID ''
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
wlan0: Event SCAN_RESULTS (3) received
wlan0: Scan completed in 3.205513 seconds
nl80211: Received scan results (18 BSSes)
wlan0: BSS: Start scan result update 1
wlan0: BSS: Add new id 0 BSSID mac-addr-1 SSID 'WiFi-SSID-ARCH' freq 5220
wlan0: BSS: Add new id 1 BSSID mac-addr-2 SSID 'WiFi-SSID-ARCH' freq 5220
wlan0: BSS: Add new id 2 BSSID 74:da:88:db:4e:dd SSID '' freq 5220
wlan0: BSS: Add new id 3 BSSID 74:da:88:db:4e:de SSID '' freq 5785
wlan0: BSS: Add new id 4 BSSID mac-addr-3 SSID 'WiFi-SSID-ARCH' freq 5220
wlan0: BSS: Add new id 5 BSSID mac-addr-4 SSID 'WiFi-SSID-ARCH' freq 5220
wlan0: BSS: Add new id 6 BSSID mac-addr-5 SSID 'WiFi-SSID-ARCH' freq 2457
wlan0: BSS: Add new id 7 BSSID mac-addr-6 SSID 'WiFi-SSID-ARCH' freq 2457
wlan0: BSS: Add new id 8 BSSID ea:c3:2a:31:17:b2 SSID '' freq 2457
wlan0: BSS: Add new id 9 BSSID mac-addr-7 SSID 'WiFi-SSID-ARCH' freq 2457
wlan0: BSS: Add new id 10 BSSID 54:37:bb:ea:dc:6d SSID '' freq 2442
wlan0: BSS: Add new id 11 BSSID 98:e7:f4:9b:f6:91 SSID '' freq 2457
wlan0: BSS: Add new id 12 BSSID 20:89:8a:b3:7e:a2 SSID '' freq 2412
wlan0: BSS: Add new id 13 BSSID c4:12:f5:71:eb:d6 SSID '' freq 2412
wlan0: BSS: Add new id 14 BSSID 78:53:0d:c3:24:1a SSID '' freq 2462
wlan0: BSS: Add new id 15 BSSID a8:da:0c:32:3c:67 SSID '' freq 2437
wlan0: BSS: Add new id 16 BSSID 30:b6:2d:94:2b:c0 SSID '' freq 2437
wlan0: BSS: Add new id 17 BSSID 62:45:b1:25:ff:7a SSID '' freq 5745
BSS: last_scan_res_used=18/32
wlan0: New scan results available (own=1 ext=0)
WPS: Unknown Vendor Extension (Vendor ID 311)
WPS: Unknown Vendor Extension (Vendor ID 311)
WPS: Unknown Vendor Extension (Vendor ID 311)
WPS: AP mac-addr-1 type 0 added
WPS: AP mac-addr-2 type 0 added
WPS: AP mac-addr-3 type 0 added
WPS: AP mac-addr-4 type 0 added
WPS: AP mac-addr-5 type 0 added
WPS: AP mac-addr-6 type 0 added
WPS: AP mac-addr-7 type 0 added
WPS: Unknown Vendor Extension (Vendor ID 311)
WPS: Unknown Vendor Extension (Vendor ID 311)
WPS: Unknown Vendor Extension (Vendor ID 311)
WPS: AP 98:e7:f4:9b:f6:91 type 0 added
WPS: AP 20:89:8a:b3:7e:a2 type 0 added
WPS: AP 78:53:0d:c3:24:1a type 0 added
WPS: AP a8:da:0c:32:3c:67 type 0 added
WPS: AP[0] mac-addr-1 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[1] mac-addr-2 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[2] mac-addr-3 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[3] mac-addr-4 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[4] mac-addr-5 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[5] mac-addr-6 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[6] mac-addr-7 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[7] 98:e7:f4:9b:f6:91 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[8] 20:89:8a:b3:7e:a2 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[9] 78:53:0d:c3:24:1a type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
WPS: AP[10] a8:da:0c:32:3c:67 type=0 tries=0 last_attempt=-1 sec ago bssid_ignore=0
wlan0: Radio work 'scan'@0x55c0a4ab95d0 done in 3.207999 seconds
wlan0: radio_work_free('scan'@0x55c0a4ab95d0): num_active_works --> 0
wlan0: Selecting BSS from priority group 5
wlan0: 0: mac-addr-1 ssid='WiFi-SSID-ARCH' wpa_ie_len=26 rsn_ie_len=24 caps=0x1511 level=-47 freq=5220  wps
wlan0:    selected based on RSN IE
wlan0:    selected BSS mac-addr-1 ssid='WiFi-SSID-ARCH'
wlan0: Considering connect request: reassociate: 0  selected: mac-addr-1  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x55c0a4a75ab0  current_ssid=(nil)
wlan0: Request association with mac-addr-1
TDLS: TDLS is allowed in the target BSS
TDLS: TDLS channel switch allowed in the target BSS
wlan0: No ongoing scan/p2p-scan found to abort
wlan0: Add radio work 'sme-connect'@0x55c0a4ab95d0
wlan0: First radio work item in the queue - schedule start immediately
p2p-dev-wlan0: Updating scan results from sibling
nl80211: Received scan results (18 BSSes)
p2p-dev-wlan0: BSS: Start scan result update 1
p2p-dev-wlan0: BSS: Add new id 0 BSSID mac-addr-1 SSID 'WiFi-SSID-ARCH' freq 5220
p2p-dev-wlan0: BSS: Add new id 1 BSSID mac-addr-2 SSID 'WiFi-SSID-ARCH' freq 5220
p2p-dev-wlan0: BSS: Add new id 2 BSSID 74:da:88:db:4e:dd SSID '' freq 5220
p2p-dev-wlan0: BSS: Add new id 3 BSSID 74:da:88:db:4e:de SSID '' freq 5785
p2p-dev-wlan0: BSS: Add new id 4 BSSID mac-addr-3 SSID 'WiFi-SSID-ARCH' freq 5220
p2p-dev-wlan0: BSS: Add new id 5 BSSID mac-addr-4 SSID 'WiFi-SSID-ARCH' freq 5220
p2p-dev-wlan0: BSS: Add new id 6 BSSID mac-addr-5 SSID 'WiFi-SSID-ARCH' freq 2457
p2p-dev-wlan0: BSS: Add new id 7 BSSID mac-addr-6 SSID 'WiFi-SSID-ARCH' freq 2457
p2p-dev-wlan0: BSS: Add new id 8 BSSID ea:c3:2a:31:17:b2 SSID '' freq 2457
p2p-dev-wlan0: BSS: Add new id 9 BSSID mac-addr-7 SSID 'WiFi-SSID-ARCH' freq 2457
p2p-dev-wlan0: BSS: Add new id 10 BSSID 54:37:bb:ea:dc:6d SSID '' freq 2442
p2p-dev-wlan0: BSS: Add new id 11 BSSID 98:e7:f4:9b:f6:91 SSID '' freq 2457
p2p-dev-wlan0: BSS: Add new id 12 BSSID 20:89:8a:b3:7e:a2 SSID '' freq 2412
p2p-dev-wlan0: BSS: Add new id 13 BSSID c4:12:f5:71:eb:d6 SSID '' freq 2412
p2p-dev-wlan0: BSS: Add new id 14 BSSID 78:53:0d:c3:24:1a SSID '' freq 2462
p2p-dev-wlan0: BSS: Add new id 15 BSSID a8:da:0c:32:3c:67 SSID '' freq 2437
p2p-dev-wlan0: BSS: Add new id 16 BSSID 30:b6:2d:94:2b:c0 SSID '' freq 2437
p2p-dev-wlan0: BSS: Add new id 17 BSSID 62:45:b1:25:ff:7a SSID '' freq 5745


Last edited by sh1sh1n11 on Tue Aug 02, 2022 5:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
sh1sh1n11
n00b
n00b


Joined: 29 Jul 2022
Posts: 12

PostPosted: Tue Aug 02, 2022 5:10 pm    Post subject: Reply with quote

PS: Apologies for the extremely lengthy logs. Do let me know if you'd like me to handle this another way.

Part 2 of the wpa_supplicant debug output (on Arch):

Code:

BSS: last_scan_res_used=18/32
wlan0: Starting radio work 'sme-connect'@0x55c0a4ab95d0 after 0.000173 second wait
wlan0: WPA: clearing own WPA/RSN IE
wlan0: RSN: clearing own RSNXE
wlan0: Automatic auth_alg selection: 0x1
RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0 akmp=0x0
RSN: Search for BSSID mac-addr-1
RSN: No PMKSA cache entry found
wlan0: RSN: using IEEE 802.11i/D9.0
wlan0: WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
wlan0: WPA: Selected mgmt group cipher 32
WPA: set AP WPA IE - hexdump(len=28): dd 1a 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
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 00 00
wlan0: WPA: clearing AP RSNXE
wlan0: WPA: AP group 0x8 network profile group 0x18; available group 0x8
wlan0: WPA: using GTK TKIP
wlan0: WPA: AP pairwise 0x18 network profile pairwise 0x18; available pairwise 0x18
wlan0: WPA: using PTK CCMP
wlan0: WPA: AP key_mgmt 0x2 network profile key_mgmt 0x3; available key_mgmt 0x2
wlan0: WPA: using KEY_MGMT WPA-PSK
wlan0: WPA: AP mgmt_group_cipher 0x20 network profile mgmt_group_cipher 0x0; available mgmt_group_cipher 0x0
wlan0: WPA: not using MGMT group cipher
WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
RSN: Set own RSNXE default - hexdump(len=0):
PSK (set in config) - hexdump(len=32): [REMOVED]
WPA: Set PMK based on external data - hexdump(len=32): [REMOVED]
RRM: Determining whether RRM can be used - device support: 0x19
RRM: Adding RRM IE to Association Request
Added supported operating classes IE - hexdump(len=19): 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
wlan0: Cancelling scan request
wlan0: SME: Trying to authenticate with mac-addr-1 (SSID='WiFi-SSID-ARCH' freq=5220 MHz)
EAPOL: External notification - portValid=0
wlan0: State: SCANNING -> AUTHENTICATING
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=0): completed iteration
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13
P2P: cli_channels:
Not configuring frame filtering - BSS 00:00:00:00:00:00 is not a Hotspot 2.0 network
nl80211: Authenticate (ifindex=2)
  * bssid=mac-addr-1
  * freq=5220
  * SSID=WiFi-SSID-ARCH
  * IEs - hexdump(len=0): [NULL]
  * Auth Type 0
nl80211: Authentication request send successfully
nl80211: Event message available
nl80211: Drv Event 113 (NL80211_CMD_WIPHY_REG_CHANGE) received for p2p-dev-wlan0
nl80211: Regulatory domain change
 * initiator=2
 * type=0
 * alpha2=US
p2p-dev-wlan0: Event CHANNEL_LIST_CHANGED (27) received
wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
p2p-dev-wlan0: Updating hw mode
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=US
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm
nl80211: 5190-5210 @ 160 MHz 22 mBm
nl80211: 5210-5230 @ 160 MHz 22 mBm
nl80211: 5230-5250 @ 160 MHz 22 mBm
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm
nl80211: 5755-5775 @ 80 MHz 22 mBm
nl80211: 5775-5795 @ 80 MHz 22 mBm
nl80211: 5795-5815 @ 80 MHz 22 mBm
nl80211: 5815-5835 @ 20 MHz 22 mBm
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180 5200 5220 5240 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED] 5440[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
wlan0: Updating hw mode
nl80211: No channel number found for frequency 5905 MHz
nl80211: Regulatory information - country=US
nl80211: 2402-2437 @ 40 MHz 22 mBm
nl80211: 2422-2462 @ 40 MHz 22 mBm
nl80211: 2447-2482 @ 40 MHz 22 mBm
nl80211: 5170-5190 @ 160 MHz 22 mBm
nl80211: 5190-5210 @ 160 MHz 22 mBm
nl80211: 5210-5230 @ 160 MHz 22 mBm
nl80211: 5230-5250 @ 160 MHz 22 mBm
nl80211: 5250-5270 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5270-5290 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5290-5310 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5310-5330 @ 160 MHz 22 mBm (DFS) (no IR)
nl80211: 5490-5510 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5510-5530 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5530-5550 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5550-5570 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5570-5590 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5590-5610 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5610-5630 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5630-5650 @ 240 MHz 22 mBm (DFS) (no IR)
nl80211: 5650-5670 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5670-5690 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5690-5710 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5710-5730 @ 80 MHz 22 mBm (DFS) (no IR)
nl80211: 5735-5755 @ 80 MHz 22 mBm
nl80211: 5755-5775 @ 80 MHz 22 mBm
nl80211: 5775-5795 @ 80 MHz 22 mBm
nl80211: 5795-5815 @ 80 MHz 22 mBm
nl80211: 5815-5835 @ 20 MHz 22 mBm
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5180 5200 5220 5240 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5340[DISABLED] 5360[DISABLED] 5380[DISABLED] 5400[DISABLED] 5420[DISABLED] 5440[DISABLED]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
p2p-dev-wlan0: Determining shared radio frequencies (max len 2)
p2p-dev-wlan0: Shared frequencies (len=0): completed iteration
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Add operating class 115
P2P: Channels - hexdump(len=4): 24 28 2c 30
P2P: Add operating class 116
P2P: Channels - hexdump(len=2): 24 2c
P2P: Add operating class 117
P2P: Channels - hexdump(len=2): 28 30
P2P: Add operating class 124
P2P: Channels - hexdump(len=4): 95 99 9d a1
P2P: Add operating class 125
P2P: Channels - hexdump(len=5): 95 99 9d a1 a5
P2P: Add operating class 126
P2P: Channels - hexdump(len=2): 95 9d
P2P: Add operating class 127
P2P: Channels - hexdump(len=2): 99 a1
P2P: Add operating class 130
P2P: Channels - hexdump(len=9): 24 28 2c 30 95 99 9d a1 a5
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48 116:36,44 117:40,48 124:149,153,157,161 125:149,153,157,161,165 126:149,157 127:153,161 130:36,40,44,48,149,153,157,161,165
P2P: cli_channels:
nl80211: Event message available
nl80211: Ignored event 19 (NL80211_CMD_NEW_STATION) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0
nl80211: New station mac-addr-1
nl80211: Event message available
nl80211: Ignored event 37 (NL80211_CMD_AUTHENTICATE) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 37 (NL80211_CMD_AUTHENTICATE) received for wlan0
nl80211: MLME event 37 (NL80211_CMD_AUTHENTICATE) on wlan0(c0:b6:f9:fb:a0:c2) A1=c0:b6:f9:fb:a0:c2 A2=mac-addr-1
nl80211: MLME event frame - hexdump(len=30): b0 00 3c 00 c0 b6 f9 fb a0 c2 7a da 88 db 4f 23 7a da 88 db 4f 23 80 3e 00 00 02 00 00 00
nl80211: Authenticate event
wlan0: Event AUTH (10) received
wlan0: SME: Authentication response: peer=mac-addr-1 auth_type=0 auth_transaction=2 status_code=0
SME: Authentication response IEs - hexdump(len=0): [NULL]
SME: Association Request IEs - hexdump(len=61): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 7f 0b 04 00 0a 02 01 00 40 40 00 00 20 46 05 71 00 00 00 00 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
wlan0: Trying to associate with mac-addr-1 (SSID='WiFi-SSID-ARCH' freq=5220 MHz)
wlan0: State: AUTHENTICATING -> ASSOCIATING
nl80211: Set wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=0): completed iteration
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Add operating class 115
P2P: Channels - hexdump(len=4): 24 28 2c 30
P2P: Add operating class 116
P2P: Channels - hexdump(len=2): 24 2c
P2P: Add operating class 117
P2P: Channels - hexdump(len=2): 28 30
P2P: Add operating class 124
P2P: Channels - hexdump(len=4): 95 99 9d a1
P2P: Add operating class 125
P2P: Channels - hexdump(len=5): 95 99 9d a1 a5
P2P: Add operating class 126
P2P: Channels - hexdump(len=2): 95 9d
P2P: Add operating class 127
P2P: Channels - hexdump(len=2): 99 a1
P2P: Add operating class 130
P2P: Channels - hexdump(len=9): 24 28 2c 30 95 99 9d a1 a5
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48 116:36,44 117:40,48 124:149,153,157,161 125:149,153,157,161,165 126:149,157 127:153,161 130:36,40,44,48,149,153,157,161,165
P2P: cli_channels:
WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
wlan0: RSN: clearing own RSNXE
nl80211: Associate (ifindex=2)
  * bssid=mac-addr-1
  * freq=5220
  * SSID=WiFi-SSID-ARCH
  * IEs - hexdump(len=61): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 7f 0b 04 00 0a 02 01 00 40 40 00 00 20 46 05 71 00 00 00 00 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
  * WPA Versions 0x2
  * pairwise=0xfac04
  * group=0xfac02
  * akm=0xfac02
  * htcaps - hexdump(len=26): 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  * htcaps_mask - hexdump(len=26): 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  * vhtcaps - hexdump(len=12): 00 00 00 00 00 00 00 00 00 00 00 00
  * vhtcaps_mask - hexdump(len=12): 00 00 00 00 00 00 00 00 00 00 00 00
nl80211: Association request send successfully
nl80211: Event message available
nl80211: Ignored event 38 (NL80211_CMD_ASSOCIATE) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 38 (NL80211_CMD_ASSOCIATE) received for wlan0
nl80211: MLME event 38 (NL80211_CMD_ASSOCIATE) on wlan0(c0:b6:f9:fb:a0:c2) A1=c0:b6:f9:fb:a0:c2 A2=mac-addr-1
nl80211: MLME event frame - hexdump(len=215): 10 00 3c 00 c0 b6 f9 fb a0 c2 7a da 88 db 4f 23 7a da 88 db 4f 23 90 3e 11 15 00 00 01 c0 01 08 8c 12 98 24 b0 48 60 6c 46 05 73 d0 00 00 0c 2d 1a ef 09 03 ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 2c 05 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 0f 02 00 00 00 40 bf 0c b2 59 89 33 fa ff 00 00 fa ff 00 00 c0 05 01 2a 00 fc ff dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 1f 8c fd f0 00 00 01 01 00 00 01 00 00 00 00 00 00 00 00 00 7a da 88 db 4f 23 00 00 00 00 00 00 dd 18 00 50 f2 04 10 4a 00 01 10 10 3b 00 01 03 10 49 00 06 00 37 2a 00 01 20
nl80211: Associate event
nl80211: Associated on 5220 MHz
nl80211: Associated with mac-addr-1
nl80211: Set drv->ssid based on scan res info to 'WiFi-SSID-ARCH'
wlan0: Event ASSOC (0) received
wlan0: Association info event
req_ies - hexdump(len=216): 00 0c 54 50 2d 4c 49 4e 4b 2d 4d 45 53 48 01 08 0c 12 18 24 30 48 60 6c 21 02 00 16 24 4a 24 01 28 01 2c 01 30 01 34 01 38 01 3c 01 40 01 44 01 48 01 4c 01 50 01 54 01 58 01 5c 01 60 01 64 01 68 01 6c 01 70 01 74 01 78 01 7c 01 80 01 84 01 88 01 8c 01 90 01 95 01 99 01 9d 01 a1 01 a5 01 a9 01 ad 01 b1 01 b5 01 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 2d 1a e7 19 17 ff ff 00 00 00 00 00 00 00 00 2c 01 01 00 00 00 00 00 00 00 00 00 00 7f 0b 04 00 0a 02 01 00 40 40 00 00 20 bf 0c f6 51 80 03 fa ff 00 00 fa ff 00 20 46 05 71 00 00 00 00 3b 11 80 51 53 54 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f dd 07 00 50 f2 02 00 01 00
resp_ies - hexdump(len=185): 01 08 8c 12 98 24 b0 48 60 6c 46 05 73 d0 00 00 0c 2d 1a ef 09 03 ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 2c 05 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 08 04 00 0f 02 00 00 00 40 bf 0c b2 59 89 33 fa ff 00 00 fa ff 00 00 c0 05 01 2a 00 fc ff dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 1f 8c fd f0 00 00 01 01 00 00 01 00 00 00 00 00 00 00 00 00 7a da 88 db 4f 23 00 00 00 00 00 00 dd 18 00 50 f2 04 10 4a 00 01 10 10 3b 00 01 03 10 49 00 06 00 37 2a 00 01 20
wlan0: freq=5220 MHz
WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
wlan0: RSN: clearing own RSNXE
wlan0: State: ASSOCIATING -> ASSOCIATED
nl80211: Set wlan0 operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=1): completed iteration
wlan0: freq[0]: 5220, flags=0x1
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Add operating class 115
P2P: Channels - hexdump(len=4): 24 28 2c 30
P2P: Add operating class 116
P2P: Channels - hexdump(len=2): 24 2c
P2P: Add operating class 117
P2P: Channels - hexdump(len=2): 28 30
P2P: Add operating class 124
P2P: Channels - hexdump(len=4): 95 99 9d a1
P2P: Add operating class 125
P2P: Channels - hexdump(len=5): 95 99 9d a1 a5
P2P: Add operating class 126
P2P: Channels - hexdump(len=2): 95 9d
P2P: Add operating class 127
P2P: Channels - hexdump(len=2): 99 a1
P2P: Add operating class 130
P2P: Channels - hexdump(len=9): 24 28 2c 30 95 99 9d a1 a5
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48 116:36,44 117:40,48 124:149,153,157,161 125:149,153,157,161,165 126:149,157 127:153,161 130:36,40,44,48,149,153,157,161,165
P2P: cli_channels:
wlan0: Associated to a new BSS: BSSID=mac-addr-1
wlan0: Associated with mac-addr-1
wlan0: WPA: Association event - clear replay counter
wlan0: WPA: Clear old PTK
TDLS: Remove peers on association
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: SUPP_BE entering state IDLE
wlan0: Setting authentication timeout: 10 sec 0 usec
wlan0: Cancelling scan request
WMM AC: AC mandatory: AC_BE=0 AC_BK=0 AC_VI=0 AC_VO=0
WMM AC: U-APSD queues=0x0
WMM AC: Valid WMM association, WMM AC is enabled
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
RTM_NEWLINK: ifi_index=2 ifname=wlan0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlan0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlan0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlan0 operstate=5 linkmode=1 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
nl80211: Event message available
nl80211: Ignored event 46 (NL80211_CMD_CONNECT) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlan0
nl80211: Ignore connect event (cmd=46) when using userspace SME
nl80211: Event message available
nl80211: BSS Event 129 (NL80211_CMD_CONTROL_PORT_FRAME) received for wlan0
wlan0: Event EAPOL_RX (23) received
wlan0: RX EAPOL from mac-addr-1
RX EAPOL - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
wlan0: Setting authentication timeout: 10 sec 0 usec
wlan0: IEEE 802.1X RX: version=2 type=3 length=95
WPA: RX EAPOL-Key - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
wlan0:   EAPOL-Key type=2
wlan0:   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
wlan0:   key_length=16 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
  key_nonce - hexdump(len=32): 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
wlan0: State: ASSOCIATED -> 4WAY_HANDSHAKE
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=1): completed iteration
wlan0: freq[0]: 5220, flags=0x1
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Add operating class 115
P2P: Channels - hexdump(len=4): 24 28 2c 30
P2P: Add operating class 116
P2P: Channels - hexdump(len=2): 24 2c
P2P: Add operating class 117
P2P: Channels - hexdump(len=2): 28 30
P2P: Add operating class 124
P2P: Channels - hexdump(len=4): 95 99 9d a1
P2P: Add operating class 125
P2P: Channels - hexdump(len=5): 95 99 9d a1 a5
P2P: Add operating class 126
P2P: Channels - hexdump(len=2): 95 9d
P2P: Add operating class 127
P2P: Channels - hexdump(len=2): 99 a1
P2P: Add operating class 130
P2P: Channels - hexdump(len=9): 24 28 2c 30 95 99 9d a1 a5
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48 116:36,44 117:40,48 124:149,153,157,161 125:149,153,157,161,165 126:149,157 127:153,161 130:36,40,44,48,149,153,157,161,165
P2P: cli_channels:
wlan0: WPA: RX message 1 of 4-Way Handshake from mac-addr-1 (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
WPA: Renewed SNonce - hexdump(len=32): 81 24 08 f1 c1 5d 60 17 d5 7d 72 b1 ce 24 4c b8 ef b6 a3 03 b5 a3 23 6a 77 05 d8 8e 28 67 30 f2
WPA: PTK derivation using PRF(SHA1)
WPA: PTK derivation - A1=c0:b6:f9:fb:a0:c2 A2=mac-addr-1
WPA: Nonce1 - hexdump(len=32): 81 24 08 f1 c1 5d 60 17 d5 7d 72 b1 ce 24 4c b8 ef b6 a3 03 b5 a3 23 6a 77 05 d8 8e 28 67 30 f2
WPA: Nonce2 - hexdump(len=32): 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=48): [REMOVED]
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: KEK - hexdump(len=16): [REMOVED]
WPA: TK - hexdump(len=16): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
wlan0: WPA: Sending EAPOL-Key 2/4
WPA: Send EAPOL-Key frame to mac-addr-1 ver=2 mic_len=16 key_mgmt=0x2
WPA: EAPOL-Key MIC using HMAC-SHA1
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: Derived Key MIC - hexdump(len=16): ed 3c e2 9a 0d 1d 65 ef 05 66 70 fe 26 53 9d a1
WPA: TX EAPOL-Key - hexdump(len=121): 01 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 01 81 24 08 f1 c1 5d 60 17 d5 7d 72 b1 ce 24 4c b8 ef b6 a3 03 b5 a3 23 6a 77 05 d8 8e 28 67 30 f2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ed 3c e2 9a 0d 1d 65 ef 05 66 70 fe 26 53 9d a1 00 16 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
nl80211: Send over control port dest=mac-addr-1 proto=0x888e len=121 no_encrypt=1
nl80211: tx_control_port cookie=0x3
nl80211: Event message available
nl80211: Ignored event 139 (NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 139 (NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS) received for wlan0
nl80211: Control port TX status (ack=1), cookie=3
wlan0: Event EAPOL_TX_STATUS (37) received
nl80211: Event message available
nl80211: BSS Event 129 (NL80211_CMD_CONTROL_PORT_FRAME) received for wlan0
wlan0: Event EAPOL_RX (23) received
wlan0: RX EAPOL from mac-addr-1
RX EAPOL - hexdump(len=203): 02 03 00 c7 02 13 ca 00 10 00 00 00 00 00 00 00 02 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a7 ad 12 c0 f5 8f 9a fc af 24 94 ae 4a 1d 2a f4 00 68 9e f2 3e d6 a8 04 02 d4 8d 2c a8 2b 4b 9f 00 f9 87 f9 1a 9f 67 b0 a0 22 5d 3e cd 06 39 2f 28 48 8f 4c 92 7c d2 ed d7 8c af 38 42 06 29 75 bc 07 91 de da f2 05 95 15 d9 f5 9d 1a f8 6d db ed cd de ab 89 69 60 76 21 e9 99 fd 4c a2 f6 16 0d 18 3d 63 7b b0 94 5b 83 99 fc 20 ac 20 4d 2d 0f d3 e6 eb 17 73 a3 55 c2 96
wlan0: IEEE 802.1X RX: version=2 type=3 length=199
WPA: RX EAPOL-Key - hexdump(len=203): 02 03 00 c7 02 13 ca 00 10 00 00 00 00 00 00 00 02 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a7 ad 12 c0 f5 8f 9a fc af 24 94 ae 4a 1d 2a f4 00 68 9e f2 3e d6 a8 04 02 d4 8d 2c a8 2b 4b 9f 00 f9 87 f9 1a 9f 67 b0 a0 22 5d 3e cd 06 39 2f 28 48 8f 4c 92 7c d2 ed d7 8c af 38 42 06 29 75 bc 07 91 de da f2 05 95 15 d9 f5 9d 1a f8 6d db ed cd de ab 89 69 60 76 21 e9 99 fd 4c a2 f6 16 0d 18 3d 63 7b b0 94 5b 83 99 fc 20 ac 20 4d 2d 0f d3 e6 eb 17 73 a3 55 c2 96
wlan0:   EAPOL-Key type=2
wlan0:   key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
wlan0:   key_length=16 key_data_length=104
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
  key_nonce - hexdump(len=32): 37 62 aa 04 60 d0 45 56 3d e8 c5 bf 44 f4 35 68 1d d6 85 f6 31 ca 36 9a f0 cd da 93 58 d2 f3 aa
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): a7 ad 12 c0 f5 8f 9a fc af 24 94 ae 4a 1d 2a f4
WPA: EAPOL-Key MIC using HMAC-SHA1
RSN: encrypted key data - hexdump(len=104): 9e f2 3e d6 a8 04 02 d4 8d 2c a8 2b 4b 9f 00 f9 87 f9 1a 9f 67 b0 a0 22 5d 3e cd 06 39 2f 28 48 8f 4c 92 7c d2 ed d7 8c af 38 42 06 29 75 bc 07 91 de da f2 05 95 15 d9 f5 9d 1a f8 6d db ed cd de ab 89 69 60 76 21 e9 99 fd 4c a2 f6 16 0d 18 3d 63 7b b0 94 5b 83 99 fc 20 ac 20 4d 2d 0f d3 e6 eb 17 73 a3 55 c2 96
WPA: Decrypt Key Data using AES-UNWRAP (KEK length 16)
WPA: decrypted EAPOL-Key key data - hexdump(len=96): [REMOVED]
wlan0: State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
wlan0: WPA: RX message 3 of 4-Way Handshake from mac-addr-1 (ver=2)
WPA: IE KeyData - hexdump(len=96): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 00 00 dd 1a 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 dd 26 00 0f ac 01 01 00 f8 1b 39 3e 4f 1c 2b ba 17 1a 01 7f 2f 4c 95 5d d0 0e f1 21 6d de 02 fe f3 e4 ac 28 59 67 1d e3 dd 00
WPA: RSN IE in EAPOL-Key - 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 00 00
WPA: WPA IE in EAPOL-Key - hexdump(len=28): dd 1a 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
WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
wlan0: WPA: Sending EAPOL-Key 4/4
WPA: Send EAPOL-Key frame to mac-addr-1 ver=2 mic_len=16 key_mgmt=0x2
WPA: EAPOL-Key MIC using HMAC-SHA1
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: Derived Key MIC - hexdump(len=16): a6 49 6b c6 3b 85 a6 d7 f1 90 68 a3 8e 43 78 0e
WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a6 49 6b c6 3b 85 a6 d7 f1 90 68 a3 8e 43 78 0e 00 00
nl80211: Send over control port dest=mac-addr-1 proto=0x888e len=99 no_encrypt=1
nl80211: tx_control_port cookie=0x4
wlan0: WPA: Installing PTK to the driver
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=3 addr=0x55c0a4a772d0 key_idx=0 set_tx=1 seq_len=6 key_len=16 key_flag=0x2c
nl80211: NEW_KEY
nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
nl80211: KEY_SEQ - hexdump(len=6): 00 00 00 00 00 00
   addr=mac-addr-1
   pairwise key
EAPOL: External notification - portValid=1
wlan0: State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=1): completed iteration
wlan0: freq[0]: 5220, flags=0x1
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Add operating class 115
P2P: Channels - hexdump(len=4): 24 28 2c 30
P2P: Add operating class 116
P2P: Channels - hexdump(len=2): 24 2c
P2P: Add operating class 117
P2P: Channels - hexdump(len=2): 28 30
P2P: Add operating class 124
P2P: Channels - hexdump(len=4): 95 99 9d a1
P2P: Add operating class 125
P2P: Channels - hexdump(len=5): 95 99 9d a1 a5
P2P: Add operating class 126
P2P: Channels - hexdump(len=2): 95 9d
P2P: Add operating class 127
P2P: Channels - hexdump(len=2): 99 a1
P2P: Add operating class 130
P2P: Channels - hexdump(len=9): 24 28 2c 30 95 99 9d a1 a5
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48 116:36,44 117:40,48 124:149,153,157,161 125:149,153,157,161,165 126:149,157 127:153,161 130:36,40,44,48,149,153,157,161,165
P2P: cli_channels:
RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
WPA: Group Key - hexdump(len=32): [REMOVED]
wlan0: WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32)
WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
wpa_driver_nl80211_set_key: ifindex=2 (wlan0) alg=2 addr=0x55c0a29bed82 key_idx=1 set_tx=0 seq_len=6 key_len=32 key_flag=0x14
nl80211: NEW_KEY
nl80211: KEY_DATA - hexdump(len=32): [REMOVED]
nl80211: KEY_SEQ - hexdump(len=6): 00 00 00 00 00 00
   broadcast key
wlan0: WPA: Key negotiation completed with mac-addr-1 [PTK=CCMP GTK=TKIP]
wlan0: Cancelling authentication timeout
wlan0: State: GROUP_HANDSHAKE -> COMPLETED
wlan0: Radio work 'sme-connect'@0x55c0a4ab95d0 done in 0.398927 seconds
wlan0: radio_work_free('sme-connect'@0x55c0a4ab95d0): num_active_works --> 0
wlan0: CTRL-EVENT-CONNECTED - Connection to mac-addr-1 completed [id=0 id_str=]
nl80211: Set wlan0 operstate 0->1 (UP)
netlink: Operstate: ifindex=2 linkmode=-1 (no change), operstate=6 (IF_OPER_UP)
wlan0: Determining shared radio frequencies (max len 2)
wlan0: Shared frequencies (len=1): completed iteration
wlan0: freq[0]: 5220, flags=0x1
P2P: Add operating class 81
P2P: Channels - hexdump(len=13): 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
P2P: Add operating class 115
P2P: Channels - hexdump(len=4): 24 28 2c 30
P2P: Add operating class 116
P2P: Channels - hexdump(len=2): 24 2c
P2P: Add operating class 117
P2P: Channels - hexdump(len=2): 28 30
P2P: Add operating class 124
P2P: Channels - hexdump(len=4): 95 99 9d a1
P2P: Add operating class 125
P2P: Channels - hexdump(len=5): 95 99 9d a1 a5
P2P: Add operating class 126
P2P: Channels - hexdump(len=2): 95 9d
P2P: Add operating class 127
P2P: Channels - hexdump(len=2): 99 a1
P2P: Add operating class 130
P2P: Channels - hexdump(len=9): 24 28 2c 30 95 99 9d a1 a5
P2P: Update channel list
P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 115:36,40,44,48 116:36,44 117:40,48 124:149,153,157,161 125:149,153,157,161,165 126:149,157 127:153,161 130:36,40,44,48,149,153,157,161,165
P2P: cli_channels:
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: Supplicant port status: Authorized
nl80211: Set supplicant port authorized for mac-addr-1
EAPOL: SUPP_BE entering state IDLE
EAPOL authentication completed - result=SUCCESS
nl80211: Set rekey offload
RTM_NEWLINK: ifi_index=2 ifname=wlan0 operstate=6 linkmode=1 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK: ifi_index=2 ifname=wlan0 operstate=6 linkmode=1 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
nl80211: Event message available
nl80211: Ignored event 139 (NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS) for foreign interface (ifindex 2 wdev 0x0)
nl80211: Drv Event 139 (NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS) received for wlan0
nl80211: Control port TX status (ack=1), cookie=4
wlan0: Event EAPOL_TX_STATUS (37) received
EAPOL: startWhen --> 0
EAPOL: disable timer tick
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum