Lines Matching refs:wpa_sm
1432 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter()
2288 if (!sta || !sta->wpa_sm) in hostapd_ctrl_resend_m1()
2302 return wpa_auth_resend_m1(sta->wpa_sm, in hostapd_ctrl_resend_m1()
2318 if (!sta || !sta->wpa_sm) in hostapd_ctrl_resend_m3()
2332 return wpa_auth_resend_m3(sta->wpa_sm, in hostapd_ctrl_resend_m3()
2348 if (!sta || !sta->wpa_sm) in hostapd_ctrl_resend_group_m1()
2364 return wpa_auth_resend_group_m1(sta->wpa_sm, in hostapd_ctrl_resend_group_m1()
2378 if (!sta || !sta->wpa_sm) in hostapd_ctrl_rekey_ptk()
2381 return wpa_auth_rekey_ptk(hapd->wpa_auth, sta->wpa_sm); in hostapd_ctrl_rekey_ptk()
2410 if (!sta || !sta->wpa_sm) { in hostapd_ctrl_get_pmk()
2415 pmk = wpa_auth_get_pmk(sta->wpa_sm, &pmk_len); in hostapd_ctrl_get_pmk()