/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 788 const u8 *key_rsc; in wpa_supplicant_install_ptk() local 822 key_rsc = null_rsc; in wpa_supplicant_install_ptk() 824 key_rsc = key->key_rsc; in wpa_supplicant_install_ptk() 825 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen); in wpa_supplicant_install_ptk() 828 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen, in wpa_supplicant_install_ptk() 890 const u8 *key_rsc, int wnm_sleep) in wpa_supplicant_install_gtk() 911 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); in wpa_supplicant_install_gtk() 921 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 930 gd->keyidx, gd->tx, key_rsc, g in wpa_supplicant_install_gtk() 888 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) wpa_supplicant_install_gtk() argument 1008 const u8 *key_rsc; wpa_supplicant_pairwise_gtk() local 1833 const u8 *key_rsc; wpa_supplicant_process_1_of_2() local 3418 u8 *key_rsc; wpa_wnmsleep_install_key() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 1073 const u8 *key_rsc; local 1107 key_rsc = null_rsc; 1109 key_rsc = key->key_rsc; 1110 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen); 1114 sm->keyidx_active, 1, key_rsc, rsclen, sm->ptk.tk, 1117 if (wpa_sm_set_key(sm, alg, sm->bssid, sm->keyidx_active, 1, key_rsc, 1214 const u8 *key_rsc, int wnm_sleep) 1235 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); 1249 gd->keyidx, 1, key_rsc, g 1212 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) global() argument 1286 wpa_supplicant_install_mlo_gtk(struct wpa_sm *sm, u8 link_id, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) global() argument 1388 const u8 *key_rsc; global() local 1467 const u8 *key_rsc; global() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_i.h | 285 const u8 *key_rsc, const u8 *nonce,
|
H A D | wpa_auth.c | 1516 const u8 *key_rsc, const u8 *nonce, in __wpa_send_eapol() 1614 if (key_rsc) in __wpa_send_eapol() 1615 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN); in __wpa_send_eapol() 1729 const u8 *key_rsc, const u8 *nonce, in wpa_send_eapol() 1740 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len, in wpa_send_eapol() 1514 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) __wpa_send_eapol() argument 1727 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) wpa_send_eapol() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_i.h | 278 const u8 *key_rsc, const u8 *nonce,
|
H A D | wpa_auth.c | 1437 const u8 *key_rsc, const u8 *nonce, in __wpa_send_eapol() 1535 if (key_rsc) in __wpa_send_eapol() 1536 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN); in __wpa_send_eapol() 1653 const u8 *key_rsc, const u8 *nonce, in wpa_send_eapol() 1664 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len, in wpa_send_eapol() 1435 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) __wpa_send_eapol() argument 1651 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) wpa_send_eapol() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.h | 192 u8 key_rsc[WPA_KEY_RSC_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.h | 226 u8 key_rsc[WPA_KEY_RSC_LEN]; member
|