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.c594 const u8 *key_rsc; in wpa_supplicant_install_ptk() local
618 key_rsc = null_rsc; in wpa_supplicant_install_ptk()
620 key_rsc = key->key_rsc; in wpa_supplicant_install_ptk()
621 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen); in wpa_supplicant_install_ptk()
624 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen, in wpa_supplicant_install_ptk()
684 const u8 *key_rsc) in wpa_supplicant_install_gtk() argument
693 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); in wpa_supplicant_install_gtk()
703 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
712 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
780 wpa_supplicant_install_gtk(sm, &gd, key->key_rsc))) { in wpa_supplicant_pairwise_gtk()
[all …]
/external/wpa_supplicant_8/src/common/
Dwpa_common.h178 u8 key_rsc[WPA_KEY_RSC_LEN]; member
193 u8 key_rsc[WPA_KEY_RSC_LEN]; member
Dieee802_11_defs.h684 u8 key_rsc[8]; member
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h221 const u8 *key_rsc, const u8 *nonce,
Dwpa_auth.c1404 const u8 *key_rsc, const u8 *nonce, in __wpa_send_eapol() argument
1503 if (key_rsc) in __wpa_send_eapol()
1504 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN); in __wpa_send_eapol()
1603 const u8 *key_rsc, const u8 *nonce, in wpa_send_eapol() argument
1614 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len, in wpa_send_eapol()