Hi All, <br>
<br>
Why is wpa_s-&gt;bssid not being cleared in the wpa_supplicant_event_disassoc() and wpa_supplicant_disassociate () ?? <br>
<br>
Due to this, I notice that the supplicant is not able to set the
cipher-id properly in the wpa_supplicant_event_assoc(), since the
function doesn&#39;t make a call to wpa_supplicant_select_config() when the
wpa_s-&gt;bssid is already configured. <br>
<br>
The association/authentication goes through fine the first time, since
the wpa_s-&gt;bssid is NULL, and the proper configuration is set. But
on later invocations, when I remove the AP and bring it back to the
network, I observed the above.<br>
<br>
Any inputs will be very helpful.<br>
<br>
regards,<br>
Sukhdeep<br>