Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_nol.c122 prev_next = &(dfs->dfs_nol); in dfs_nol_delete()
123 nol = dfs->dfs_nol; in dfs_nol_delete()
254 nol = dfs->dfs_nol; in dfs_print_nol()
308 struct dfsreq_nolelem *dfs_nol, in dfs_get_nol() argument
320 nol = dfs->dfs_nol; in dfs_get_nol()
322 dfs_nol[*nchan].nol_freq = nol->nol_freq; in dfs_get_nol()
323 dfs_nol[*nchan].nol_chwidth = nol->nol_chwidth; in dfs_get_nol()
324 dfs_nol[*nchan].nol_start_us = nol->nol_start_us; in dfs_get_nol()
325 dfs_nol[*nchan].nol_timeout_ms = nol->nol_timeout_ms; in dfs_get_nol()
333 struct dfsreq_nolelem *dfs_nol, in dfs_set_nol() argument
[all …]
H A Ddfs.c665 (struct dfsreq_nolelem *)nol->dfs_nol, in dfs_control()
676 (struct dfsreq_nolelem *)nol->dfs_nol, in dfs_control()
H A Ddfs_random_chan_sel.c803 nol = dfs->dfs_nol; in dfs_mark_leaking_chan_for_freq()
1330 nol = dfs->dfs_nol; in dfs_is_freq_in_nol()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h355 #define DFS_GET_NOL_LOCKED(dfs, dfs_nol, nchan) \ argument
358 dfs_get_nol(dfs, dfs_nol, nchan); \
1323 struct dfs_nolelem *dfs_nol; member
1764 struct dfsreq_nolelem *dfs_nol,
1774 struct dfsreq_nolelem *dfs_nol,
2843 void dfs_get_nol_chfreq_and_chwidth(struct dfsreq_nolelem *dfs_nol,
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/inc/
H A Dwlan_dfs_ioctl.h101 struct dfsreq_nolelem dfs_nol[DFS_CHAN_MAX]; member
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
H A Dwlan_dfs_utils_api.c45 struct dfsreq_nolelem dfs_nol[DFS_MAX_NOL_CHANNEL]; member
1063 dfs_set_nol(dfs, dfs_nolinfo->dfs_nol, dfs_nolinfo->num_chans); in utils_dfs_init_nol()
1110 DFS_GET_NOL_LOCKED(dfs, dfs_nolinfo->dfs_nol, &num_chans); in utils_dfs_save_nol()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c2300 radar_result[i].ch_freq = nol_info->dfs_nol[i].nol_freq; in wlansap_query_radar_history()
2301 radar_result[i].time = nol_info->dfs_nol[i].nol_start_us; in wlansap_query_radar_history()
2304 i, nol_info->dfs_nol[i].nol_freq, in wlansap_query_radar_history()
2305 nol_info->dfs_nol[i].nol_start_us); in wlansap_query_radar_history()
/wlan-driver/qcacld-3.0/
H A Dwlan_qcacld3_modules.bzl1513 "cmn/umac/dfs/core/src/misc/dfs_nol.c",
H A DKbuild797 $(DFS_CORE_SRC_DIR)/misc/dfs_nol.o \