Home
last modified time | relevance | path

Searched refs:feature_flags (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dwlan_cfg80211_wifi_pos.c113 wlan_wifi_pos_set_feature_flags(uint8_t *feature_flags, in wlan_wifi_pos_set_feature_flags() argument
121 feature_flags[index] |= bit_mask; in wlan_wifi_pos_set_feature_flags()
125 uint8_t *feature_flags) in wlan_wifi_pos_cfg80211_set_features() argument
134 wlan_wifi_pos_set_feature_flags(feature_flags, in wlan_wifi_pos_cfg80211_set_features()
137 wlan_wifi_pos_set_feature_flags(feature_flags, in wlan_wifi_pos_cfg80211_set_features()
143 wlan_wifi_pos_set_feature_flags(feature_flags, in wlan_wifi_pos_cfg80211_set_features()
146 wlan_wifi_pos_set_feature_flags(feature_flags, in wlan_wifi_pos_cfg80211_set_features()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/inc/
Dwlan_cfg80211_wifi_pos.h43 uint8_t *feature_flags);
47 uint8_t *feature_flags) in wlan_wifi_pos_cfg80211_set_features() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_napi.c102 uint8_t feature_flags = 0; in hdd_napi_create() local
120 feature_flags = QCA_NAPI_FEATURE_CPU_CORRECTION | in hdd_napi_create()
127 feature_flags); in hdd_napi_create()
Dwlan_hdd_cfg80211.c5120 static void wlan_hdd_cfg80211_set_feature(uint8_t *feature_flags, in wlan_hdd_cfg80211_set_feature() argument
5128 feature_flags[index] |= bit_mask; in wlan_hdd_cfg80211_set_feature()
5138 static void wlan_hdd_set_ndi_feature(uint8_t *feature_flags) in wlan_hdd_set_ndi_feature() argument
5140 wlan_hdd_cfg80211_set_feature(feature_flags, in wlan_hdd_set_ndi_feature()
5144 static inline void wlan_hdd_set_ndi_feature(uint8_t *feature_flags) in wlan_hdd_set_ndi_feature() argument
5150 uint8_t *feature_flags) in wlan_hdd_set_ll_lt_sap_feature() argument
5160 wlan_hdd_cfg80211_set_feature(feature_flags, in wlan_hdd_set_ll_lt_sap_feature()
5194 uint8_t feature_flags[(NUM_QCA_WLAN_VENDOR_FEATURES + 7) / 8] = {0}; in __wlan_hdd_cfg80211_get_features() local
5210 wlan_hdd_cfg80211_set_feature(feature_flags, in __wlan_hdd_cfg80211_get_features()
5214 wlan_hdd_cfg80211_set_feature(feature_flags, in __wlan_hdd_cfg80211_get_features()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_sme_req_utils.c65 val = mac_ctx->mlme_cfg->feature_flags.enable_rsn; in lim_is_rsn_ie_valid_in_sme_req_message()
181 val = mac_ctx->mlme_cfg->feature_flags.enable_rsn; in lim_set_rs_nie_wp_aiefrom_sme_start_bss_req_message()
Dlim_process_cfg_updates.c229 pe_session->limHcfEnabled = mac->mlme_cfg->feature_flags.enable_hcf; in lim_update_config()
Dlim_process_sme_req_messages.c556 mac_ctx->mlme_cfg->feature_flags.enable_rsn = rsn_enabled; in lim_set_privacy()
986 feature_flags.enable_short_slot_time_11g = 0; in __lim_handle_sme_start_bss_request()
988 mac_ctx->mlme_cfg->feature_flags. in __lim_handle_sme_start_bss_request()
3298 mac_ctx->mlme_cfg->feature_flags.enable_short_slot_time_11g = 0; in lim_fill_pe_session()
3300 mac_ctx->mlme_cfg->feature_flags.enable_short_slot_time_11g = in lim_fill_pe_session()
5223 mac_ctx->mlme_cfg->feature_flags.enable_short_slot_time_11g = 0; in lim_handle_reassoc_req()
5225 mac_ctx->mlme_cfg->feature_flags.enable_short_slot_time_11g = in lim_handle_reassoc_req()
Dlim_api.c264 mac->mlme_cfg->feature_flags.channel_bonding_mode ? in __lim_init_config()
1652 if (!mac->mlme_cfg->feature_flags.enable_short_slot_time_11g) in lim_update_short_slot()
Dlim_assoc_utils.c152 if (mac->mlme_cfg->feature_flags.accept_short_slot_assoc) { in lim_compare_capabilities()
1103 val = mac_ctx->mlme_cfg->feature_flags.enable_short_slot_time_11g; in lim_decide_short_slot()
Dlim_utils.c1456 val = mac_ctx->mlme_cfg->feature_flags.enable_short_slot_time_11g; in lim_update_short_slot_time()
3676 if (!mac->mlme_cfg->feature_flags.enable_short_preamble_11g) in lim_enable_short_preamble()
10794 if (mac->mlme_cfg->feature_flags.enable_short_slot_time_11g) { in lim_get_capability_info()
10819 val = mac->mlme_cfg->feature_flags.enable_block_ack; in lim_get_capability_info()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c1967 struct wlan_mlme_feature_flag *feature_flags) in mlme_init_feature_flag_in_cfg() argument
1969 feature_flags->accept_short_slot_assoc = in mlme_init_feature_flag_in_cfg()
1971 feature_flags->enable_hcf = cfg_default(CFG_HCF_ENABLED); in mlme_init_feature_flag_in_cfg()
1972 feature_flags->enable_rsn = cfg_default(CFG_RSN_ENABLED); in mlme_init_feature_flag_in_cfg()
1973 feature_flags->enable_short_preamble_11g = in mlme_init_feature_flag_in_cfg()
1975 feature_flags->enable_short_slot_time_11g = in mlme_init_feature_flag_in_cfg()
1977 feature_flags->channel_bonding_mode = in mlme_init_feature_flag_in_cfg()
1979 feature_flags->enable_block_ack = cfg_default(CFG_BLOCK_ACK_ENABLED); in mlme_init_feature_flag_in_cfg()
1980 feature_flags->enable_ampdu = cfg_get(psoc, CFG_ENABLE_AMPDUPS); in mlme_init_feature_flag_in_cfg()
1981 feature_flags->mcc_rts_cts_prot = cfg_get(psoc, in mlme_init_feature_flag_in_cfg()
[all …]
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_ucfg_api.c1868 *val = mlme_obj->cfg.feature_flags.channel_bonding_mode_24ghz; in ucfg_mlme_get_channel_bonding_24ghz()
1883 mlme_obj->cfg.feature_flags.channel_bonding_mode_24ghz = value; in ucfg_mlme_set_channel_bonding_24ghz()
1912 mlme_obj->cfg.feature_flags.channel_bonding_mode_5ghz = value; in ucfg_mlme_set_channel_bonding_5ghz()
Dwlan_mlme_api.c3609 *value = mlme_obj->cfg.feature_flags.mcc_bcast_prob_rsp; in wlan_mlme_get_mcc_bcast_prob_resp()
3624 *value = mlme_obj->cfg.feature_flags.mcc_rts_cts_prot; in wlan_mlme_get_mcc_rts_cts_prot()
3639 *value = mlme_obj->cfg.feature_flags.enable_mcc; in wlan_mlme_get_mcc_feature()
6903 *value = mlme_obj->cfg.feature_flags.update_cw_allowed; in wlan_mlme_get_update_chan_width_allowed()
6920 *value = mlme_obj->cfg.feature_flags.channel_bonding_mode_5ghz; in wlan_mlme_get_channel_bonding_5ghz()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_public_struct.h2887 struct wlan_mlme_feature_flag feature_flags; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c547 if (mlme_obj->cfg.feature_flags.enable_short_slot_time_11g) in cm_roam_scan_offload_fill_lfr3_config()
561 val = mlme_obj->cfg.feature_flags.enable_block_ack; in cm_roam_scan_offload_fill_lfr3_config()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7540 val = mac_ctx->mlme_cfg->feature_flags.enable_block_ack;
12277 if (mac->mlme_cfg->feature_flags.enable_short_slot_time_11g)
12296 val = mac->mlme_cfg->feature_flags.enable_block_ack;