Searched defs:target_ap (Results 1 - 17 of 17) 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,
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.h52 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
54 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
362 int ft_action, const u8 *target_ap,
368 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
387 int ft_action, const u8 *target_ap)
386 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.h133 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
261 const u8 *target_ap,
265 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
271 const u8 *target_ap)
274 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
260 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
270 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,
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.h52 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
54 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
362 int ft_action, const u8 *target_ap,
368 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
387 int ft_action, const u8 *target_ap)
386 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.h133 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
261 const u8 *target_ap,
265 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
271 const u8 *target_ap)
274 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
260 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
270 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,
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.h52 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap,
54 int (*mark_authenticated)(void *ctx, const u8 *target_ap);
362 int ft_action, const u8 *target_ap,
368 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
387 int ft_action, const u8 *target_ap)
386 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.h133 u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */ member in struct:wpa_sm
261 const u8 *target_ap,
265 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
271 const u8 *target_ap)
274 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
260 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
270 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c1253 const u8 *sta_addr, *target_ap; local
1275 target_ap = data + 8;
1281 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1295 if ((target_ap[0] & 0x01) ||
1296 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
1319 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c1253 const u8 *sta_addr, *target_ap; local
1275 target_ap = data + 8;
1281 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1295 if ((target_ap[0] & 0x01) ||
1296 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
1319 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1253 const u8 *sta_addr, *target_ap; local
1275 target_ap = data + 8;
1281 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1295 if ((target_ap[0] & 0x01) ||
1296 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
1319 wpa_ft_rrb_send(sm->wpa_auth, target_ap, (u8 *) frame,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_glue.c571 const u8 *target_ap,
603 os_memcpy(pos, target_ap, ETH_ALEN);
616 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) argument
622 bss = wpa_bss_get_bssid(wpa_s, target_ap);
627 params.bssid = target_ap;
570 wpa_supplicant_send_ft_action(void *ctx, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
H A Dctrl_iface.c1024 u8 target_ap[ETH_ALEN]; local
1028 if (hwaddr_aton(addr, target_ap)) {
1034 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
1036 bss = wpa_bss_get_bssid(wpa_s, target_ap);
1042 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h4646 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h4646 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h4646 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies

Completed in 878 milliseconds