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