HomeSort by: relevance | last modified time | path
    Searched refs:IS_5GHZ (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 300 #define IS_5GHZ(n) (n > 4000 && n < 5895)
ieee802_11_common.c 2982 if (IS_5GHZ(freq1) && IS_5GHZ(freq2))
  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 2470 if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq))
2471 return IS_5GHZ(wa->freq) ? -1 : 1;
2643 (IS_5GHZ(res->freq) ?
3097 (!IS_5GHZ(freq) || vht80)) {
3112 (!IS_5GHZ(freq) || vht160)) {
events.c 2135 if (IS_5GHZ(frequency)) {
2165 if (IS_5GHZ(frequency))
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 2490 if (IS_5GHZ(params->freq))

Completed in 60 milliseconds