Searched refs:IS_5GHZ (Results 1 – 3 of 3) sorted by relevance
32 #define IS_5GHZ(n) (n > 4000) macro
2063 if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq)) in wpa_scan_result_compar()2064 return IS_5GHZ(wa->freq) ? -1 : 1; in wpa_scan_result_compar()2223 res->noise = IS_5GHZ(res->freq) ? in scan_snr()
1846 noise = IS_5GHZ(frequency) ? DEFAULT_NOISE_FLOOR_5GHZ : in wpas_get_snr_signal_info()