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_i.h 117 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
277 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
wpa_auth_ft.c 492 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
523 if (r0kh_id) {
526 os_memcpy(pos, r0kh_id, r0kh_id_len);
1161 const u8 *src_addr, const u8 *r0kh_id, size_t id_len,
1178 os_memcpy(r0kh->id, r0kh_id, id_len);
1796 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 122 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/common/
wpa_common.h 363 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
432 const u8 *r0kh_id; member in struct:wpa_ft_ies

Completed in 79 milliseconds