Searched refs:install_gtk (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 83 struct install_key install_gtk; member
|
D | wpa_ft.c | 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,
|
D | wpa.c | 888 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()
|