Lines Matching refs:wpa_sm
79 if (wpa_auth_pairwise_set(sta->wpa_sm)) in ieee802_1x_send()
444 ver = wpa_auth_sta_wpa_version(sta->wpa_sm); in add_common_radius_sta_attr_rsn()
445 val = wpa_auth_get_pairwise(sta->wpa_sm); in add_common_radius_sta_attr_rsn()
468 val = wpa_auth_sta_key_mgmt(sta->wpa_sm); in add_common_radius_sta_attr_rsn()
573 sta->wpa_sm && in add_common_radius_sta_attr()
574 (wpa_key_mgmt_ft(wpa_auth_sta_key_mgmt(sta->wpa_sm)) || in add_common_radius_sta_attr()
586 if ((hapd->conf->wpa || hapd->conf->osen) && sta->wpa_sm && in add_common_radius_sta_attr()
1057 if (sta->wpa_sm) { in ieee802_1x_alloc_eapol_sm()
1059 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) in ieee802_1x_alloc_eapol_sm()
1104 return !wpa_auth_pairwise_set(sta->wpa_sm); in ieee802_1x_check_encryption()
1183 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr, in ieee802_1x_receive()
1195 key_mgmt = wpa_auth_sta_key_mgmt(sta->wpa_sm); in ieee802_1x_receive()
1256 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_receive()
1261 wpa_auth_sta_clear_pmksa(sta->wpa_sm, pmksa); in ieee802_1x_receive()
1266 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive()
1351 key_mgmt = wpa_auth_sta_key_mgmt(sta->wpa_sm); in ieee802_1x_new_station()
1434 wpa_auth_set_ptk_rekey_timer(sta->wpa_sm); in ieee802_1x_new_station()
1439 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_new_station()
2493 wpa_auth_sm_notify(sta->wpa_sm); in ieee802_1x_eapol_event()
2496 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
2731 sta->wpa_sm, ack); in ieee802_1x_eapol_tx_status()
3003 wpa_auth_sta_key_mgmt(sta->wpa_sm))) ? in ieee802_1x_get_mib_sta()
3119 wpa_auth_pmksa_add(sta->wpa_sm, key, len, session_timeout, in ieee802_1x_finished()
3139 if (logoff && sta->wpa_sm) in ieee802_1x_finished()