Home
last modified time | relevance | path

Searched refs:key_rsc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c1191 const u8 *key_rsc; in wpa_supplicant_install_ptk() local
1225 key_rsc = null_rsc; in wpa_supplicant_install_ptk()
1227 key_rsc = key->key_rsc; in wpa_supplicant_install_ptk()
1228 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen); in wpa_supplicant_install_ptk()
1232 sm->keyidx_active, 1, key_rsc, rsclen, sm->ptk.tk, in wpa_supplicant_install_ptk()
1331 const u8 *key_rsc, int wnm_sleep) in wpa_supplicant_install_gtk() argument
1352 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); in wpa_supplicant_install_gtk()
1362 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1372 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1398 const u8 *key_rsc, int wnm_sleep) in wpa_supplicant_install_mlo_gtk() argument
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h314 const u8 *key_rsc, const u8 *nonce,
H A Dwpa_auth.c1966 const u8 *key_rsc, const u8 *nonce, argument
2064 if (key_rsc)
2065 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN);
2194 const u8 *key_rsc, const u8 *nonce, argument
2218 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len,
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h234 u8 key_rsc[WPA_KEY_RSC_LEN]; member