Hi,<br><br>I am using supplicant version 0.5.8 (seems same behavior at 0.5.9 as well).<br>Supplicant calls:<br>&nbsp;&nbsp;&nbsp; wpa_supplicant_associate( ssid ) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; wpa_drv_set_auth_alg(wpa_s, algs);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
<br>&nbsp;&nbsp;&nbsp; }<br><br>wpa_drv_set_auth_alg calls driver&#39;s layer set_auth_alg().<br>In my case in order to set authentication algorithm properly I need to know &quot;proto&quot; field from ssid.<br>Unfortunately &quot;proto&quot; is not saved on this step in wpa structure.
<br><br>My question is what is the best way to achieve &quot;proto&quot; field data in set_auth_alg() call without changing supplicant code ?<br><br>Thanks,<br><br>Dmitry<br><br>