Home | History | Annotate | Download | only in ap

Lines Matching refs:sta_addr

28 				     const u8 *current_ap, const u8 *sta_addr,
66 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr)
70 return wpa_auth->cb->add_sta(wpa_auth->cb_ctx, sta_addr);
75 const u8 *sta_addr,
82 return wpa_auth->cb->add_tspec(wpa_auth->cb_ctx, sta_addr, tspec_ie,
1253 const u8 *sta_addr, *target_ap;
1274 sta_addr = data + 2;
1281 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1283 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1286 MAC2STR(sm->addr), MAC2STR(sta_addr));
1340 const u8 *current_ap, const u8 *sta_addr,
1349 sm = wpa_ft_add_sta(wpa_auth, sta_addr);
1369 res = wpa_ft_send_rrb_auth_resp(sm, current_ap, sta_addr, status,
1377 const u8 *current_ap, const u8 *sta_addr,
1409 os_memcpy(pos, sta_addr, ETH_ALEN);
1719 const u8 *sta_addr, *target_ap_addr;
1779 sta_addr = pos;
1783 wpa_printf(MSG_DEBUG, "FT: RRB Action Frame: action=%d sta_addr="
1785 action, MAC2STR(sta_addr), MAC2STR(target_ap_addr));
1804 sta_addr, pos, end - pos) < 0)
1820 if (wpa_ft_action_send(wpa_auth, sta_addr, start, alen) < 0)