Searched refs:skip_profiles (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11.c | 9536 static bool hostapd_skip_rnr(size_t i, struct mbssid_ie_profiles *skip_profiles, in hostapd_skip_rnr() argument 9547 if (!mld_update && skip_profiles && in hostapd_skip_rnr() 9548 i >= skip_profiles->start && i < skip_profiles->end) in hostapd_skip_rnr() 9578 if (mld_update && skip_profiles && match_idx && in hostapd_skip_rnr() 9579 (*match_idx < skip_profiles->start || in hostapd_skip_rnr() 9580 *match_idx >= skip_profiles->end)) in hostapd_skip_rnr() 9590 struct mbssid_ie_profiles *skip_profiles, in hostapd_rnr_get_bss_info() argument 9621 if (hostapd_skip_rnr(i, skip_profiles, ap_mld, tbtt_info_len, in hostapd_rnr_get_bss_info() 9646 struct mbssid_ie_profiles *skip_profiles, in hostapd_eid_rnr_iface_len() argument 9687 hapd, reporting_hapd, skip_profiles, in hostapd_eid_rnr_iface_len() [all …]
|