HomeSort by relevance Sort by last modified time
    Searched defs:r0kh_id (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 107 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
138 if (r0kh_id) {
141 os_memcpy(pos, r0kh_id, r0kh_id_len);
325 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
332 sm->r0kh_id, sm->r0kh_id_len);
656 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
699 r0kh_id = sm->r0kh_id;
726 r0kh_id = conf->r0_key_holder;
731 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 114 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/rsn_supp/
wpa_i.h 127 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/common/
wpa_common.h 375 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
444 const u8 *r0kh_id; member in struct:wpa_ft_ies

Completed in 196 milliseconds