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

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c133 * @target_ap: Target AP address
144 const u8 *target_ap,
298 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
372 int ft_action, const u8 *target_ap,
394 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
477 bssid = target_ap;
515 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
818 * @target_ap: Target AP Address
822 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
371 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.h125 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
237 const u8 *target_ap,
241 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
247 const u8 *target_ap)
250 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
236 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
246 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c133 * @target_ap: Target AP address
144 const u8 *target_ap,
298 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
372 int ft_action, const u8 *target_ap,
394 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
477 bssid = target_ap;
515 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
818 * @target_ap: Target AP Address
822 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
371 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.h125 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
237 const u8 *target_ap,
241 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
247 const u8 *target_ap)
250 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
236 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
246 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c133 * @target_ap: Target AP address
144 const u8 *target_ap,
298 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
372 int ft_action, const u8 *target_ap,
394 if (os_memcmp(target_ap, sm->target_ap, ETH_ALEN) != 0) {
477 bssid = target_ap;
515 os_memcpy(sm->bssid, target_ap, ETH_ALEN);
818 * @target_ap: Target AP Address
822 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
371 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.h125 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
237 const u8 *target_ap,
241 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
247 const u8 *target_ap)
250 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
236 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
246 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
/external/wpa_supplicant_8/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.c811 os_memcpy(pos, data->ft_ies.target_ap, ETH_ALEN);
H A Dctrl_iface.c847 u8 target_ap[ETH_ALEN]; local
851 if (hwaddr_aton(addr, target_ap)) {
857 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
859 bss = wpa_bss_get_bssid(wpa_s, target_ap);
865 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie);
H A Devents.c2684 data->ft_ies.target_ap,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c1141 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,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c1141 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,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1141 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,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c414 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.h4193 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c414 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.h4193 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_privsep.c414 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.h4193 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies

Completed in 427 milliseconds