Searched refs:skip_profiles (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 7328 static bool hostapd_skip_rnr(size_t i, struct mbssid_ie_profiles *skip_profiles, in hostapd_skip_rnr() argument 7333 if (skip_profiles && in hostapd_skip_rnr() 7334 i >= skip_profiles->start && i < skip_profiles->end) in hostapd_skip_rnr() 7367 struct mbssid_ie_profiles *skip_profiles, in hostapd_eid_rnr_iface_len() argument 7407 if (hostapd_skip_rnr(i, skip_profiles, ap_mld, in hostapd_eid_rnr_iface_len() 7653 struct mbssid_ie_profiles *skip_profiles, in hostapd_eid_rnr_bss() argument 7672 if (hostapd_skip_rnr(i, skip_profiles, ap_mld, tbtt_info_len, in hostapd_eid_rnr_bss() 7751 struct mbssid_ie_profiles *skip_profiles, in hostapd_eid_rnr_iface() argument 7789 skip_profiles, i, in hostapd_eid_rnr_iface() 8070 struct mbssid_ie_profiles skip_profiles = { in hostapd_eid_mbssid_len() local [all …]
|