Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Dhw_features.c828 int max_contiguous = 0; in hostapd_is_usable_edmg() local
871 if (contiguous > max_contiguous) in hostapd_is_usable_edmg()
872 max_contiguous = contiguous; in hostapd_is_usable_edmg()
881 if (!max_contiguous) in hostapd_is_usable_edmg()
885 if (max_contiguous < 2) in hostapd_is_usable_edmg()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c3488 int max_contiguous = 0; in get_edmg_intersection() local
3512 if (contiguous > max_contiguous) in get_edmg_intersection()
3513 max_contiguous = contiguous; in get_edmg_intersection()
3524 if ((max_contiguous >= 2 && result.bw_config < EDMG_BW_CONFIG_5) || in get_edmg_intersection()
3525 (max_contiguous >= 1 && result.bw_config < EDMG_BW_CONFIG_4)) { in get_edmg_intersection()
3528 max_contiguous); in get_edmg_intersection()