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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 36 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, parse.r0kh_id_len) != 0)
    [all...]
wpa_i.h 114 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
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_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 115 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member in struct:wpa_state_machine
220 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
  /external/wpa_supplicant_8/src/common/
wpa_common.h 329 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
377 const u8 *r0kh_id; member in struct:wpa_ft_ies
wpa_common.c 220 parse->r0kh_id = pos + 2;
707 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
733 os_memcpy(pos, r0kh_id, r0kh_id_len);
    [all...]

Completed in 68 milliseconds