Searched defs:key_rsc (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c1409 const u8 *key_rsc, const u8 *nonce,
1508 if (key_rsc)
1509 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN);
1610 const u8 *key_rsc, const u8 *nonce,
1621 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len,
1407 __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) argument
1608 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) argument
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h180 u8 key_rsc[WPA_KEY_RSC_LEN]; member in struct:wpa_eapol_key
195 u8 key_rsc[WPA_KEY_RSC_LEN]; member in struct:wpa_eapol_key_192
H A Dieee802_11_defs.h702 u8 key_rsc[8]; member in struct:ieee80211_ampe_ie
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c616 const u8 *key_rsc; local
645 key_rsc = null_rsc;
647 key_rsc = key->key_rsc;
648 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen);
651 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen,
712 const u8 *key_rsc)
721 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len);
731 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
740 gd->keyidx, gd->tx, key_rsc, g
710 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc) argument
809 const u8 *key_rsc; local
1504 const u8 *key_rsc; local
2913 u8 *key_rsc; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c1409 const u8 *key_rsc, const u8 *nonce,
1508 if (key_rsc)
1509 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN);
1610 const u8 *key_rsc, const u8 *nonce,
1621 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len,
1407 __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) argument
1608 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) argument
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h180 u8 key_rsc[WPA_KEY_RSC_LEN]; member in struct:wpa_eapol_key
195 u8 key_rsc[WPA_KEY_RSC_LEN]; member in struct:wpa_eapol_key_192
H A Dieee802_11_defs.h702 u8 key_rsc[8]; member in struct:ieee80211_ampe_ie
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c616 const u8 *key_rsc; local
645 key_rsc = null_rsc;
647 key_rsc = key->key_rsc;
648 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen);
651 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen,
712 const u8 *key_rsc)
721 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len);
731 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
740 gd->keyidx, gd->tx, key_rsc, g
710 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc) argument
809 const u8 *key_rsc; local
1504 const u8 *key_rsc; local
2913 u8 *key_rsc; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c1409 const u8 *key_rsc, const u8 *nonce,
1508 if (key_rsc)
1509 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN);
1610 const u8 *key_rsc, const u8 *nonce,
1621 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len,
1407 __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) argument
1608 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) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h180 u8 key_rsc[WPA_KEY_RSC_LEN]; member in struct:wpa_eapol_key
195 u8 key_rsc[WPA_KEY_RSC_LEN]; member in struct:wpa_eapol_key_192
H A Dieee802_11_defs.h702 u8 key_rsc[8]; member in struct:ieee80211_ampe_ie
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c616 const u8 *key_rsc; local
645 key_rsc = null_rsc;
647 key_rsc = key->key_rsc;
648 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen);
651 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen,
712 const u8 *key_rsc)
721 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len);
731 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
740 gd->keyidx, gd->tx, key_rsc, g
710 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc) argument
809 const u8 *key_rsc; local
1504 const u8 *key_rsc; local
2913 u8 *key_rsc; local
[all...]

Completed in 203 milliseconds