Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.h51 #define IS_WITHIN_RANGE_ASYM(_freq, _low_freq, _high_freq)\ argument
52 (((_freq) >= (_low_freq) && (_freq) <= (_high_freq)))
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_internal.h46 #define IS_ETSI_WEATHER_FREQ(_freq) ((_freq >= 5600) && (_freq <= 5650)) argument