Searched refs:bonding_mode (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg.c | 2016 uint32_t *bonding_mode) in hdd_vendor_mode_to_bonding_mode() argument 2041 *bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE; in hdd_vendor_mode_to_bonding_mode() 2050 *bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE; in hdd_vendor_mode_to_bonding_mode() 2098 uint32_t bonding_mode) in hdd_set_ht2040_mode() argument 2104 if (bonding_mode == WNI_CFG_CHANNEL_BONDING_MODE_ENABLE) in hdd_set_ht2040_mode() 2120 uint32_t bonding_mode) in hdd_set_ht2040_mode() argument 2127 uint8_t supported_band, uint32_t bonding_mode) in hdd_update_phymode() argument 2147 phymode, bonding_mode, supported_band); in hdd_update_phymode() 2166 status = hdd_set_ht2040_mode(adapter, csr_config, bonding_mode); in hdd_update_phymode() 2189 csr_config->channelBondingMode24GHz = bonding_mode; in hdd_update_phymode() [all …]
|
H A D | wlan_hdd_son.c | 425 uint32_t *bonding_mode) in hdd_son_bandwidth_to_bonding_mode() argument 437 *bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE; in hdd_son_bandwidth_to_bonding_mode() 440 *bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE; in hdd_son_bandwidth_to_bonding_mode() 457 uint32_t bonding_mode; in hdd_son_set_bandwidth() local 486 hdd_son_bandwidth_to_bonding_mode(son_bandwidth, &bonding_mode); in hdd_son_set_bandwidth() 489 supported_band, bonding_mode); in hdd_son_set_bandwidth()
|
H A D | wlan_hdd_wext.c | 3277 static int hdd_we_ieee_to_bonding_mode(int ieee_mode, uint32_t *bonding_mode) in hdd_we_ieee_to_bonding_mode() argument 3288 *bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE; in hdd_we_ieee_to_bonding_mode() 3296 *bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE; in hdd_we_ieee_to_bonding_mode() 3311 uint32_t bonding_mode; in hdd_we_update_phymode() local 3322 ret = hdd_we_ieee_to_bonding_mode(new_phymode, &bonding_mode); in hdd_we_update_phymode() 3327 bonding_mode); in hdd_we_update_phymode()
|
H A D | wlan_hdd_cfg80211.c | 9131 uint32_t bonding_mode; in hdd_set_phy_mode() local 9169 &bonding_mode); in hdd_set_phy_mode() 9174 bonding_mode); in hdd_set_phy_mode() 11204 uint32_t bonding_mode; in hdd_mac_chwidth_to_bonding_mode() local 11208 bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE; in hdd_mac_chwidth_to_bonding_mode() 11211 bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE; in hdd_mac_chwidth_to_bonding_mode() 11214 return bonding_mode; in hdd_mac_chwidth_to_bonding_mode() 11221 uint32_t bonding_mode; in hdd_set_mac_chan_width() local 11223 bonding_mode = hdd_mac_chwidth_to_bonding_mode(chwidth); in hdd_set_mac_chan_width() 11226 bonding_mode, link_id, is_restore); in hdd_set_mac_chan_width()
|
H A D | wlan_hdd_main.c | 21972 .bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE, 21980 .bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE, 21988 .bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE, 21996 .bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE, 22004 .bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE, 22023 .bonding_mode = WNI_CFG_CHANNEL_BONDING_MODE_ENABLE, 22104 chwidth_info[i].bonding_mode, in hdd_we_set_ch_width()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_cfg.h | 421 uint32_t *bonding_mode); 449 uint8_t supported_band, uint32_t bonding_mode); 517 uint32_t bonding_mode, uint8_t link_id,
|
H A D | wlan_hdd_main.h | 2418 int bonding_mode; member
|