Searched defs:target_ap (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/wpa/src/rsn_supp/ |
H A D | wpa_ft.c | 188 wpa_ft_gen_req_ies(struct wpa_sm * sm,size_t * len,const u8 * anonce,const u8 * pmk_name,const u8 * kck,size_t kck_len,const u8 * target_ap,const u8 * ric_ies,size_t ric_ies_len,const u8 * ap_mdie,int omit_rsnxe) wpa_ft_gen_req_ies() argument 538 wpa_ft_process_response(struct wpa_sm * sm,const u8 * ies,size_t ies_len,int ft_action,const u8 * target_ap,const u8 * ric_ies,size_t ric_ies_len) wpa_ft_process_response() argument 1247 wpa_ft_start_over_ds(struct wpa_sm * sm,const u8 * target_ap,const u8 * mdie) wpa_ft_start_over_ds() argument [all...] |
H A D | wpa_i.h | 159 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ global() member 335 wpa_sm_send_ft_action(struct wpa_sm * sm,u8 action,const u8 * target_ap,const u8 * ies,size_t ies_len) wpa_sm_send_ft_action() argument 345 wpa_sm_mark_authenticated(struct wpa_sm * sm,const u8 * target_ap) wpa_sm_mark_authenticated() argument
|
H A D | wpa.h | 481 wpa_ft_process_response(struct wpa_sm * sm,const u8 * ies,size_t ies_len,int ft_action,const u8 * target_ap) wpa_ft_process_response() argument
|
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | wpas_glue.c | 661 wpa_supplicant_send_ft_action(void * ctx,u8 action,const u8 * target_ap,const u8 * ies,size_t ies_len) wpa_supplicant_send_ft_action() argument 706 wpa_supplicant_mark_authenticated(void * ctx,const u8 * target_ap) wpa_supplicant_mark_authenticated() argument
|
H A D | ctrl_iface.c | 1307 u8 target_ap[ETH_ALEN]; wpa_supplicant_ctrl_iface_ft_ds() local
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | wpa_auth_ft.c | 3555 const u8 *sta_addr, *target_ap; wpa_ft_action_rx() local
|
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver.h | 5522 u8 target_ap[ETH_ALEN]; global() member
|