Searched refs:target_ap (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.h | 71 int ft_action, const u8 *target_ap, 77 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, 102 int ft_action, const u8 *target_ap) in wpa_ft_process_response() argument
|
D | wpa_ft.c | 156 const u8 *target_ap, in wpa_ft_gen_req_ies() argument 310 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5, in wpa_ft_gen_req_ies() 415 int ft_action, const u8 *target_ap, in wpa_ft_process_response() argument 437 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) { in wpa_ft_process_response() 520 bssid = target_ap; in wpa_ft_process_response() 559 os_memcpy(sm->bssid, target_ap, ETH_ALEN); in wpa_ft_process_response() 873 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, argument 880 MAC2STR(target_ap)); 889 NULL, 0, target_ap, NULL, 0, mdie); 892 os_memcpy(sm->target_ap, target_ap, ETH_ALEN); [all …]
|
D | wpa_i.h | 108 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member 173 const u8 *target_ap, in wpa_sm_send_ft_action() argument 180 const u8 *target_ap) in wpa_sm_mark_authenticated() argument
|