Fix for SAE connection failure due to SAE frame drop
Issue: SAE connection failing while testing with UI
due to SAE frame dropped by wpa_supplicant
Reason: wpa_supplicant is dropping SAE frame due to
BSS Address mismatch, this is due to Random mac address
update not happening in wpa_supplicant driver layer.
Fix: When framework calls set_mac_adrress(rand_mac),
driver sends netdev_state_change to notify to wpa_supplicant
and wpa_supplicant can update the MAC address.
The change in wpa_supplicant is to handle netdev_state_change
in driver UP state which is currently not present.
Bug:149448388
Test: Manual - Connect - Disconnect multiple times.
Signed-off-by: Ajay Davanageri <ajay.davanageri@broadcom.com>
Change-Id: I9ef3247c937a7d49647f192e9eab98181bc4ef9e
1 file changed