• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/wpa/src/ap/

Lines Matching refs:addr

28 static int ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
33 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
38 static int ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
43 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
49 const u8 *addr, u8 dialog_token,
66 sta = ap_get_sta(hapd, addr);
85 if (ieee80211_11_get_tfs_ie(hapd, addr, wnmtfs_ie, &wnmtfs_ie_len,
134 os_memcpy(mgmt->da, addr, ETH_ALEN);
201 addr, NULL, NULL);
216 addr, NULL, NULL);
235 const u8 *addr, const u8 *frm, int len)
254 MAC2STR(addr));
261 MACSTR, MAC2STR(addr));
295 sta = ap_get_sta(hapd, addr);
322 if (ieee80211_11_set_tfs_ie(hapd, addr, tfsreq_ie_start,
328 ieee802_11_send_wnmsleep_resp(hapd, addr, dialog_token,
334 ieee80211_11_set_tfs_ie(hapd, addr, tfsreq_ie_start,
341 const u8 *addr,
352 os_memcpy(mgmt->da, addr, ETH_ALEN);
368 MAC2STR(addr), dialog_token,
382 const u8 *addr, const u8 *frm,
398 MAC2STR(addr));
404 MACSTR, MAC2STR(addr));
415 MAC2STR(addr), dialog_token, reason);
420 ieee802_11_send_bss_trans_mgmt_request(hapd, addr, dialog_token);
431 hapd->conf->iface, MAC2STR(sta->addr));
438 const u8 *addr, const u8 *frm,
455 MAC2STR(addr));
461 MACSTR, MAC2STR(addr));
473 "bss_termination_delay=%u", MAC2STR(addr), dialog_token,
476 sta = ap_get_sta(hapd, addr);
480 MAC2STR(addr));
498 MAC2STR(addr), status_code, bss_termination_delay,
505 MAC2STR(addr), status_code, bss_termination_delay);
514 const u8 *addr, const u8 *buf,
528 MAC2STR(addr), dialog_token, type);
532 mbo_ap_wnm_notification_req(hapd, addr, buf, len);
537 const u8 *addr, const u8 *buf,
547 MACSTR, MAC2STR(addr));
554 MACSTR, MAC2STR(addr));
563 MAC2STR(addr), dialog_token);
573 MAC2STR(addr), dialog_token, hex);
630 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
645 MACSTR, disassoc_timer, MAC2STR(sta->addr));
666 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
674 " set to %d ms", MAC2STR(sta->addr), timeout);
696 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
746 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int);
753 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
825 os_memcpy(mgmt->da, sta->addr, ETH_ALEN);
838 MAC2STR(sta->addr), dialog_token, auto_report, timeout);