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

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c153 * @target_ap: Target AP address
164 const u8 *target_ap,
381 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
486 int ft_action, const u8 *target_ap,
511 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
615 bssid = target_ap;
661 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
1050 * @target_ap: Target AP Address
1054 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, argument
161 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
485 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_i.h133 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
283 const u8 *target_ap,
287 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
293 const u8 *target_ap)
296 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
282 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
292 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
H A Dwpa.h54 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
56 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
369 int ft_action, const u8 *target_ap,
375 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
400 int ft_action, const u8 *target_ap)
399 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, int ft_action, const u8 *target_ap) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c612 const u8 *target_ap,
644 os_memcpy(pos, target_ap, ETH_ALEN);
657 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) argument
663 bss = wpa_bss_get_bssid(wpa_s, target_ap);
668 params.bssid = target_ap;
611 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.c1023 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN);
H A Dctrl_iface.c1137 u8 target_ap[ETH_ALEN]; local
1141 if (hwaddr_aton(addr, target_ap)) {
1147 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
1149 bss = wpa_bss_get_bssid(wpa_s, target_ap);
1155 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie);
H A Devents.c3410 data->ft_ies.target_ap,
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c3328 const u8 *sta_addr, *target_ap; local
3350 target_ap = data + 8;
3356 MAC2STR(sta_addr), MAC2STR(target_ap), action);
3370 if ((target_ap[0] & 0x01) ||
3371 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
3394 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c496 os_memcpy(data.ft_ies.target_ap, buf + sizeof(int), ETH_ALEN);
H A Ddriver_nl80211_event.c1099 os_memcpy(data.ft_ies.target_ap,
1102 wpa_printf(MSG_DEBUG, "nl80211: FT event target_ap " MACSTR,
1103 MAC2STR(data.ft_ies.target_ap));
H A Ddriver.h5165 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies

Completed in 318 milliseconds