Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c331 u8 null_rsc[6] = { 0, 0, 0, 0, 0, 0 }; in wpa_ft_install_ptk() local
344 if (wpa_sm_set_key(&(sm->install_ptk), alg, (u8 *)bssid, 0, 1, null_rsc, in wpa_ft_install_ptk()
345 sizeof(null_rsc), (u8 *) sm->ptk.tk, keylen, KEY_FLAG_PAIRWISE) < 0) { in wpa_ft_install_ptk()
Dwpa.c1266 u8 null_rsc[WPA_KEY_RSC_LEN]; in wpa_sm_set_seq() local
1268 os_bzero(null_rsc, WPA_KEY_RSC_LEN); in wpa_sm_set_seq()
1271 key_rsc = null_rsc; in wpa_sm_set_seq()