Home
last modified time | relevance | path

Searched refs:null_rsc (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c393 u8 null_rsc[6] = { 0, 0, 0, 0, 0, 0 }; in wpa_ft_install_ptk() local
406 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc, in wpa_ft_install_ptk()
407 sizeof(null_rsc), (u8 *) sm->ptk.tk, keylen) < 0) { in wpa_ft_install_ptk()
Dwpa.c35 static const u8 null_rsc[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
796 key_rsc = null_rsc; in wpa_supplicant_install_ptk()
1010 key_rsc = null_rsc; in wpa_supplicant_pairwise_gtk()
1840 key_rsc = null_rsc; in wpa_supplicant_process_1_of_2()
4410 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, null_rsc, rsclen, in fils_process_assoc_resp()