Home | History | Annotate | Download | only in ap

Lines Matching refs:pmksa

907 	struct rsn_pmksa_cache_entry *pmksa;
1029 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm);
1030 if (pmksa) {
1032 HOSTAPD_LEVEL_DEBUG, "cached PMKSA "
1035 wpa_auth_sta_clear_pmksa(sta->wpa_sm, pmksa);
1089 struct rsn_pmksa_cache_entry *pmksa;
1203 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm);
1204 if (pmksa) {
1207 "PMK from PMKSA cache - skip IEEE 802.1X/EAP");
1209 * because of existing PMKSA information in the cache. */
1218 pmksa_cache_to_eapol_data(hapd, pmksa, sta->eapol_sm);
1868 /* TODO: Add a PMKSA entry on success? */
2736 "Added PMKSA cache entry (IEEE 802.1X)");