Home | History | Annotate | Download | only in ap

Lines Matching refs:eapol_sm

176 		ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
179 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
185 if (sta->eapol_sm)
186 sta->eapol_sm->portControl = Auto;
189 if (sta->eapol_sm)
190 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
193 if (sta->eapol_sm)
194 sta->eapol_sm->eap_if->eapKeyAvailable =
198 if (sta->eapol_sm)
199 sta->eapol_sm->keyDone = value ? TRUE : FALSE;
202 if (sta->eapol_sm)
203 sta->eapol_sm->dot1xAuthEapolFramesTx++;
214 if (sta == NULL || sta->eapol_sm == NULL)
218 return sta->eapol_sm->keyRun;
220 return sta->eapol_sm->eap_if->eapKeyAvailable;
284 key = ieee802_1x_get_key(sta->eapol_sm, &keylen);
286 wpa_printf(MSG_DEBUG, "AUTH_GET_MSK: Key is null, eapol_sm: %p",
287 sta->eapol_sm);