Searched refs:key_rsc (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 168 u8 key_rsc[WPA_KEY_RSC_LEN]; member 183 u8 key_rsc[WPA_KEY_RSC_LEN]; member
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 888 u8 *key_rsc=(sm->install_gtk).seq; in wpa_supplicant_install_gtk() local 905 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); in wpa_supplicant_install_gtk() 916 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 924 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 1265 u8 *key_rsc, *seq; in wpa_sm_set_seq() local 1271 key_rsc = null_rsc; in wpa_sm_set_seq() 1273 key_rsc = key->key_rsc; in wpa_sm_set_seq() 1274 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, WPA_KEY_RSC_LEN); in wpa_sm_set_seq() 1278 memcpy(seq, key_rsc, WPA_KEY_RSC_LEN); in wpa_sm_set_seq() 1840 wpa_hexdump(MSG_DEBUG, " key_rsc", key->key_rsc, 8); in wpa_eapol_key_dump()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth_i.h | 202 const u8 *key_rsc, const u8 *nonce,
|
D | wpa_auth.c | 1008 const u8 *key_rsc, const u8 *nonce, in __wpa_send_eapol() argument 1022 wpa_auth,sm, key_rsc, kde, nonce, kde_len, keyidx, encr, force_version); in __wpa_send_eapol() 1098 if (key_rsc) in __wpa_send_eapol() 1099 memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN); in __wpa_send_eapol() 1193 const u8 *key_rsc, const u8 *nonce, in wpa_send_eapol() argument 1203 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len, in wpa_send_eapol()
|