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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 35 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr,
82 if (ft.r0kh_id) {
84 ft.r0kh_id, ft.r0kh_id_len);
85 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len);
91 * os_memset(sm->r0kh_id, 0, FT_R0KH_ID_LEN);
278 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len);
441 if (parse.r0kh_id == NULL) {
447 os_memcmp_const(parse.r0kh_id, sm->r0kh_id, parse.r0kh_id_len) != 0
    [all...]
wpa_i.h 122 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
wpa.c     [all...]
  /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/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
wpa_common.c 733 parse->r0kh_id = pos;
    [all...]

Completed in 450 milliseconds