Home
last modified time | relevance | path

Searched refs:tx_power (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_vap.h773 hi_u8 tx_power; /* 传输功率, 单位dBm */ member
1268 static inline hi_void mac_vap_set_tx_power(mac_vap_stru *mac_vap, hi_u8 tx_power) in mac_vap_set_tx_power() argument
1270 mac_vap->tx_power = tx_power; in mac_vap_set_tx_power()
H A Dmac_frame.c1842 *(puc_buffer + 2) = mac_vap->tx_power; /* tpc report byte 2 存储tx_power */ in mac_set_tpc_report_ie()
H A Dmac_vap.c1171 mac_vap->tx_power = WLAN_MAX_TXPOWER; in mac_vap_init_mode()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_ioctl.c118 static hi_u32 wal_ioctl_reduce_sar(oal_net_device_stru *netdev, hi_u8 tx_power);
2443 static hi_u32 wal_ioctl_reduce_sar(oal_net_device_stru *netdev, hi_u8 tx_power) in wal_ioctl_reduce_sar() argument
2448 oam_warning_log1(0, 0, "wal_ioctl_reduce_sar::supplicant set tx_power[%d] for reduce SAR purpose.\r\n", tx_power); in wal_ioctl_reduce_sar()
2449 if (tx_power > 100) { /* 大于100无效 */ in wal_ioctl_reduce_sar()
2451 "wal_ioctl_reduce_sar::reduce sar failed, reason:invalid tx_power[%d] set by supplicant!", tx_power); in wal_ioctl_reduce_sar()
2463 *((hi_u8 *)write_msg.auc_value) = tx_power; in wal_ioctl_reduce_sar()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.h630 s32 tx_power; member
H A Dwl_cfg80211.c7029 cfg->conf->tx_power = dbm; in wl_cfg80211_set_tx_power()
16961 conf->tx_power = -1; in wl_init_conf()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c281 mac_vap->tx_power); in hmac_config_vap_info()
2365 *((hi_s32 *)puc_param) = mac_vap->tx_power; in hmac_config_get_txpower()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h9741 int16 tx_power; /**< tx power of Proximity Detection(PD) frames (in dBm) */ member
9750 int16 tx_power; /**< tx power of Proximity Detection frames (in dBm) */ member
9785 int16 tx_power; /**< tx power of Proximity Detection(PD) frames (in dBm) */ member

Completed in 116 milliseconds