Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c1948 #define IS_5GHZ(n) (n > 4000) macro
2001 if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq)) in wpa_scan_result_compar()
2002 return IS_5GHZ(wa->freq) ? -1 : 1; in wpa_scan_result_compar()
2169 res->noise = IS_5GHZ(res->freq) ? in scan_snr()