Searched refs:install_ptk (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 82 struct install_key install_ptk; member
|
D | wpa.c | 799 …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() 1277 seq=(isptk) ? (sm->install_ptk).seq : (sm->install_gtk).seq; in wpa_sm_set_seq() 1393 if (wpa_sm_set_key(&(sm->install_ptk), alg, sm->bssid, 0, 1, (sm->install_ptk).seq, in wpa_supplicant_activate_ptk()
|
D | wpa_ft.c | 344 if (wpa_sm_set_key(&(sm->install_ptk), alg, (u8 *)bssid, 0, 1, null_rsc, in wpa_ft_install_ptk()
|