This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1801MOD: disconnects and does not reconnect immediately to APs which have the same SSID but different frequency (2.4GHz or 5GHz) and BSSID

Part Number: WL1801MOD
Other Parts Discussed in Thread: WL1801, , WL1837MOD

Hi there,

I have the following issue:

I am connecting to the corporate network which has APs of both 2.4GHz and 5GHz. When I am connecting to an AP is working fine for a while, but after some time I am disconnected. I can reconnect again automatically after a long period of time, like half a day.

The hardware used is a Compulab IOT gateway IOT-GATE-iMX7, www.compulab.com/.../, which uses the TI WiLink 8 WL1801 module for the wifi connection.

A custom made Linux system is used, build with Yocto, which has the following characteristics:

* Linux kernel version: 4.19.35
* Kernel module for wifi: wl18xx

# modinfo wl18xx
filename:       /lib/modules/4.19.35+ge4452f4458e4/kernel/drivers/net/wireless/ti/wl18xx/wl18xx.ko
firmware:       ti-connectivity/wl18xx-fw-4.bin
author:         Luciano Coelho <coelho@ti.com>
license:        GPL v2
srcversion:     533BB7E5866E52F63B9ACCB
alias:          platform:wl18xx
depends:        
intree:         Y
name:           wl18xx
vermagic:       4.19.35+ge4452f4458e4 SMP preempt mod_unload modversions ARMv6 p2v8
parm:           ht_mode:Force HT mode: wide or siso20 (charp)
parm:           board_type:Board type: fpga, hdk (default), evb, com8 or dvp (charp)
parm:           checksum:Enable TCP checksum: boolean (defaults to false) (bool)
parm:           dc2dc:External DC2DC: u8 (defaults to 0) (int)
parm:           n_antennas_2:Number of installed 2.4GHz antennas: 1 (default) or 2 (int)
parm:           n_antennas_5:Number of installed 5GHz antennas: 1 (default) or 2 (int)
parm:           low_band_component:Low band component: u8 (default is 0x01) (int)
parm:           low_band_component_type:Low band component type: u8 (default is 0x05 or 0x06 depending on the board_type) (int)
parm:           high_band_component:High band component: u8, (default is 0x01) (int)
parm:           high_band_component_type:High band component type: u8 (default is 0x09) (int)
parm:           pwr_limit_reference_11_abg:Power limit reference: u8 (default is 0xc8) (int)
parm:           num_rx_desc:int
parm:           num_rx_desc_param:Number of Rx descriptors: u8 (default is 32)

* Wifi firmware version:

# strings  /lib/firmware/ti-connectivity/wl18xx-fw-4.bin | grep Rev
FRev 8.9.0.0.79
FRev 8.2.0.0.242

* Supplicant: wpa_supplicant v2.9

* Network manager: Connman v1.37

I did some testing by enabling the debugging of the WL18xx driver as described here, processors.wiki.ti.com/.../WL18xx_Driver_Debug and enabled debugging to wpa_supplicant. The changes I made are the following:
* `echo 883518 > /sys/module/wlcore/parameters/debug_level`
* `/usr/sbin/wpa_supplicant -u -d`

The configuration of the AP with SSID `purpleline` with BSSID `58:0a:20:5b:ec:ca` and frequency 5560 as it is in Connman is the following

# cat /var/lib/connman/wifi_304511e7f479_707572706c656c696e65_managed_psk/settings
[wifi_304511e7f479_707572706c656c696e65_managed_psk]
Name=purpleline
SSID=707572706c656c696e65
Frequency=5560
Favorite=true
AutoConnect=true
Modified=2019-11-25T11:19:49.091126Z
Passphrase=<PASSWORD>
IPv4.method=dhcp
IPv4.DHCP.LastAddress=10.163.183.9
IPv6.method=auto
IPv6.privacy=disabled

Next following the output when the AP is disconnected and could not reconnect
disconnectsToAP-driver-wpa_supplicant.log

I was keep getting the following or similar periodically. It is worth noting that APs with the same SSID, `purpleline` can be found but with different frequency, but they are not connected.

messagesWhileAPDisconnected-driver-wpa_supplicant.log
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Setting scan request: 0.000000 sec
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Starting AP scan for wildcard SSID
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Add radio work 'scan'@0x1ae4cd0
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: First radio work item in the queue - schedule start immediately
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: nl80211: Drv Event 78 (NL80211_CMD_SCHED_SCAN_STOPPED) received for wlansta0
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: Sched scan stopped
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Event SCHED_SCAN_STOPPED (35) received
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Starting radio work 'scan'@0x1ae4cd0 after 0.000165 second wait
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: scan request
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: wl1271_op_sched_scan_stop
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: cmd periodic scan stop
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: EVENT on mbox 1
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: MBOX vector: 0x10000
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: PERIODIC_SCAN_COMPLETE_EVENT (status 0x1)
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: mac80211 hw scan
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: n_pactive_ch = 1
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2467, ch. 12, flags 0x112, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: n_pactive_ch = 2
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2472, ch. 13, flags 0x112, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: n_pactive_ch = 3
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2484, ch. 14, flags 0x1f2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2412, ch. 1, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2417, ch. 2, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2422, ch. 3, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2427, ch. 4, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2432, ch. 5, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2437, ch. 6, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2442, ch. 7, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2447, ch. 8, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2452, ch. 9, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2457, ch. 10, flags 0x190, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: freq 2462, ch. 11, flags 0x190, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore:     2.4GHz: active 11 passive 3
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore:     5GHz: active 0 passive 0
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore:     DFS: 0
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: build probe request band 0
Nov 26 07:21:45 bumblebee-259793 kernel: wlcore: cmd template_set 2 (role 0)
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.018746] wlcore: wl1271_op_sched_scan_stop
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: Scan requested (ret=0) - scan timeout 30 seconds
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlansta0
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: Scan trigger
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Event SCAN_STARTED (47) received
Nov 26 07:21:45 bumblebee-259793 wpa_supplicant[546]: wlansta0: Own scan request started a scan in 0.000141 seconds
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.018897] wlcore: cmd periodic scan stop
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.019371] wlcore: EVENT on mbox 1
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.019438] wlcore: MBOX vector: 0x10000
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.019445] wlcore: PERIODIC_SCAN_COMPLETE_EVENT (status 0x1)
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022250] wlcore: mac80211 hw scan
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022284] wlcore: n_pactive_ch = 1
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022297] wlcore: freq 2467, ch. 12, flags 0x112, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022302] wlcore: n_pactive_ch = 2
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022311] wlcore: freq 2472, ch. 13, flags 0x112, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022316] wlcore: n_pactive_ch = 3
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022324] wlcore: freq 2484, ch. 14, flags 0x1f2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022333] wlcore: freq 2412, ch. 1, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022342] wlcore: freq 2417, ch. 2, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022350] wlcore: freq 2422, ch. 3, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022358] wlcore: freq 2427, ch. 4, flags 0x1a0, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022367] wlcore: freq 2432, ch. 5, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022375] wlcore: freq 2437, ch. 6, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022383] wlcore: freq 2442, ch. 7, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022392] wlcore: freq 2447, ch. 8, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022400] wlcore: freq 2452, ch. 9, flags 0x180, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022408] wlcore: freq 2457, ch. 10, flags 0x190, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022417] wlcore: freq 2462, ch. 11, flags 0x190, power 20, min/max_dwell 25/50
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022425] wlcore:     2.4GHz: active 11 passive 3
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022431] wlcore:     5GHz: active 0 passive 0
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022435] wlcore:     DFS: 0
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022442] wlcore: build probe request band 0
Nov 26 07:21:45 bumblebee-259793 kernel[512]: [52056.022453] wlcore: cmd template_set 2 (role 0)
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: EVENT on mbox 0
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: MBOX vector: 0x100
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: scan results: 41
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: Scanning complete
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: cmd reg domain config
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: cmd reg domain bitmap1: 0x10403fff, bitmap2: 0x00008e12
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: mac80211 hw scan
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: EVENT on mbox 1
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: MBOX vector: 0x80000
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5190, ch. 38, flags 0x22, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5200, ch. 40, flags 0x2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5210, ch. 42, flags 0x2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5220, ch. 44, flags 0x2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5230, ch. 46, flags 0x12, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5745, ch. 149, flags 0x122, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5765, ch. 153, flags 0x102, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5785, ch. 157, flags 0x102, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5825, ch. 165, flags 0x112, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5260, ch. 52, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5280, ch. 56, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5300, ch. 60, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5320, ch. 64, flags 0x1a, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5500, ch. 100, flags 0x2a, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5520, ch. 104, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5540, ch. 108, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5560, ch. 112, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5580, ch. 116, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5600, ch. 120, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5620, ch. 124, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5640, ch. 128, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5660, ch. 132, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5680, ch. 136, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5700, ch. 140, flags 0x1a, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5180, ch. 36, flags 0x20, power 20, min/max_dwell 25/50
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5240, ch. 48, flags 0x0, power 20, min/max_dwell 25/50
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: freq 5805, ch. 161, flags 0x100, power 20, min/max_dwell 25/50
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore:     2.4GHz: active 0 passive 0
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore:     5GHz: active 3 passive 9
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore:     DFS: 15
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: build probe request band 1
Nov 26 07:21:46 bumblebee-259793 kernel: wlcore: cmd template_set 3 (role 0)
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.245985] wlcore: EVENT on mbox 0
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.246051] wlcore: MBOX vector: 0x100
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.246058] wlcore: scan results: 41
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.246085] wlcore: Scanning complete
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.246193] wlcore: cmd reg domain config
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.246208] wlcore: cmd reg domain bitmap1: 0x10403fff, bitmap2: 0x00008e12
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247269] wlcore: mac80211 hw scan
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247340] wlcore: EVENT on mbox 1
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247405] wlcore: MBOX vector: 0x80000
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247562] wlcore: freq 5190, ch. 38, flags 0x22, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247573] wlcore: freq 5200, ch. 40, flags 0x2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247583] wlcore: freq 5210, ch. 42, flags 0x2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247591] wlcore: freq 5220, ch. 44, flags 0x2, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247600] wlcore: freq 5230, ch. 46, flags 0x12, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247609] wlcore: freq 5745, ch. 149, flags 0x122, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247618] wlcore: freq 5765, ch. 153, flags 0x102, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247627] wlcore: freq 5785, ch. 157, flags 0x102, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247635] wlcore: freq 5825, ch. 165, flags 0x112, power 20, min/max_dwell 25/50, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247645] wlcore: freq 5260, ch. 52, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247654] wlcore: freq 5280, ch. 56, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247668] wlcore: freq 5300, ch. 60, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247677] wlcore: freq 5320, ch. 64, flags 0x1a, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247686] wlcore: freq 5500, ch. 100, flags 0x2a, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247694] wlcore: freq 5520, ch. 104, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247703] wlcore: freq 5540, ch. 108, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247711] wlcore: freq 5560, ch. 112, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247720] wlcore: freq 5580, ch. 116, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247728] wlcore: freq 5600, ch. 120, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247736] wlcore: freq 5620, ch. 124, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247745] wlcore: freq 5640, ch. 128, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247753] wlcore: freq 5660, ch. 132, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247761] wlcore: freq 5680, ch. 136, flags 0xa, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247770] wlcore: freq 5700, ch. 140, flags 0x1a, power 20, min/max_dwell 25/50, DFS, NO-IR
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247779] wlcore: freq 5180, ch. 36, flags 0x20, power 20, min/max_dwell 25/50
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247788] wlcore: freq 5240, ch. 48, flags 0x0, power 20, min/max_dwell 25/50
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247797] wlcore: freq 5805, ch. 161, flags 0x100, power 20, min/max_dwell 25/50
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247803] wlcore:     2.4GHz: active 0 passive 0
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247808] wlcore:     5GHz: active 3 passive 9
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247812] wlcore:     DFS: 15
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247819] wlcore: build probe request band 1
Nov 26 07:21:46 bumblebee-259793 kernel[512]: [52057.247830] wlcore: cmd template_set 3 (role 0)
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: RTM_NEWLINK: ifi_index=5 ifname=wlansta0 wext ifi_family=0 ifi_flags=0x9003 ([UP])
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlansta0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: New scan results available
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Scan probed for SSID ''
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484 5180 5190 5200 5210 5220 5230 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5745 5765 5785 5805 5825
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: Event SCAN_RESULTS (3) received
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: Scan completed in 7.744580 seconds
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Received scan results (64 BSSes)
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Start scan result update 1045
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6605 BSSID e0:d1:73:03:d9:be SSID 'jci-data' freq 5700
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6605'
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: EVENT on mbox 0
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: MBOX vector: 0x100
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: scan results: 126
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: Scanning complete
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: cmd reg domain config
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: cmd reg domain bitmap1: 0x104007ff, bitmap2: 0x00008e12
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: EVENT on mbox 1
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: MBOX vector: 0x80000
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.768495] wlcore: EVENT on mbox 0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6606 BSSID e8:65:49:22:af:3f SSID 'nyquist-data-n' freq 5560
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6606'
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.768564] wlcore: MBOX vector: 0x100
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6452 BSSID 1c:1d:86:e8:ce:b5 SSID 'purpleline' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6452'
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.768570] wlcore: scan results: 126
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6593 BSSID 20:3a:07:6f:e9:55 SSID 'purpleline' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6593'
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6402 BSSID 20:3a:07:6f:e9:51 SSID 'jci-data' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6402'
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.768599] wlcore: Scanning complete
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 4803 BSSID e8:65:49:22:af:36 SSID 'nyquist-dev' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/4803'
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 5278 BSSID e8:65:49:22:af:3c SSID 'nyquist-corp' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/5278'
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.768714] wlcore: cmd reg domain config
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6581 BSSID 20:3a:07:6f:51:f2 SSID 'JCI-Personal-Device' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6581'
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6540 BSSID 84:d4:7e:e6:d5:a1 SSID 'InternalSystems' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6540'
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6589 BSSID 48:4a:e9:9b:5b:e0 SSID '' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6589'
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.768727] wlcore: cmd reg domain bitmap1: 0x104007ff, bitmap2: 0x00008e12
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6601 BSSID e0:d1:73:03:d9:bf SSID 'guestnet' due to no match in scan
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6601'
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: BSS: last_scan_res_used=64/128
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: New scan results available (own=1 ext=0)
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[0] c0:4a:00:9a:00:b1 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[1] 32:45:11:e7:f4:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[2] f2:45:da:39:9c:31 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[3] 7a:04:73:0e:54:10 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[4] 7a:04:73:1c:31:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[5] b8:27:eb:c2:45:52 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[6] c0:4a:00:9a:00:b3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[7] dc:4a:3e:9e:ff:fa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[8] 7a:04:73:0e:54:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: WPS: AP[9] 52:33:8b:63:57:f3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: wl1271_op_sched_scan_start
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: cmd sched_scan scan config
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: cmd sched scan ssid list
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2412, ch. 1, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2417, ch. 2, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2422, ch. 3, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2427, ch. 4, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2432, ch. 5, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2437, ch. 6, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2442, ch. 7, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2447, ch. 8, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2452, ch. 9, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2457, ch. 10, flags 0x190, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2462, ch. 11, flags 0x190, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2467, ch. 12, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2472, ch. 13, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 2484, ch. 14, flags 0x1f2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5180, ch. 36, flags 0x20, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5190, ch. 38, flags 0x22, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5200, ch. 40, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5210, ch. 42, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5220, ch. 44, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5230, ch. 46, flags 0x12, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5240, ch. 48, flags 0x0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5745, ch. 149, flags 0x122, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5765, ch. 153, flags 0x102, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5785, ch. 157, flags 0x102, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5805, ch. 161, flags 0x100, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5825, ch. 165, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5260, ch. 52, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5280, ch. 56, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5300, ch. 60, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5320, ch. 64, flags 0x1a, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5500, ch. 100, flags 0x2a, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5520, ch. 104, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5540, ch. 108, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5560, ch. 112, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5580, ch. 116, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5600, ch. 120, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5620, ch. 124, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5640, ch. 128, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5660, ch. 132, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5680, ch. 136, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: freq 5700, ch. 140, flags 0x1a, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore:     2.4GHz: active 0 passive 14
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore:     5GHz: active 0 passive 12
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore:     DFS: 15
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: short_interval: 10000, long_interval: 30000, num_short: 13
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: build probe request band 1
Nov 26 07:21:52 bumblebee-259793 kernel: wlcore: cmd template_set 20 (role 0)
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.769412] wlcore: EVENT on mbox 1
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: Radio work 'scan'@0x1ae4cd0 done in 7.774149 seconds
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: radio_work_free('scan'@0x1ae4cd0): num_active_works --> 0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: No suitable network found
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: Beginning of SSID list
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: Starting sched scan after 0 seconds (no timeout)
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: sched_scan request
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Passive scan requested
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Sched scan requested (ret=0)
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.769493] wlcore: MBOX vector: 0x80000
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796456] wlcore: wl1271_op_sched_scan_start
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796469] wlcore: cmd sched_scan scan config
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796473] wlcore: cmd sched scan ssid list
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796494] wlcore: freq 2412, ch. 1, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796500] wlcore: freq 2417, ch. 2, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796506] wlcore: freq 2422, ch. 3, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796512] wlcore: freq 2427, ch. 4, flags 0x1a0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796517] wlcore: freq 2432, ch. 5, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796523] wlcore: freq 2437, ch. 6, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796529] wlcore: freq 2442, ch. 7, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796534] wlcore: freq 2447, ch. 8, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796540] wlcore: freq 2452, ch. 9, flags 0x180, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796546] wlcore: freq 2457, ch. 10, flags 0x190, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796552] wlcore: freq 2462, ch. 11, flags 0x190, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796558] wlcore: freq 2467, ch. 12, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796563] wlcore: freq 2472, ch. 13, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796569] wlcore: freq 2484, ch. 14, flags 0x1f2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796576] wlcore: freq 5180, ch. 36, flags 0x20, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796582] wlcore: freq 5190, ch. 38, flags 0x22, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796587] wlcore: freq 5200, ch. 40, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796593] wlcore: freq 5210, ch. 42, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796598] wlcore: freq 5220, ch. 44, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796604] wlcore: freq 5230, ch. 46, flags 0x12, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796609] wlcore: freq 5240, ch. 48, flags 0x0, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796615] wlcore: freq 5745, ch. 149, flags 0x122, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796621] wlcore: freq 5765, ch. 153, flags 0x102, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796627] wlcore: freq 5785, ch. 157, flags 0x102, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796633] wlcore: freq 5805, ch. 161, flags 0x100, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796638] wlcore: freq 5825, ch. 165, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796645] wlcore: freq 5260, ch. 52, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796651] wlcore: freq 5280, ch. 56, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796657] wlcore: freq 5300, ch. 60, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796662] wlcore: freq 5320, ch. 64, flags 0x1a, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.796668] wlcore: freq 5500, ch. 100, flags 0x2a, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797896] wlcore: freq 5520, ch. 104, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797902] wlcore: freq 5540, ch. 108, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797907] wlcore: freq 5560, ch. 112, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797913] wlcore: freq 5580, ch. 116, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797918] wlcore: freq 5600, ch. 120, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797924] wlcore: freq 5620, ch. 124, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797929] wlcore: freq 5640, ch. 128, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797935] wlcore: freq 5660, ch. 132, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797941] wlcore: freq 5680, ch. 136, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797947] wlcore: freq 5700, ch. 140, flags 0x1a, power 20, min/max_dwell 8/30, DFS, NO-IR
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797954] wlcore:     2.4GHz: active 0 passive 14
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797958] wlcore:     5GHz: active 0 passive 12
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797960] wlcore:     DFS: 15
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797967] wlcore: short_interval: 10000, long_interval: 30000, num_short: 13
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797971] wlcore: build probe request band 1
Nov 26 07:21:52 bumblebee-259793 kernel[512]: [52063.797981] wlcore: cmd template_set 20 (role 0)
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: nl80211: Drv Event 75 (NL80211_CMD_START_SCHED_SCAN) received for wlansta0
Nov 26 07:21:52 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: Sched scan started
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: nl80211: Drv Event 77 (NL80211_CMD_SCHED_SCAN_RESULTS) received for wlansta0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: nl80211: New sched scan results available
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: Event SCAN_RESULTS (3) received
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: nl80211: Received scan results (61 BSSes)
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Start scan result update 1046
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6607 BSSID 1c:1d:86:e8:ce:b5 SSID 'purpleline' freq 2412
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6607'
Nov 26 07:22:02 bumblebee-259793 kernel: wlcore: EVENT on mbox 0
Nov 26 07:22:02 bumblebee-259793 kernel: wlcore: MBOX vector: 0x100000
Nov 26 07:22:02 bumblebee-259793 kernel: wlcore: PERIODIC_SCAN_REPORT_EVENT (results 8)
Nov 26 07:22:02 bumblebee-259793 kernel: wlcore: got periodic scan results
Nov 26 07:22:02 bumblebee-259793 kernel[512]: [52073.270621] wlcore: EVENT on mbox 0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6608 BSSID 20:3a:07:6f:e9:51 SSID 'jci-data' freq 2462
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6608'
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6609 BSSID 20:3a:07:6f:e9:52 SSID 'JCI-Personal-Device' freq 2462
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6609'
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6610 BSSID e0:d1:73:03:d9:bd SSID 'JCI-Personal-Device' freq 5700
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6610'
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6611 BSSID 84:d4:7e:e6:d5:a1 SSID 'InternalSystems' freq 2462
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6611'
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: BSS: last_scan_res_used=61/128
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: New scan results available (own=0 ext=0)
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[0] c0:4a:00:9a:00:b1 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[1] 32:45:11:e7:f4:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[2] f2:45:da:39:9c:31 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[3] 7a:04:73:0e:54:10 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[4] 7a:04:73:1c:31:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[5] b8:27:eb:c2:45:52 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[6] c0:4a:00:9a:00:b3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[7] dc:4a:3e:9e:ff:fa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[8] 7a:04:73:0e:54:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[9] 52:33:8b:63:57:f3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: No suitable network found
Nov 26 07:22:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: Already sched scanning
...
Nov 26 07:25:32 bumblebee-259793 kernel: wlcore: EVENT on mbox 1
Nov 26 07:25:32 bumblebee-259793 kernel: wlcore: MBOX vector: 0x100000
Nov 26 07:25:32 bumblebee-259793 kernel: wlcore: PERIODIC_SCAN_REPORT_EVENT (results 8)
Nov 26 07:25:32 bumblebee-259793 kernel: wlcore: got periodic scan results
Nov 26 07:25:32 bumblebee-259793 kernel[512]: [52283.129034] wlcore: EVENT on mbox 1
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6644 BSSID 20:3a:07:6f:51:f5 SSID 'purpleline' freq 2462
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6644'
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6645 BSSID e0:d1:73:03:d9:be SSID 'jci-data' freq 5700
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6645'
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6563 BSSID 7a:8a:20:b7:94:37 SSID '' due to no match in scan
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6563'
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6596 BSSID 20:3a:07:6f:51:f1 SSID 'jci-data' due to no match in scan
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6596'
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6639 BSSID e0:d1:73:03:d9:ba SSID 'purpleline' due to no match in scan
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6639'
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6640 BSSID 48:4a:e9:9b:5b:e0 SSID '' due to no match in scan
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6640'
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: BSS: last_scan_res_used=62/128
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: New scan results available (own=0 ext=0)
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[0] c0:4a:00:9a:00:b1 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[1] 32:45:11:e7:f4:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[2] f2:45:da:39:9c:31 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[3] 7a:04:73:0e:54:10 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[4] 7a:04:73:1c:31:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[5] b8:27:eb:c2:45:52 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[6] c0:4a:00:9a:00:b3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[7] dc:4a:3e:9e:ff:fa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[8] 7a:04:73:0e:54:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: WPS: AP[9] 52:33:8b:63:57:f3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: No suitable network found
Nov 26 07:25:32 bumblebee-259793 wpa_supplicant[546]: wlansta0: Already sched scanning
Nov 26 07:25:32 bumblebee-259793 kernel[512]: [52283.129101] wlcore: MBOX vector: 0x100000
Nov 26 07:25:32 bumblebee-259793 kernel[512]: [52283.129107] wlcore: PERIODIC_SCAN_REPORT_EVENT (results 8)
Nov 26 07:25:32 bumblebee-259793 kernel[512]: [52283.129112] wlcore: got periodic scan results
Nov 26 07:26:02 bumblebee-259793 kernel: wlcore: EVENT on mbox 0
Nov 26 07:26:02 bumblebee-259793 kernel: wlcore: MBOX vector: 0x100000
Nov 26 07:26:02 bumblebee-259793 kernel: wlcore: PERIODIC_SCAN_REPORT_EVENT (results 8)
Nov 26 07:26:02 bumblebee-259793 kernel: wlcore: got periodic scan results
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: nl80211: Received scan results (53 BSSes)
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Start scan result update 1062
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Add new id 6646 BSSID 7a:8a:20:b7:94:37 SSID '' freq 2437
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6646'
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6622 BSSID 1c:1d:86:e8:ce:b2 SSID 'JCI-Personal-Device' due to no match in scan
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6622'
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6610 BSSID e0:d1:73:03:d9:bd SSID 'JCI-Personal-Device' due to no match in scan
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6610'
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6642 BSSID 88:75:56:c6:5b:ce SSID 'jci-data' due to no match in scan
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6642'
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: BSS: Remove id 6619 BSSID 20:3a:07:6f:51:f2 SSID 'JCI-Personal-Device' due to no match in scan
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/6619'
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: BSS: last_scan_res_used=53/128
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: New scan results available (own=0 ext=0)
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[0] c0:4a:00:9a:00:b1 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[1] 32:45:11:e7:f4:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[2] f2:45:da:39:9c:31 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[3] 7a:04:73:0e:54:10 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[4] 7a:04:73:1c:31:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[5] b8:27:eb:c2:45:52 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[6] c0:4a:00:9a:00:b3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[7] dc:4a:3e:9e:ff:fa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[8] 7a:04:73:0e:54:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: WPS: AP[9] 52:33:8b:63:57:f3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: No suitable network found
Nov 26 07:26:02 bumblebee-259793 wpa_supplicant[546]: wlansta0: Already sched scanning

The connection is happening after a long time. It is worth noting that it is connected to an AP with SSID `purpleline`, BSSID `58:0a:20:5b:ec:ca` and frequency 5560 as it was when it was connected initially.

connectAP-driver-wpa_supplicant.log

I did some testing with a 2.4GHz router that I have and I could change the channel to check the behavior. I could see that I could connect normally even with the changes on the frequency.

So, I would like to ask
1. Is this a normal behavior? Should it be normal to connect to an AP with the same SSID regardless of the frequency and the BSSID?
2. In order to have the above behavior does it need to configure the driver and/or the wpa_supplicant?

Let me know if you need more information.

Kind regards,

Stavros

  • Hi Stavros

    Connection is AP is handled by the supplicant. It decides when to connect and what AP to connect to . Yes, device can connect to another AP with same SSID. FYI: WL1801MOD is 2.4 GHz only device. You should not be using this on 5 GHz band . 

    Thanks

    Saurabh

  • Hi Saurabh,

    Thank you for your prompt reply.

    Just to clarify of what you said about not using it on the 5GHz band. Although WL1801MOD is a 2.4GHz device, I can see in the scans of the driver results from 5GHz like the following

    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: mac80211 hw scan
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: EVENT on mbox 0
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: MBOX vector: 0x80000
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5190, ch. 38, flags 0x22, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5200, ch. 40, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5210, ch. 42, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5220, ch. 44, flags 0x2, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5230, ch. 46, flags 0x12, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5745, ch. 149, flags 0x122, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5765, ch. 153, flags 0x102, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5785, ch. 157, flags 0x102, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5825, ch. 165, flags 0x112, power 20, min/max_dwell 8/30, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5260, ch. 52, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5280, ch. 56, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5300, ch. 60, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5320, ch. 64, flags 0x1a, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5500, ch. 100, flags 0x2a, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5520, ch. 104, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5540, ch. 108, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5560, ch. 112, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5580, ch. 116, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5600, ch. 120, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5620, ch. 124, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5640, ch. 128, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5660, ch. 132, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5680, ch. 136, flags 0xa, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5700, ch. 140, flags 0x1a, power 20, min/max_dwell 8/30, DFS, NO-IR
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5180, ch. 36, flags 0x20, power 20, min/max_dwell 8/30
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5240, ch. 48, flags 0x0, power 20, min/max_dwell 8/30
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: freq 5805, ch. 161, flags 0x100, power 20, min/max_dwell 8/30
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore:     2.4GHz: active 0 passive 0
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore:     5GHz: active 3 passive 9
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore:     DFS: 15
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: build probe request band 1
    Nov 27 10:13:30 bumblebee-25976f kernel: wlcore: cmd template_set 3 (role 0)
    

    and also I could connect to an AP in the 5GHz band.

    I am saying the above because I am not familiar with WiFi chipsets, is this a normal behaviour for a 2.5GHz chipset to scan and connect to a 5GHz AP?  Can I disable somehow from the driver or/and wpa_supplicant to have results from 5GHz band?

    Thanks again.

    Stavros

  • Hi Stavros,

    WL18xxMOD/s are paper spins. WL1801MOD was tested and certified only on 2.4 GHz band. You can disable 5 GHz band by running configure-device.sh and selecting parameters as follows. Select 1835 ( instead of 1831 ) since it picks the right INI file 

    root@am335x-evm:/usr/sbin/wlconf# ./configure-device.sh

    Please provide the following information.

    Are you using a TI module? [y/n] : y
    What is the chip flavor? [1801/1805/1807/1831/1835/1837 or 0 for unknown] : 1835
    Should certification Class 2 Permissive Change (C2PC) due to higher antenna gain (max 3.2dBm) be applied? [y/n] : y
    How many 2.4GHz antennas are fitted? [1/2] : 1
    Should SISO40 support be applied? [y/n] : <you decide>

    Thanks

    Saurabh

  • Hi Saurabh,

    Thank you for your reply. It appears that I made a mistake regarding the chipset, it is the WL1837MOD that's on the board.

    I will mark this issue as resolved and create another one for the WL1837MOD chipset.

    Thanks again.

    Stavros