Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/tdls/core/src/ !
H A Dwlan_tdls_main.c235 uint32_t tdls_feature_flags; in tdls_vdev_obj_create_notification() local
248 tdls_feature_flags = tdls_soc_obj->tdls_configs.tdls_feature_flags; in tdls_vdev_obj_create_notification()
249 if (!TDLS_IS_ENABLED(tdls_feature_flags)) { in tdls_vdev_obj_create_notification()
324 uint32_t tdls_feature_flags; in tdls_vdev_obj_destroy_notification() local
337 tdls_feature_flags = tdls_soc_obj->tdls_configs.tdls_feature_flags; in tdls_vdev_obj_destroy_notification()
338 if (!TDLS_IS_ENABLED(tdls_feature_flags)) { in tdls_vdev_obj_destroy_notification()
1078 uint32_t tdls_feature_flags = 0, sta_count, p2p_count; in tdls_set_ct_mode() local
1093 tdls_feature_flags = tdls_soc_obj->tdls_configs.tdls_feature_flags; in tdls_set_ct_mode()
1096 !TDLS_IS_IMPLICIT_TRIG_ENABLED(tdls_feature_flags)) { in tdls_set_ct_mode()
1116 if (TDLS_IS_EXTERNAL_CONTROL_ENABLED(tdls_feature_flags) && in tdls_set_ct_mode()
[all …]
H A Dwlan_tdls_ct.c925 tdls_soc_obj->tdls_configs.tdls_feature_flags)) in tdls_ct_process_cap_supported()
956 tdls_soc->tdls_configs.tdls_feature_flags)) in tdls_ct_process_cap_unknown()
1103 uint32_t tdls_feature_flags; in tdls_set_tdls_offchannel() local
1105 tdls_feature_flags = tdls_soc->tdls_configs.tdls_feature_flags; in tdls_set_tdls_offchannel()
1107 if (TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) && in tdls_set_tdls_offchannel()
1129 uint32_t tdls_feature_flags; in tdls_set_tdls_secoffchanneloffset() local
1131 tdls_feature_flags = tdls_soc->tdls_configs.tdls_feature_flags; in tdls_set_tdls_secoffchanneloffset()
1133 if (!TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) || in tdls_set_tdls_secoffchanneloffset()
1289 uint32_t tdls_feature_flags; in tdls_set_tdls_offchannelmode() local
1310 tdls_feature_flags = tdls_soc->tdls_configs.tdls_feature_flags; in tdls_set_tdls_offchannelmode()
[all …]
H A Dwlan_tdls_peer.c516 soc_obj->tdls_configs.tdls_feature_flags)) || in tdls_determine_channel_opclass()
570 soc_obj->tdls_configs.tdls_feature_flags)) && in tdls_get_wifi_hal_state()
1078 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_set_peer_caps()
H A Dwlan_tdls_cmds_process.c1917 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_process_enable_link()
1974 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_config_force_peer()
2154 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_process_remove_force_peer()
2280 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_process_should_discover()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/ !
H A Dwlan_tdls_ucfg_api.c133 tdls_soc_obj->tdls_configs.tdls_feature_flags = in tdls_update_feature_flag()
441 uint32_t tdls_feature_flags; in ucfg_tdls_update_config() local
497 tdls_feature_flags = soc_obj->tdls_configs.tdls_feature_flags; in ucfg_tdls_update_config()
499 if (!TDLS_IS_IMPLICIT_TRIG_ENABLED(tdls_feature_flags)) in ucfg_tdls_update_config()
501 else if (TDLS_IS_EXTERNAL_CONTROL_ENABLED(tdls_feature_flags)) in ucfg_tdls_update_config()
507 if (TDLS_IS_BUFFER_STA_ENABLED(tdls_feature_flags) || in ucfg_tdls_update_config()
508 TDLS_IS_SLEEP_STA_ENABLED(tdls_feature_flags)) in ucfg_tdls_update_config()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ !
H A Dwlan_tdls_public_structs.h526 uint32_t tdls_feature_flags; member