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/rsn_supp/
wpa_i.h 115 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 95 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
126 if (r0kh_id) {
129 os_memcpy(pos, r0kh_id, r0kh_id_len);
313 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
320 sm->r0kh_id, sm->r0kh_id_len);
640 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
683 r0kh_id = sm->r0kh_id;
710 r0kh_id = conf->r0_key_holder;
715 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 116 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
239 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
  /external/wpa_supplicant_8/src/common/
wpa_common.h 345 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
394 const u8 *r0kh_id; member in struct:wpa_ft_ies

Completed in 431 milliseconds