HomeSort by relevance Sort by last modified time
    Searched refs:target_ap (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 120 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
232 const u8 *target_ap,
236 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
242 const u8 *target_ap)
245 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
wpa_ft.c 137 * @target_ap: Target AP address
147 const u8 *kck, const u8 *target_ap,
301 if (wpa_ft_mic(kck, sm->own_addr, target_ap, 5,
375 int ft_action, const u8 *target_ap,
397 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
480 bssid = target_ap;
520 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
821 * @target_ap: Target AP Address
825 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
    [all...]
wpa.h 49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
51 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
328 int ft_action, const u8 *target_ap,
334 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
353 int ft_action, const u8 *target_ap)
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 509 const u8 *target_ap,
513 return wpa_drv_send_ft_action(wpa_s, action, target_ap, ies, ies_len);
517 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap)
523 bss = wpa_bss_get_bssid(wpa_s, target_ap);
528 params.bssid = target_ap;
driver_i.h 292 u8 action, const u8 *target_ap,
297 target_ap, ies, ies_len);
wpa_priv.c 807 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN);
sme.c 717 os_memcpy(edata.ft_ies.target_ap, data->auth.peer, ETH_ALEN);
    [all...]
ctrl_iface.c 640 u8 target_ap[ETH_ALEN]; local
644 if (hwaddr_aton(addr, target_ap)) {
650 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
652 bss = wpa_bss_get_bssid(wpa_s, target_ap);
658 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie);
    [all...]
events.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 1140 const u8 *sta_addr, *target_ap; local
1162 target_ap = data + 8;
1168 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1182 if ((target_ap[0] & 0x01) ||
1183 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
1201 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3745 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
    [all...]
driver_privsep.c 409 os_memcpy(data.ft_ies.target_ap, buf + sizeof(int), ETH_ALEN);
driver_nl80211.c     [all...]

Completed in 622 milliseconds