Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_ucfg_api.h709 uint32_t dwell_time) in ucfg_scan_cfg_set_active_dwelltime() argument
711 return wlan_scan_cfg_set_active_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_active_dwelltime()
723 uint32_t dwell_time) in ucfg_scan_cfg_set_active_2g_dwelltime() argument
725 return wlan_scan_cfg_set_active_2g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_active_2g_dwelltime()
737 uint32_t *dwell_time) in ucfg_scan_cfg_get_active_dwelltime() argument
739 return wlan_scan_cfg_get_active_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_active_dwelltime()
751 uint32_t dwell_time) in ucfg_scan_cfg_set_passive_dwelltime() argument
753 return wlan_scan_cfg_set_passive_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_passive_dwelltime()
764 uint32_t *dwell_time) in ucfg_scan_cfg_get_passive_dwelltime() argument
766 return wlan_scan_cfg_get_passive_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_passive_dwelltime()
[all …]
Dwlan_scan_api.h66 uint32_t dwell_time);
76 uint32_t *dwell_time);
87 uint32_t dwell_time);
97 uint32_t *dwell_time);
108 uint32_t dwell_time);
118 uint32_t *dwell_time);
162 uint32_t dwell_time);
171 uint32_t *dwell_time);
181 uint32_t dwell_time);
190 uint32_t *dwell_time);
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_api.c33 uint32_t *dwell_time) in wlan_scan_cfg_get_passive_dwelltime() argument
40 *dwell_time = scan_obj->scan_def.passive_dwell; in wlan_scan_cfg_get_passive_dwelltime()
44 uint32_t dwell_time) in wlan_scan_cfg_set_passive_dwelltime() argument
51 scan_obj->scan_def.passive_dwell = dwell_time; in wlan_scan_cfg_set_passive_dwelltime()
55 uint32_t *dwell_time) in wlan_scan_cfg_get_active_dwelltime() argument
62 *dwell_time = scan_obj->scan_def.active_dwell; in wlan_scan_cfg_get_active_dwelltime()
66 uint32_t dwell_time) in wlan_scan_cfg_set_active_dwelltime() argument
73 scan_obj->scan_def.active_dwell = dwell_time; in wlan_scan_cfg_set_active_dwelltime()
77 uint32_t *dwell_time) in wlan_scan_cfg_get_active_2g_dwelltime() argument
85 *dwell_time = scan_obj->scan_def.active_dwell_2g; in wlan_scan_cfg_get_active_2g_dwelltime()
[all …]
/wlan-driver/qcacld-3.0/components/son/dispatcher/inc/
Dson_api.h159 uint32_t dwell_time; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ioctl.c136 int dwell_time; member
432 qdf_freq_t *freq, uint8_t *dwell_time, in hdd_parse_send_action_frame_v1_data() argument
470 *dwell_time = temp_int; in hdd_parse_send_action_frame_v1_data()
720 const qdf_freq_t freq, const uint8_t dwell_time, in hdd_sendactionframe() argument
833 params.wait = dwell_time; in hdd_sendactionframe()
844 dwell_time, frame, frame_len, 1, 1, &cookie); in hdd_sendactionframe()
875 uint8_t dwell_time = 0; in hdd_parse_sendactionframe_v1() local
884 &dwell_time, &payload, in hdd_parse_sendactionframe_v1()
890 dwell_time, payload_len, payload); in hdd_parse_sendactionframe_v1()
951 if (params->dwell_time < 0) { in hdd_parse_sendactionframe_v2()
[all …]
Dwlan_hdd_cfg80211.c10380 uint32_t dwell_time; in hdd_config_ant_div_probe_dwell_time() local
10384 dwell_time = nla_get_u32(attr); in hdd_config_ant_div_probe_dwell_time()
10385 hdd_debug("dwell time: %x", dwell_time); in hdd_config_ant_div_probe_dwell_time()
10387 ant_div_usrcfg = ANT_DIV_SET_PROBE_DWELL_TIME(dwell_time); in hdd_config_ant_div_probe_dwell_time()
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_main.h109 uint8_t dwell_time; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dutils_parser.c249 pOld->dwellTime = pNew->dwell_time; in convert_fh_params()
Ddot11f.c4980 framesntohs(pCtx, &pDst->dwell_time, pBuf, 0); in dot11f_unpack_ie_fh_param_set()
26421 frameshtons(pCtx, pBuf, pSrc->dwell_time, 0); in dot11f_pack_ie_fh_param_set()
/wlan-driver/qcacld-3.0/components/son/dispatcher/src/
Dson_api.c1092 g_son_cbs[i]->dwell_time = CBS_DEFAULT_DWELL_TIME; in wlan_son_cbs_init()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1299 dwell_time, 2;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h5763 uint16_t dwell_time; member