| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wldev_common.h | 126 int wldev_get_band(struct net_device *dev, uint *pband); 127 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
|
| H A D | wldev_common.c | 378 struct net_device *dev, uint *pband) in wldev_get_band() argument 382 *pband = 0; in wldev_get_band() 383 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wldev_common.h | 133 int wldev_get_band(struct net_device *dev, uint *pband); 134 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
|
| H A D | wldev_common.c | 372 struct net_device *dev, uint *pband) in wldev_get_band() argument 376 *pband = 0; in wldev_get_band() 377 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wldev_common.h | 133 int wldev_get_band(struct net_device *dev, uint *pband); 134 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
|
| H A D | wldev_common.c | 372 struct net_device *dev, uint *pband) in wldev_get_band() argument 376 *pband = 0; in wldev_get_band() 377 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wldev_common.h | 133 int wldev_get_band(struct net_device *dev, uint *pband); 134 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
|
| H A D | wldev_common.c | 372 struct net_device *dev, uint *pband) in wldev_get_band() argument 376 *pband = 0; in wldev_get_band() 377 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wldev_common.h | 130 int wldev_get_band(struct net_device *dev, uint *pband); 131 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wldev_common.h | 130 int wldev_get_band(struct net_device *dev, uint *pband); 131 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wldev_common.c | 410 struct net_device *dev, uint *pband) in wldev_get_band() argument 414 *pband = 0; in wldev_get_band() 415 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band()
|
| H A D | bcmsrom.c | 4246 char *pband; local 4248 pband = band[0]; 4250 pband = band[1]; 4252 pband = band[2]; 4254 pband = band[3]; 4257 varbuf_append(&b, vstr_rssidelta5g, pband,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wldev_common.c | 410 struct net_device *dev, uint *pband) in wldev_get_band() argument 414 *pband = 0; in wldev_get_band() 415 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band()
|
| H A D | bcmsrom.c | 4246 char *pband; local 4248 pband = band[0]; 4250 pband = band[1]; 4252 pband = band[2]; 4254 pband = band[3]; 4257 varbuf_append(&b, vstr_rssidelta5g, pband,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_wext.c | 2000 char *pband = NULL; in woal_set_priv() local 2143 pband = buf + strlen("SETBAND") + 1; in woal_set_priv() 2144 if (MLAN_STATUS_SUCCESS != woal_set_band(priv, pband)) { in woal_set_priv()
|
| H A D | moal_ioctl.c | 5781 woal_set_band(moal_private *priv, char *pband) in woal_set_band() argument 5809 if (*pband == '0') { in woal_set_band() 5822 } else if (*pband == '1') { in woal_set_band() 5840 } else if (*pband == '2') { in woal_set_band()
|
| H A D | moal_main.h | 2668 mlan_status woal_set_band(moal_private *priv, char *pband);
|
| H A D | moal_eth_ioctl.c | 12499 char *pband = NULL; in woal_android_priv_cmd() local 13753 pband = buf + strlen("SETBAND") + 1; in woal_android_priv_cmd() 13754 if (MLAN_STATUS_SUCCESS != woal_set_band(priv, pband)) { in woal_android_priv_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_wext.c | 2181 char *pband = NULL; in woal_set_priv() local 2329 pband = buf + strlen("SETBAND") + 1; in woal_set_priv() 2330 if (MLAN_STATUS_SUCCESS != woal_set_band(priv, pband)) { in woal_set_priv()
|
| H A D | moal_ioctl.c | 6750 mlan_status woal_set_band(moal_private *priv, char *pband) in woal_set_band() argument 6781 if (*pband == '0') { in woal_set_band() 6794 } else if (*pband == '1') { in woal_set_band() 6814 } else if (*pband == '2') { in woal_set_band()
|
| H A D | moal_main.h | 3774 mlan_status woal_set_band(moal_private *priv, char *pband);
|
| H A D | moal_eth_ioctl.c | 18715 char *pband = NULL; in woal_android_priv_cmd() local 20215 pband = buf + strlen("SETBAND") + 1; in woal_android_priv_cmd() 20216 if (MLAN_STATUS_SUCCESS != woal_set_band(priv, pband)) { in woal_android_priv_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | phy.c | 1641 u8 *pband, u8 *pbandwidth, in _rtl8812ae_phy_set_txpower_limit() argument 1697 if (_rtl8812ae_eq_n_byte(pband, (u8 *)("2.4G"), 4)) { in _rtl8812ae_phy_set_txpower_limit() 1721 } else if (_rtl8812ae_eq_n_byte(pband, (u8 *)("5G"), 2)) { in _rtl8812ae_phy_set_txpower_limit() 1746 "Cannot recognize the band info in %s\n", pband); in _rtl8812ae_phy_set_txpower_limit()
|