wlan: Defer Assoc indication to SME if auth is in progress
SAE authentication is offloaded to hostapd and hostapd sends authentication status to driver after the authentication completion. But hostapd sends external authentication (e.g., SAE) status after sending out the final auth frame(e.g., confirm response in SAE). Driver may receive association request from station before getting external auth status. Defer the initialization of PE/SME entries corresponding to that station till status is received from hostapd. Once status is received from hostapd, PE entries can be initialized and send assoc indication to SME. Change-Id: Ice95519f2bf25d483cc164182b3f3be87f59884a CRs-Fixed: 2734561
Loading
Please register or sign in to comment