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.c1550 #define IS_5GHZ(n) (n > 4000) in wpa_scan_result_compar() macro
1595 if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq)) in wpa_scan_result_compar()
1596 return IS_5GHZ(wa->freq) ? -1 : 1; in wpa_scan_result_compar()
1608 #undef IS_5GHZ in wpa_scan_result_compar()