Searched refs:ap_mld (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 7329 bool ap_mld, u8 tbtt_info_len, bool mld_update, in hostapd_skip_rnr() argument 7339 if (tbtt_info_len == RNR_TBTT_INFO_LEN && ap_mld) in hostapd_skip_rnr() 7344 if (tbtt_info_len == RNR_TBTT_INFO_MLD_LEN && !ap_mld) in hostapd_skip_rnr() 7394 bool ap_mld = false; in hostapd_eid_rnr_iface_len() local 7400 ap_mld = bss->conf->mld_ap; in hostapd_eid_rnr_iface_len() 7407 if (hostapd_skip_rnr(i, skip_profiles, ap_mld, in hostapd_eid_rnr_iface_len() 7661 bool ap_mld = false; in hostapd_eid_rnr_bss() local 7665 ap_mld = !!hapd->conf->mld_ap; in hostapd_eid_rnr_bss() 7672 if (hostapd_skip_rnr(i, skip_profiles, ap_mld, tbtt_info_len, in hostapd_eid_rnr_bss() 7714 if (ap_mld) { in hostapd_eid_rnr_bss() [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_event.c | 431 u8 *ap_mld; in qca_nl80211_link_reconfig_event() local 442 ap_mld = nla_data(tb[QCA_WLAN_VENDOR_ATTR_LINK_RECONFIG_AP_MLD_ADDR]); in qca_nl80211_link_reconfig_event() 444 " received in link reconfig event", MAC2STR(ap_mld)); in qca_nl80211_link_reconfig_event() 446 !ether_addr_equal(drv->sta_mlo_info.ap_mld_addr, ap_mld)) { in qca_nl80211_link_reconfig_event() 794 u8 *ap_mld; in qca_nl80211_tid_to_link_map_event() local 804 ap_mld = nla_data(tb[QCA_WLAN_VENDOR_ATTR_TID_TO_LINK_MAP_AP_MLD_ADDR]); in qca_nl80211_tid_to_link_map_event() 807 " received in TID to link mapping event", MAC2STR(ap_mld)); in qca_nl80211_tid_to_link_map_event() 809 !ether_addr_equal(drv->sta_mlo_info.ap_mld_addr, ap_mld)) { in qca_nl80211_tid_to_link_map_event()
|