Home
last modified time | relevance | path

Searched refs:target_ap (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/wpa/src/rsn_supp/
HDwpa_ft.c144 const u8 *target_ap, in wpa_ft_gen_req_ies() argument
296 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5, in wpa_ft_gen_req_ies()
370 int ft_action, const u8 *target_ap, in wpa_ft_process_response() argument
392 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) { in wpa_ft_process_response()
475 bssid = target_ap; in wpa_ft_process_response()
513 os_memcpy(sm->bssid, target_ap, ETH_ALEN); in wpa_ft_process_response()
820 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, in wpa_ft_start_over_ds() argument
827 MAC2STR(target_ap)); in wpa_ft_start_over_ds()
836 NULL, 0, target_ap, NULL, 0, mdie); in wpa_ft_start_over_ds()
839 os_memcpy(sm->target_ap, target_ap, ETH_ALEN); in wpa_ft_start_over_ds()
[all …]
HDwpa_i.h125 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member
237 const u8 *target_ap, in wpa_sm_send_ft_action() argument
241 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
247 const u8 *target_ap) in wpa_sm_mark_authenticated() argument
250 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap); in wpa_sm_mark_authenticated()
HDwpa.h50 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
52 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
351 int ft_action, const u8 *target_ap,
357 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
376 int ft_action, const u8 *target_ap) in wpa_ft_process_response() argument
/NextBSD/contrib/wpa/wpa_supplicant/
HDwpas_glue.c542 const u8 *target_ap, in wpa_supplicant_send_ft_action() argument
574 os_memcpy(pos, target_ap, ETH_ALEN); in wpa_supplicant_send_ft_action()
587 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) in wpa_supplicant_mark_authenticated() argument
593 bss = wpa_bss_get_bssid(wpa_s, target_ap); in wpa_supplicant_mark_authenticated()
598 params.bssid = target_ap; in wpa_supplicant_mark_authenticated()
HDwpa_priv.c924 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN); in wpa_priv_send_ft_response()
HDctrl_iface.c866 u8 target_ap[ETH_ALEN]; in wpa_supplicant_ctrl_iface_ft_ds() local
870 if (hwaddr_aton(addr, target_ap)) { in wpa_supplicant_ctrl_iface_ft_ds()
876 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap)); in wpa_supplicant_ctrl_iface_ft_ds()
878 bss = wpa_bss_get_bssid(wpa_s, target_ap); in wpa_supplicant_ctrl_iface_ft_ds()
884 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie); in wpa_supplicant_ctrl_iface_ft_ds()
HDevents.c2708 data->ft_ies.target_ap, in wpa_supplicant_event_ft_response()
/NextBSD/contrib/wpa/src/ap/
HDwpa_auth_ft.c1141 const u8 *sta_addr, *target_ap; in wpa_ft_action_rx() local
1163 target_ap = data + 8; in wpa_ft_action_rx()
1169 MAC2STR(sta_addr), MAC2STR(target_ap), action); in wpa_ft_action_rx()
1183 if ((target_ap[0] & 0x01) || in wpa_ft_action_rx()
1184 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) { in wpa_ft_action_rx()
1202 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame, in wpa_ft_action_rx()
/NextBSD/contrib/wpa/src/drivers/
HDdriver_privsep.c490 os_memcpy(data.ft_ies.target_ap, buf + sizeof(int), ETH_ALEN); in wpa_driver_privsep_event_ft_response()
HDdriver_nl80211_event.c960 os_memcpy(data.ft_ies.target_ap, in mlme_event_ft_event()
964 MAC2STR(data.ft_ies.target_ap)); in mlme_event_ft_event()
HDdriver.h4246 u8 target_ap[ETH_ALEN]; member