Searched defs:r0kh_id (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c96 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, argument
127 if (r0kh_id) {
130 os_memcpy(pos, r0kh_id, r0kh_id_len);
314 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
321 sm->r0kh_id, sm->r0kh_id_len);
639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
682 r0kh_id = sm->r0kh_id;
709 r0kh_id = conf->r0_key_holder;
714 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_le
[all...]
H A Dwpa_auth_i.h119 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
247 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c309 parse->r0kh_id = pos + 2;
827 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
853 os_memcpy(pos, r0kh_id, r0kh_id_len);
825 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) argument
H A Dwpa_common.h351 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
420 const u8 *r0kh_id; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h120 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c96 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, argument
127 if (r0kh_id) {
130 os_memcpy(pos, r0kh_id, r0kh_id_len);
314 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
321 sm->r0kh_id, sm->r0kh_id_len);
639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
682 r0kh_id = sm->r0kh_id;
709 r0kh_id = conf->r0_key_holder;
714 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_le
[all...]
H A Dwpa_auth_i.h119 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
247 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c309 parse->r0kh_id = pos + 2;
827 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
853 os_memcpy(pos, r0kh_id, r0kh_id_len);
825 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) argument
H A Dwpa_common.h351 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
420 const u8 *r0kh_id; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h120 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c96 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, argument
127 if (r0kh_id) {
130 os_memcpy(pos, r0kh_id, r0kh_id_len);
314 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
321 sm->r0kh_id, sm->r0kh_id_len);
639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
682 r0kh_id = sm->r0kh_id;
709 r0kh_id = conf->r0_key_holder;
714 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_le
[all...]
H A Dwpa_auth_i.h119 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
247 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c309 parse->r0kh_id = pos + 2;
827 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
853 os_memcpy(pos, r0kh_id, r0kh_id_len);
825 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name) argument
H A Dwpa_common.h351 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
420 const u8 *r0kh_id; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h120 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm

Completed in 132 milliseconds