Searched refs:txpwr (Results 1 – 15 of 15) sorted by relevance
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_ll_api.h | 67 bool sonata_ll_set_txpwr(int8_t txpwr);
|
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/flash/ |
D | flash_api.h | 259 int flash_calib_wifi2g4_txpwr_read(wifi_txpwr_info_t *txpwr); 260 int flash_calib_wifi5g_txpwr_read(wifi_txpwr_info_t *txpwr);
|
D | flash_api.c | 296 int flash_calib_wifi2g4_txpwr_read(wifi_txpwr_info_t *txpwr) in flash_calib_wifi2g4_txpwr_read() argument 298 …return flash_calib_info_read(CALIB_INFO_WIFI2G4_TXPWR_FLAG_BIT, (void *)txpwr, sizeof(wifi_txpwr_i… in flash_calib_wifi2g4_txpwr_read() 301 int flash_calib_wifi5g_txpwr_read(wifi_txpwr_info_t *txpwr) in flash_calib_wifi5g_txpwr_read() argument 303 …return flash_calib_info_read(CALIB_INFO_WIFI5G_TXPWR_FLAG_BIT, (void *)txpwr, sizeof(wifi_txpwr_in… in flash_calib_wifi5g_txpwr_read()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | trace.h | 842 __field(s16, txpwr) 850 __entry->txpwr = sta->txpwr.power; 851 __entry->type = sta->txpwr.type; 857 __entry->txpwr, __entry->type
|
D | cfg.c | 1668 sta->sta.txpwr.type = params->txpwr.type; in sta_apply_parameters() 1669 if (params->txpwr.type == NL80211_TX_POWER_LIMITED) in sta_apply_parameters() 1670 sta->sta.txpwr.power = params->txpwr.power; in sta_apply_parameters()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
D | wal_ioctl.c | 2985 hi_u8 txpwr = (hi_u8)oal_atoi((hi_char *)puc_command + skip_length); in wal_priv_cmd_exec() local 2986 if (wal_ioctl_reduce_sar(netdev, txpwr) != HI_SUCCESS) { in wal_priv_cmd_exec()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/ |
D | mac80211.h | 2036 struct ieee80211_sta_txpwr txpwr; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | 802.11.h | 3478 uint8 txpwr; /* Transmit Power Used */ member
|
D | wlioctl.h | 2157 chanspec_txpwr_max_t txpwr[1]; /**< array of (chanspec, max_txpwr) pair */ member 6384 int8 txpwr[WL_STA_ANT_MAX]; /**< Max tx target power, in qdb */
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | 802.11.h | 3717 uint8 txpwr; /* Transmit Power Used */ member
|
D | wlioctl.h | 2967 chanspec_txpwr_max_t txpwr[1]; /**< array of (chanspec, max_txpwr) pair */ member 8915 int8 txpwr[WL_STA_ANT_MAX]; /**< Max tx target power, in qdb */
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | 802.11.h | 3601 uint8 txpwr; /* Transmit Power Used */ member
|
D | wlioctl.h | 2876 chanspec_txpwr_max_t txpwr[1]; /**< array of (chanspec, max_txpwr) pair */ member 8547 int8 txpwr[WL_STA_ANT_MAX]; /**< Max tx target power, in qdb */
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | 802.11.h | 3950 uint8 txpwr; /* Transmit Power Used */ member
|
D | wlioctl.h | 3208 chanspec_txpwr_max_t txpwr[1]; /**< array of (chanspec, max_txpwr) pair */ member 10598 int8 txpwr[WL_STA_ANT_MAX]; /**< Max tx target power, in qdb */
|