Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c3199 bool is_6ghz, is_24ghz; in ibss_mesh_setup_freq() local
3222 is_24ghz = hw_mode == HOSTAPD_MODE_IEEE80211G || in ibss_mesh_setup_freq()
3236 if (freq->vht_enabled || (freq->ht_enabled && is_24ghz) || is_6ghz) in ibss_mesh_setup_freq()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c4944 int is_24ghz; in nl80211_put_freq_params() local
4959 is_24ghz = hw_mode == HOSTAPD_MODE_IEEE80211G || in nl80211_put_freq_params()
4963 ((freq->he_enabled || freq->eht_enabled) && !is_24ghz)) { in nl80211_put_freq_params()