Searched refs:r0kh_id (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c42 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr,
65 * @r0kh_id: PMK-R0 key holder identity (1-48 octets)
71 const u8 *r0kh_id, size_t r0kh_id_len,
82 if (sm && r0kh_id) {
85 wpa_hexdump(MSG_DEBUG, "FT: R0KH-ID", r0kh_id, r0kh_id_len);
86 os_memcpy(sm->r0kh_id, r0kh_id, r0kh_id_len);
92 * os_memset(sm->r0kh_id, 0, FT_R0KH_ID_LEN);
240 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len);
282 const u8 *r0kh_id; member in struct:wpa_ft_ies
70 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *mobility_domain, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *r1kh_id) argument
[all...]
H A Dwpa.h275 const u8 *r0kh_id, size_t r0kh_id_len,
289 const u8 *r0kh_id, const u8 *r1kh_id)
288 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *mobility_domain, const u8 *r0kh_id, const u8 *r1kh_id) argument
H A Dwpa_i.h102 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c36 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr,
87 if (ft.r0kh_id) {
89 ft.r0kh_id, ft.r0kh_id_len);
90 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len);
96 * os_memset(sm->r0kh_id, 0, FT_R0KH_ID_LEN);
274 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len);
438 if (parse.r0kh_id == NULL) {
444 os_memcmp(parse.r0kh_id, sm->r0kh_id, pars
[all...]
H A Dwpa_i.h114 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c36 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr,
87 if (ft.r0kh_id) {
89 ft.r0kh_id, ft.r0kh_id_len);
90 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len);
96 * os_memset(sm->r0kh_id, 0, FT_R0KH_ID_LEN);
274 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len);
438 if (parse.r0kh_id == NULL) {
444 os_memcmp(parse.r0kh_id, sm->r0kh_id, pars
[all...]
H A Dwpa_i.h114 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c36 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr,
87 if (ft.r0kh_id) {
89 ft.r0kh_id, ft.r0kh_id_len);
90 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len);
96 * os_memset(sm->r0kh_id, 0, FT_R0KH_ID_LEN);
274 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len);
438 if (parse.r0kh_id == NULL) {
444 os_memcmp(parse.r0kh_id, sm->r0kh_id, pars
[all...]
H A Dwpa_i.h114 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, argument
119 if (r0kh_id) {
122 os_memcpy(pos, r0kh_id, r0kh_id_len);
297 const u8 *s1kh_id, const u8 *r0kh_id,
306 os_memcmp(r0kh->id, r0kh_id, r0kh_id_len) == 0)
621 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
665 r0kh_id = sm->r0kh_id;
692 r0kh_id = conf->r0_key_holder;
697 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_le
296 wpa_ft_pull_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *s1kh_id, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *pmk_r0_name) argument
[all...]
H A Dwpa_auth_i.h117 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
222 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, argument
119 if (r0kh_id) {
122 os_memcpy(pos, r0kh_id, r0kh_id_len);
297 const u8 *s1kh_id, const u8 *r0kh_id,
306 os_memcmp(r0kh->id, r0kh_id, r0kh_id_len) == 0)
621 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
665 r0kh_id = sm->r0kh_id;
692 r0kh_id = conf->r0_key_holder;
697 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_le
296 wpa_ft_pull_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *s1kh_id, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *pmk_r0_name) argument
[all...]
H A Dwpa_auth_i.h117 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
222 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, argument
119 if (r0kh_id) {
122 os_memcpy(pos, r0kh_id, r0kh_id_len);
297 const u8 *s1kh_id, const u8 *r0kh_id,
306 os_memcmp(r0kh->id, r0kh_id, r0kh_id_len) == 0)
621 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
665 r0kh_id = sm->r0kh_id;
692 r0kh_id = conf->r0_key_holder;
697 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_le
296 wpa_ft_pull_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *s1kh_id, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *pmk_r0_name) argument
[all...]
H A Dwpa_auth_i.h117 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
222 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h319 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
367 const u8 *r0kh_id; member in struct:wpa_ft_ies
H A Dwpa_common.c220 parse->r0kh_id = pos + 2;
701 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
727 os_memcpy(pos, r0kh_id, r0kh_id_len);
699 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
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h319 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
367 const u8 *r0kh_id; member in struct:wpa_ft_ies
H A Dwpa_common.c220 parse->r0kh_id = pos + 2;
701 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
727 os_memcpy(pos, r0kh_id, r0kh_id_len);
699 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
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h319 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
367 const u8 *r0kh_id; member in struct:wpa_ft_ies
H A Dwpa_common.c220 parse->r0kh_id = pos + 2;
701 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
727 os_memcpy(pos, r0kh_id, r0kh_id_len);
699 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
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwpa_common.c415 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
441 os_memcpy(pos, r0kh_id, r0kh_id_len);
413 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.h307 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c995 const u8 *r0kh_id = NULL; local
1015 r0kh_id = pos + 2;
1021 return wpa_sm_set_ft_params(wpa_s->wpa, mobility_domain, r0kh_id,

Completed in 306 milliseconds