Searched refs:tdls_feature_flags (Results 1 – 6 of 6) sorted by relevance
235 uint32_t tdls_feature_flags; in tdls_vdev_obj_create_notification() local248 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() local337 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() local1093 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 …]
925 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() local1105 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() local1131 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() local1310 tdls_feature_flags = tdls_soc->tdls_configs.tdls_feature_flags; in tdls_set_tdls_offchannelmode()[all …]
516 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()
1917 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()
133 tdls_soc_obj->tdls_configs.tdls_feature_flags = in tdls_update_feature_flag()441 uint32_t tdls_feature_flags; in ucfg_tdls_update_config() local497 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()
526 uint32_t tdls_feature_flags; member