Home
last modified time | relevance | path

Searched refs:wpa_sm_set_key (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.h51 int wpa_sm_set_key(struct install_key *sm, enum wpa_alg alg,
Dwpa_ft.c344 if (wpa_sm_set_key(&(sm->install_ptk), alg, (u8 *)bssid, 0, 1, null_rsc, in wpa_ft_install_ptk()
647 if (wpa_sm_set_key(&(sm->install_gtk), alg, sm->bssid, keyidx, 0, in wpa_ft_process_gtk_subelem()
701 if (wpa_sm_set_key(&(sm->install_gtk), WIFI_WPA_ALG_IGTK, sm->bssid, keyidx, 0,
Dwpa.c799 …if (wpa_sm_set_key(&(sm->install_ptk), alg, sm->bssid, 0, 1, (sm->install_ptk).seq, WPA_KEY_RSC_LE… in wpa_supplicant_install_ptk()
914 if (wpa_sm_set_key(&(sm->install_gtk), gd->alg, in wpa_supplicant_install_gtk()
922 } else if (wpa_sm_set_key(&(sm->install_gtk), gd->alg, in wpa_supplicant_install_gtk()
1393 if (wpa_sm_set_key(&(sm->install_ptk), alg, sm->bssid, 0, 1, (sm->install_ptk).seq, in wpa_supplicant_activate_ptk()
2535 int wpa_sm_set_key(struct install_key *key_sm, enum wpa_alg alg, in wpa_sm_set_key() function