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

/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c133 * @target_ap: Target AP address
144 const u8 *target_ap,
297 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
371 int ft_action, const u8 *target_ap,
393 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
476 bssid = target_ap;
514 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
824 * @target_ap: Target AP Address
828 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, argument
141 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) argument
370 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) argument
[all...]
H A Dwpa.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)
375 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, int ft_action, const u8 *target_ap) argument
H A Dwpa_i.h132 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
244 const u8 *target_ap,
248 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
254 const u8 *target_ap)
257 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
243 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
253 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c542 const u8 *target_ap,
574 os_memcpy(pos, target_ap, ETH_ALEN);
587 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) argument
593 bss = wpa_bss_get_bssid(wpa_s, target_ap);
598 params.bssid = target_ap;
541 wpa_supplicant_send_ft_action(void *ctx, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
H A Dwpa_priv.c924 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN);
H A Dctrl_iface.c866 u8 target_ap[ETH_ALEN]; local
870 if (hwaddr_aton(addr, target_ap)) {
876 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
878 bss = wpa_bss_get_bssid(wpa_s, target_ap);
884 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie);
H A Devents.c2709 data->ft_ies.target_ap,
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1151 const u8 *sta_addr, *target_ap; local
1173 target_ap = data + 8;
1179 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1193 if ((target_ap[0] & 0x01) ||
1194 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
1212 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_privsep.c490 os_memcpy(data.ft_ies.target_ap, buf + sizeof(int), ETH_ALEN);
H A Ddriver_nl80211_event.c960 os_memcpy(data.ft_ies.target_ap,
963 wpa_printf(MSG_DEBUG, "nl80211: FT event target_ap " MACSTR,
964 MAC2STR(data.ft_ies.target_ap));
H A Ddriver.h4246 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies

Completed in 231 milliseconds