Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_phyerr.c69 int is_pri, in dfs_get_event_freqcentre() argument
108 if (is_pri) in dfs_get_event_freqcentre()
164 e->is_pri = 1; in dfs_process_phyerr_owl()
315 e->is_pri = pri_found; in dfs_process_phyerr_sowl()
325 e->freq = dfs_get_event_freqcentre(dfs, e->is_pri, e->is_ext, in dfs_process_phyerr_sowl()
537 if (e->is_pri) { in dfs_set_chan_index()
721 (e.is_pri ? 1 : 0), in dfs_process_phyerr()
906 int is_pri = 0; in dfs_process_phyerr_filter_offload() local
933 is_pri = 1; in dfs_process_phyerr_filter_offload()
1009 if (is_pri) { in dfs_process_phyerr_filter_offload()
H A Ddfs_phyerr_tlv.c700 e->is_pri = 1; /* Always PRI for now */ in dfs_process_phyerr_bb_tlv()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h1651 uint32_t is_pri:1, member