/hostap-3.6.0/src/rsn_supp/ |
D | wpa_ft.c | 188 const u8 *target_ap, in wpa_ft_gen_req_ies() argument 429 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5, in wpa_ft_gen_req_ies() 538 int ft_action, const u8 *target_ap, in wpa_ft_process_response() argument 563 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) { in wpa_ft_process_response() 670 bssid = target_ap; in wpa_ft_process_response() 728 os_memcpy(sm->bssid, target_ap, ETH_ALEN); in wpa_ft_process_response() 1247 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, in wpa_ft_start_over_ds() argument 1254 MAC2STR(target_ap)); in wpa_ft_start_over_ds() 1263 NULL, 0, target_ap, NULL, 0, mdie, 0); in wpa_ft_start_over_ds() 1266 os_memcpy(sm->target_ap, target_ap, ETH_ALEN); in wpa_ft_start_over_ds() [all …]
|
D | wpa_i.h | 159 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member 335 const u8 *target_ap, in wpa_sm_send_ft_action() argument 339 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action() 345 const u8 *target_ap) in wpa_sm_mark_authenticated() argument 348 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap); in wpa_sm_mark_authenticated()
|
D | wpa.h | 56 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, 58 int (*mark_authenticated)(void *ctx, const u8 *target_ap); 456 int ft_action, const u8 *target_ap, 462 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, 494 int ft_action, const u8 *target_ap) in wpa_ft_process_response() argument
|
/hostap-3.6.0/wpa_supplicant/ |
D | wpas_glue.c | 661 const u8 *target_ap, in wpa_supplicant_send_ft_action() argument 693 os_memcpy(pos, target_ap, ETH_ALEN); in wpa_supplicant_send_ft_action() 706 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) in wpa_supplicant_mark_authenticated() argument 712 bss = wpa_bss_get_bssid(wpa_s, target_ap); in wpa_supplicant_mark_authenticated() 717 params.bssid = target_ap; in wpa_supplicant_mark_authenticated()
|
D | wpa_priv.c | 1030 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN); in wpa_priv_send_ft_response()
|
D | ctrl_iface.c | 1309 u8 target_ap[ETH_ALEN]; in wpa_supplicant_ctrl_iface_ft_ds() local 1313 if (hwaddr_aton(addr, target_ap)) { in wpa_supplicant_ctrl_iface_ft_ds() 1319 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap)); in wpa_supplicant_ctrl_iface_ft_ds() 1321 bss = wpa_bss_get_bssid(wpa_s, target_ap); in wpa_supplicant_ctrl_iface_ft_ds() 1327 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie); in wpa_supplicant_ctrl_iface_ft_ds()
|
D | events.c | 4023 data->ft_ies.target_ap, in wpa_supplicant_event_ft_response()
|
/hostap-3.6.0/src/ap/ |
D | wpa_auth_ft.c | 3556 const u8 *sta_addr, *target_ap; in wpa_ft_action_rx() local 3578 target_ap = data + 8; in wpa_ft_action_rx() 3584 MAC2STR(sta_addr), MAC2STR(target_ap), action); in wpa_ft_action_rx() 3598 if ((target_ap[0] & 0x01) || in wpa_ft_action_rx() 3599 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) { in wpa_ft_action_rx() 3622 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame, in wpa_ft_action_rx()
|
/hostap-3.6.0/src/drivers/ |
D | driver_privsep.c | 502 os_memcpy(data.ft_ies.target_ap, buf + sizeof(int), ETH_ALEN); in wpa_driver_privsep_event_ft_response()
|
D | driver.h | 5550 u8 target_ap[ETH_ALEN]; member
|
D | driver_nl80211_event.c | 1299 os_memcpy(data.ft_ies.target_ap, in mlme_event_ft_event() 1303 MAC2STR(data.ft_ies.target_ap)); in mlme_event_ft_event()
|