Searched defs:target_ap (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c137 * @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);
822 * @target_ap: Target AP Address
826 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, argument
145 wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, const u8 *anonce, const u8 *pmk_name, const u8 *kck, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len, const u8 *ap_mdie) argument
374 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.h49 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)
352 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.h120 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);
231 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
241 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c137 * @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);
822 * @target_ap: Target AP Address
826 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, argument
145 wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, const u8 *anonce, const u8 *pmk_name, const u8 *kck, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len, const u8 *ap_mdie) argument
374 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.h49 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)
352 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.h120 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);
231 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
241 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.c137 * @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);
822 * @target_ap: Target AP Address
826 int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, argument
145 wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, const u8 *anonce, const u8 *pmk_name, const u8 *kck, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len, const u8 *ap_mdie) argument
374 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.h49 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)
352 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.h120 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);
231 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
241 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.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/wpa_supplicant/
H A Dwpas_glue.c527 const u8 *target_ap,
531 return wpa_drv_send_ft_action(wpa_s, action, target_ap, ies, ies_len);
535 static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) argument
541 bss = wpa_bss_get_bssid(wpa_s, target_ap);
546 params.bssid = target_ap;
526 wpa_supplicant_send_ft_action(void *ctx, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
H A Ddriver_i.h292 u8 action, const u8 *target_ap,
297 target_ap, ies, ies_len);
291 wpa_drv_send_ft_action(struct wpa_supplicant *wpa_s, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
H A Dctrl_iface.c641 u8 target_ap[ETH_ALEN]; local
645 if (hwaddr_aton(addr, target_ap)) {
651 wpa_printf(MSG_DEBUG, "CTRL_IFACE FT_DS " MACSTR, MAC2STR(target_ap));
653 bss = wpa_bss_get_bssid(wpa_s, target_ap);
659 return wpa_ft_start_over_ds(wpa_s->wpa, target_ap, mdie);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1706 * @target_ap: Target AP address
1715 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap,
3768 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
H A Ddriver_nl80211.c2247 os_memcpy(data.ft_ies.target_ap,
2250 wpa_printf(MSG_DEBUG, "nl80211: FT event target_ap " MACSTR,
2251 MAC2STR(data.ft_ies.target_ap));
10929 static int nl80211_send_ft_action(void *priv, u8 action, const u8 *target_ap, argument
10963 os_memcpy(pos, target_ap, ETH_ALEN);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1706 * @target_ap: Target AP address
1715 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap,
3768 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
H A Ddriver_nl80211.c2247 os_memcpy(data.ft_ies.target_ap,
2250 wpa_printf(MSG_DEBUG, "nl80211: FT event target_ap " MACSTR,
2251 MAC2STR(data.ft_ies.target_ap));
10929 static int nl80211_send_ft_action(void *priv, u8 action, const u8 *target_ap, argument
10963 os_memcpy(pos, target_ap, ETH_ALEN);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1706 * @target_ap: Target AP address
1715 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap,
3768 u8 target_ap[ETH_ALEN]; member in struct:wpa_event_data::ft_ies
H A Ddriver_nl80211.c2247 os_memcpy(data.ft_ies.target_ap,
2250 wpa_printf(MSG_DEBUG, "nl80211: FT event target_ap " MACSTR,
2251 MAC2STR(data.ft_ies.target_ap));
10929 static int nl80211_send_ft_action(void *priv, u8 action, const u8 *target_ap, argument
10963 os_memcpy(pos, target_ap, ETH_ALEN);

Completed in 363 milliseconds