Searched refs:null_rsc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_ft.c | 321 u8 null_rsc[6] = { 0, 0, 0, 0, 0, 0 }; in wpa_ft_install_ptk() local 334 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc, in wpa_ft_install_ptk() 335 sizeof(null_rsc), (u8 *) sm->ptk.tk1, keylen) < 0) { in wpa_ft_install_ptk()
|
| D | wpa.c | 518 u8 null_rsc[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in wpa_supplicant_install_ptk() local 547 key_rsc = null_rsc; in wpa_supplicant_install_ptk()
|