/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/ |
D | wlan_cfg80211_wifi_pos.c | 113 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/ |
D | wlan_cfg80211_wifi_pos.h | 43 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/ |
D | wlan_hdd_napi.c | 102 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()
|
D | wlan_hdd_cfg80211.c | 5120 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/ |
D | lim_sme_req_utils.c | 65 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()
|
D | lim_process_cfg_updates.c | 229 pe_session->limHcfEnabled = mac->mlme_cfg->feature_flags.enable_hcf; in lim_update_config()
|
D | lim_process_sme_req_messages.c | 556 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()
|
D | lim_api.c | 264 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()
|
D | lim_assoc_utils.c | 152 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()
|
D | lim_utils.c | 1456 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/ |
D | wlan_mlme_main.c | 1967 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/ |
D | wlan_mlme_ucfg_api.c | 1868 *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()
|
D | wlan_mlme_api.c | 3609 *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/ |
D | wlan_mlme_public_struct.h | 2887 struct wlan_mlme_feature_flag feature_flags; member
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_roam_offload.c | 547 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/ |
D | parser_api.c | 7540 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;
|