Home
last modified time | relevance | path

Searched refs:txpwrdbm (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c2056 int error, disable, txpwrdbm; in wl_iw_get_txpow() local
2062 (error = dev_wlc_intvar_get(dev, "qtxpower", &txpwrdbm))) in wl_iw_get_txpow()
2066 result = (uint8)(txpwrdbm & ~WL_TXPWR_OVERRIDE); in wl_iw_get_txpow()
H A Dwl_cfg80211.c1827 s32 txpwrdbm; local
1837 memcpy(&txpwrdbm, ioctl_buf, sizeof(txpwrdbm));
1838 txpwrdbm = dtoh32(txpwrdbm);
1839 *dbm = (txpwrdbm & ~WL_TXPWR_OVERRIDE) / 4;
1841 WL_DBG(("dBm=%d, txpwrdbm=0x%x\n", *dbm, txpwrdbm));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c2062 int error, disable, txpwrdbm; in wl_iw_get_txpow() local
2068 (error = dev_wlc_intvar_get(dev, "qtxpower", &txpwrdbm))) in wl_iw_get_txpow()
2072 result = (uint8)(txpwrdbm & ~WL_TXPWR_OVERRIDE); in wl_iw_get_txpow()
H A Dwl_cfg80211.c1946 s32 txpwrdbm; local
1956 memcpy(&txpwrdbm, ioctl_buf, sizeof(txpwrdbm));
1957 txpwrdbm = dtoh32(txpwrdbm);
1958 *dbm = (txpwrdbm & ~WL_TXPWR_OVERRIDE) / 4;
1960 WL_DBG(("dBm=%d, txpwrdbm=0x%x\n", *dbm, txpwrdbm));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c2062 int error, disable, txpwrdbm; in wl_iw_get_txpow() local
2068 (error = dev_wlc_intvar_get(dev, "qtxpower", &txpwrdbm))) in wl_iw_get_txpow()
2072 result = (uint8)(txpwrdbm & ~WL_TXPWR_OVERRIDE); in wl_iw_get_txpow()
H A Dwl_cfg80211.c1944 s32 txpwrdbm; local
1954 memcpy(&txpwrdbm, ioctl_buf, sizeof(txpwrdbm));
1955 txpwrdbm = dtoh32(txpwrdbm);
1956 *dbm = (txpwrdbm & ~WL_TXPWR_OVERRIDE) / 4;
1958 WL_DBG(("dBm=%d, txpwrdbm=0x%x\n", *dbm, txpwrdbm));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c2294 int error, disable, txpwrdbm; in wl_iw_get_txpow() local
2300 (error = dev_wlc_intvar_get(dev, "qtxpower", &txpwrdbm))) in wl_iw_get_txpow()
2304 result = (uint8)(txpwrdbm & ~WL_TXPWR_OVERRIDE); in wl_iw_get_txpow()
H A Dwl_cfg80211.c1757 s32 txpwrdbm; in wl_get_tx_power() local
1767 memcpy(&txpwrdbm, ioctl_buf, sizeof(txpwrdbm)); in wl_get_tx_power()
1768 txpwrdbm = dtoh32(txpwrdbm); in wl_get_tx_power()
1769 *dbm = (txpwrdbm & ~WL_TXPWR_OVERRIDE) / 4; in wl_get_tx_power()
1771 WL_DBG(("dBm=%d, txpwrdbm=0x%x\n", *dbm, txpwrdbm)); in wl_get_tx_power()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_iw.c2290 int error, disable, txpwrdbm; in wl_iw_get_txpow() local
2296 (error = dev_wlc_intvar_get(dev, "qtxpower", &txpwrdbm))) in wl_iw_get_txpow()
2300 result = (uint8)(txpwrdbm & ~WL_TXPWR_OVERRIDE); in wl_iw_get_txpow()
H A Dwl_cfg80211.c1597 s32 txpwrdbm; in wl_get_tx_power() local
1607 memcpy(&txpwrdbm, cfg->ioctl_buf, sizeof(txpwrdbm)); in wl_get_tx_power()
1608 txpwrdbm = dtoh32(txpwrdbm); in wl_get_tx_power()
1609 *dbm = (txpwrdbm & ~WL_TXPWR_OVERRIDE) / 4; in wl_get_tx_power()
1611 WL_INFORM(("dBm=%d, txpwrdbm=0x%x\n", *dbm, txpwrdbm)); in wl_get_tx_power()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c2331 int error, disable, txpwrdbm; in wl_iw_get_txpow() local
2337 (error = dev_wlc_intvar_get(dev, "qtxpower", &txpwrdbm))) in wl_iw_get_txpow()
2341 result = (uint8)(txpwrdbm & ~WL_TXPWR_OVERRIDE); in wl_iw_get_txpow()
H A Dwl_cfg80211.c1771 s32 txpwrdbm; in wl_get_tx_power() local
1781 memcpy(&txpwrdbm, ioctl_buf, sizeof(txpwrdbm)); in wl_get_tx_power()
1782 txpwrdbm = dtoh32(txpwrdbm); in wl_get_tx_power()
1783 *dbm = (txpwrdbm & ~WL_TXPWR_OVERRIDE) / 4; in wl_get_tx_power()
1785 WL_DBG(("dBm=%d, txpwrdbm=0x%x\n", *dbm, txpwrdbm)); in wl_get_tx_power()