Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h83 struct install_key install_gtk; member
Dwpa_ft.c647 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.c888 u8 *key_rsc=(sm->install_gtk).seq; in wpa_supplicant_install_gtk()
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()
1277 seq=(isptk) ? (sm->install_ptk).seq : (sm->install_gtk).seq; in wpa_sm_set_seq()