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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 131 * wpa_ft_gen_req_ies - Generate FT (IEEE 802.11r) IEs for Auth/ReAssoc Request
145 static u8 * wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, function
368 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, NULL, sm->pmk_r0_name,
494 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, ftie->anonce,
846 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, NULL, sm->pmk_r0_name,
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ft.c 108 * wpa_ft_gen_req_ies - Generate FT (IEEE 802.11r) IEs for Auth Request
119 static u8 * wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, function
442 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, NULL, sm->pmk_r0_name,
556 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, ftie->anonce,
860 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, NULL, sm->pmk_r0_name,

Completed in 17 milliseconds