Home
last modified time | relevance | path

Searched refs:IS_5GHZ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c2470 if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq)) in wpa_scan_result_compar()
2471 return IS_5GHZ(wa->freq) ? -1 : 1; in wpa_scan_result_compar()
2643 (IS_5GHZ(res->freq) ? in scan_snr()
3097 (!IS_5GHZ(freq) || vht80)) { in wpas_get_est_tpt()
3112 (!IS_5GHZ(freq) || vht160)) { in wpas_get_est_tpt()
H A Devents.c2135 if (IS_5GHZ(frequency)) { in wpas_get_snr_signal_info()
2165 if (IS_5GHZ(frequency)) in wpas_evaluate_band_score()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h300 #define IS_5GHZ(n) (n > 4000 && n < 5895) macro
H A Dieee802_11_common.c2982 if (IS_5GHZ(freq1) && IS_5GHZ(freq2)) in is_same_band()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2490 if (IS_5GHZ(params->freq)) in hostapd_ctrl_check_freq_params()