Home
last modified time | relevance | path

Searched refs:max_contiguous (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c959 int max_contiguous = 0; in hostapd_is_usable_edmg() local
1004 if (contiguous > max_contiguous) in hostapd_is_usable_edmg()
1005 max_contiguous = contiguous; in hostapd_is_usable_edmg()
1014 if (!max_contiguous) in hostapd_is_usable_edmg()
1018 if (max_contiguous < 2) in hostapd_is_usable_edmg()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c4592 int max_contiguous = 0; in get_edmg_intersection() local
4616 if (contiguous > max_contiguous) in get_edmg_intersection()
4617 max_contiguous = contiguous; in get_edmg_intersection()
4628 if ((max_contiguous >= 2 && result.bw_config < EDMG_BW_CONFIG_5) || in get_edmg_intersection()
4629 (max_contiguous >= 1 && result.bw_config < EDMG_BW_CONFIG_4)) { in get_edmg_intersection()
4632 max_contiguous); in get_edmg_intersection()