Home | History | Annotate | Download | only in ap

Lines Matching refs:sta_addr

47 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr)
51 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
1075 const u8 *sta_addr, *target_ap;
1096 sta_addr = data + 2;
1103 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1105 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1108 MAC2STR(sm->addr), MAC2STR(sta_addr));
1143 const u8 *current_ap, const u8 *sta_addr,
1152 sm = wpa_ft_add_sta(wpa_auth, sta_addr);
1185 os_memcpy(pos, sta_addr, ETH_ALEN);
1435 const u8 *sta_addr, *target_ap_addr;
1495 sta_addr = pos;
1499 wpa_printf(MSG_DEBUG, "FT: RRB Action Frame: action=%d sta_addr="
1501 action, MAC2STR(sta_addr), MAC2STR(target_ap_addr));
1520 sta_addr, pos, end - pos) < 0)
1536 if (wpa_ft_action_send(wpa_auth, sta_addr, start, alen) < 0)