========================================== while roaming i see the disconnect and reconnect happens immediatly.Roaming is happening between 2.4GHZ to 5GHZ and vice versa. a. Whether the disconnect happening in the roaming is expected? it immediatly reassociate. b. However when you issue the wpa_cli -iwlan0 disconnect. i see the device is trying to associate taking more time. ============================================ root@s40-bigbend-v1:~# cd /lcc/data/logs/debug/ root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 status bssid=50:e4:e0:c4:f8:b3 freq=5805 ssid=THERMOS id=0 mode=station wifi_generation=4 pairwise_cipher=CCMP group_cipher=CCMP key_mgmt=SAE pmf=1 mgmt_group_cipher=BIP wpa_state=COMPLETED ip_address=10.1.171.25 p2p_device_address=60:e8:5b:a2:b8:29 address=60:e8:5b:a2:b8:28 uuid=6979bdb3-0d88-5349-acab-f79fda8a977d root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 roam 44:12:44:dd:1f:e2 OK root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 roam 50:e4:e0:c4:f8:b3 OK root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 roam 50:e4:e0:c4:f8:b3 OK root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 roam 44:12:44:dd:1f:e2 OK root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 status bssid=44:12:44:dd:1f:e2 freq=2437 ssid=THERMOS id=0 mode=station wifi_generation=4 pairwise_cipher=CCMP group_cipher=CCMP key_mgmt=SAE pmf=1 mgmt_group_cipher=BIP wpa_state=COMPLETED ip_address=10.1.171.25 p2p_device_address=60:e8:5b:a2:b8:29 address=60:e8:5b:a2:b8:28 uuid=6979bdb3-0d88-5349-acab-f79fda8a977d root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 roam 44:12:44:dd:1f:f2 =================================================== root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 disconnect root@s40-bigbend-v1:/lcc/data/logs/debug# wpa_cli -iwlan0 reconnect OK root@s40-bigbend-v1:/lcc/data/logs/debug# [ 1412.730524] ili9881c-dsi 5a000000.dsi.0: TE pulse count observed is 1198 [ 1414.301581] wlan0: authenticate with 44:12:44:dd:1f:f2 [ 1414.308518] wlan0: send auth to 44:12:44:dd:1f:f2 (try 1/3) [ 1414.425035] wlan0: authenticate with 44:12:44:dd:1f:f2 [ 1414.429199] wlan0: send auth to 44:12:44:dd:1f:f2 (try 1/3) [ 1414.438646] wlan0: authenticated [ 1414.458866] wlan0: associate with 44:12:44:dd:1f:f2 (try 1/3) [ 1414.465188] wlan0: RX AssocResp from 44:12:44:dd:1f:f2 (capab=0x1011 status=0 aid=2) [ 1414.485303] wlan0: associated [ 1417.465244] wlan0: deauthenticated from 44:12:44:dd:1f:f2 (Reason: 3=DEAUTH_LEAVING) [ 1418.207990] wlan0: authenticate with 44:12:44:dd:1f:e2 [ 1418.221363] wlan0: send auth to 44:12:44:dd:1f:e2 (try 1/3) [ 1418.261469] wlan0: authenticated [ 1418.268890] wlan0: associate with 44:12:44:dd:1f:e2 (try 1/3) [ 1418.280419] wlan0: RX AssocResp from 44:12:44:dd:1f:e2 (capab=0x1431 status=0 aid=3) [ 1418.298122] wlan0: associated [ 1421.268901] wlan0: deauthenticated from 44:12:44:dd:1f:e2 (Reason: 3=DEAUTH_LEAVING) [ 1421.823604] wlan0: authenticate with 50:e4:e0:c4:f8:a3 [ 1421.841707] wlan0: send auth to 50:e4:e0:c4:f8:a3 (try 1/3) [ 1421.906044] wlan0: authenticate with 50:e4:e0:c4:f8:a3 [ 1421.912621] wlan0: send auth to 50:e4:e0:c4:f8:a3 (try 1/3) [ 1421.929179] wlan0: authenticated [ 1421.938949] wlan0: associate with 50:e4:e0:c4:f8:a3 (try 1/3) [ 1421.949190] wlan0: RX AssocResp from 50:e4:e0:c4:f8:a3 (capab=0x1431 status=0 aid=3) [ 1421.969780] wlan0: associated [ 1422.759769] wlcore: Association completed. ============================ please check the wpa_supplican1.log. Jun 11 02:47:34 s40-bigbend-v1 wpa_supplicant[1070]: wlan0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00) Jun 11 02:47:34 s40-bigbend-v1 wpa_supplicant[1070]: RTM_NEWLINK: ifi_index=3 ifname=wlan0 operstate=5 linkmode=1 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Jun 11 02:47:34 s40-bigbend-v1 wpa_supplicant[1070]: nl80211: Event message available Jun 11 02:47:34 s40-bigbend-v1 wpa_supplicant[1070]: nl80211: Ignored event 38 (NL80211_CMD_ASSOCIATE) for foreign interface (ifindex 3 wdev 0x0) is there a timeout specified for the association response? ==============================