Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c910 const u8 *key_rsc; in wpa_supplicant_install_ptk() local
944 key_rsc = null_rsc; in wpa_supplicant_install_ptk()
946 key_rsc = key->key_rsc; in wpa_supplicant_install_ptk()
947 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen); in wpa_supplicant_install_ptk()
950 if (wpa_sm_set_key(sm, alg, sm->bssid, sm->keyidx_active, 1, key_rsc, in wpa_supplicant_install_ptk()
1033 const u8 *key_rsc, int wnm_sleep) in wpa_supplicant_install_gtk() argument
1054 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); in wpa_supplicant_install_gtk()
1064 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1074 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1152 const u8 *key_rsc; in wpa_supplicant_pairwise_gtk() local
[all …]
/external/scapy/scapy/modules/krack/
Dautomaton.py229 key_rsc=0, argument
237 assert key_rsc == 0 # Other values unsupported
246 struct.pack(">Q", key_rsc),
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h285 const u8 *key_rsc, const u8 *nonce,
Dwpa_auth.c1481 const u8 *key_rsc, const u8 *nonce, in __wpa_send_eapol() argument
1579 if (key_rsc) in __wpa_send_eapol()
1580 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN); in __wpa_send_eapol()
1694 const u8 *key_rsc, const u8 *nonce, in wpa_send_eapol() argument
1705 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len, in wpa_send_eapol()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h209 u8 key_rsc[WPA_KEY_RSC_LEN]; member