Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_ct.c1281 int offchanmode) in tdls_set_tdls_offchannelmode() argument
1298 if (offchanmode < ENABLE_CHANSWITCH || in tdls_set_tdls_offchannelmode()
1299 offchanmode > DISABLE_ACTIVE_CHANSWITCH) { in tdls_set_tdls_offchannelmode()
1300 tdls_err("Invalid tdls off channel mode %d", offchanmode); in tdls_set_tdls_offchannelmode()
1306 offchanmode); in tdls_set_tdls_offchannelmode()
1324 offchanmode, tdls_soc->tdls_off_channel, in tdls_set_tdls_offchannelmode()
1331 switch (offchanmode) { in tdls_set_tdls_offchannelmode()
1393 offchanmode, tdls_soc->tdls_off_channel, in tdls_set_tdls_offchannelmode()
1400 chan_switch_params->tdls_sw_mode = offchanmode; in tdls_set_tdls_offchannelmode()
1420 tdls_soc->tdls_fw_off_chan_mode = offchanmode; in tdls_set_tdls_offchannelmode()
H A Dwlan_tdls_ct.h216 int offchanmode);
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
H A Dwlan_tdls_ucfg_api.h375 int offchanmode);
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_tdls.h262 int offchanmode);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tdls.c1221 int offchanmode) in hdd_set_tdls_offchannelmode() argument
1243 status = ucfg_set_tdls_offchan_mode(vdev, offchanmode); in hdd_set_tdls_offchannelmode()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
H A Dwlan_tdls_ucfg_api.c1164 int offchanmode) in ucfg_set_tdls_offchan_mode() argument
1180 req->offchan_mode = offchanmode; in ucfg_set_tdls_offchan_mode()