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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 133 * @target_ap: Target AP address
144 const u8 *target_ap,
296 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
370 int ft_action, const u8 *target_ap,
392 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
475 bssid = target_ap;
513 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
816 * @target_ap: Target AP Address
820 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
    [all...]
wpa.h 50 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
52 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
354 int ft_action, const u8 *target_ap,
360 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
379 int ft_action, const u8 *target_ap)
wpa_i.h 127 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
243 const u8 *target_ap,
247 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
253 const u8 *target_ap)
256 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 542 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)
593 bss = wpa_bss_get_bssid(wpa_s, target_ap);
598 params.bssid = target_ap;
wpa_priv.c 932 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN);
ctrl_iface.c 889 u8 target_ap[ETH_ALEN]; local
893 if (hwaddr_aton(addr, target_ap)) {
899 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
901 bss = wpa_bss_get_bssid(wpa_s, target_ap);
907 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 1141 const u8 *sta_addr, *target_ap; local
1163 target_ap = data + 8;
1169 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1183 if ((target_ap[0] & 0x01) ||
1184 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
1202 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 490 os_memcpy(data.ft_ies.target_ap, buf + sizeof(int), ETH_ALEN);
driver_nl80211_event.c 1006 os_memcpy(data.ft_ies.target_ap,
1009 wpa_printf(MSG_DEBUG, "nl80211: FT event target_ap " MACSTR,
1010 MAC2STR(data.ft_ies.target_ap));
    [all...]
driver.h 4351 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
    [all...]

Completed in 666 milliseconds