Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c5408 struct afc_freq_obj *freq_obj) in reg_is_range_subset_of_freq_obj() argument
5410 return (range->left >= freq_obj->low_freq && in reg_is_range_subset_of_freq_obj()
5411 range->right <= freq_obj->high_freq); in reg_is_range_subset_of_freq_obj()
5511 struct afc_freq_obj *freq_obj, in reg_find_low_and_high_limit() argument
5516 freq_obj->low_freq, in reg_find_low_and_high_limit()
5519 freq_obj->high_freq, in reg_find_low_and_high_limit()