Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_regulatory.h116 int hdd_reg_set_band(struct net_device *dev, uint32_t band_bitmap);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c926 int hdd_reg_set_band(struct net_device *dev, uint32_t band_bitmap) in hdd_reg_set_band() function
H A Dwlan_hdd_cfg.c2153 if (hdd_reg_set_band(net, supported_band)) { in hdd_update_phymode()
H A Dwlan_hdd_ioctl.c2640 return hdd_reg_set_band(link_info->adapter->dev, band_bitmap); in drv_cmd_set_band()
6360 return hdd_reg_set_band(link_info->adapter->dev, band_bitmap); in hdd_apply_fcc_constraint_update_band()
H A Dwlan_hdd_wext.c8496 return hdd_reg_set_band(dev, value[0]); in __iw_set_band_config()
H A Dwlan_hdd_cfg80211.c17816 ret = hdd_reg_set_band(dev, reg_wifi_band_bitmap); in __wlan_hdd_cfg80211_setband()