Home
last modified time | relevance | path

Searched defs:band (Results 1 – 25 of 165) sorted by relevance

1234567

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_regdomain.c161 mac_regclass_info_stru *mac_get_channel_idx_rc_info(hi_u8 band, hi_u8 ch_idx) in mac_get_channel_idx_rc_info()
179 hi_void mac_get_channel_num_from_idx(hi_u8 band, hi_u8 idx, hi_u8 *puc_channel_num) in mac_get_channel_num_from_idx()
196 hi_u32 mac_get_channel_idx_from_num(hi_u8 band, hi_u8 channel_num, hi_u8 *puc_channel_idx) in mac_get_channel_idx_from_num()
228 hi_u32 mac_is_channel_idx_valid(hi_u8 band, hi_u8 ch_idx, hi_u8 *reg_class) in mac_is_channel_idx_valid()
264 hi_u32 mac_is_channel_num_valid(hi_u8 band, hi_u8 ch_num) in mac_is_channel_num_valid()
286 mac_regclass_info_stru *mac_get_channel_num_rc_info(hi_u8 band, hi_u8 ch_num) in mac_get_channel_num_rc_info()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dbcmwifi_channels.c495 const char *band; in wf_chspec_ntoa() local
938 wf_chanspec_iter_init(wf_chanspec_iter_t *iter, chanspec_band_t band, chanspec_bw_t bw) in wf_chanspec_iter_init()
995 chanspec_band_t band = iter->band; in wf_chanspec_iter_firstchan() local
1043 chanspec_band_t band = iter->band; in wf_chanspec_iter_next() local
1361 wf_valid_20MHz_chan(uint channel, chanspec_band_t band) in wf_valid_20MHz_chan()
1426 wf_valid_40MHz_center_chan(uint center_channel, chanspec_band_t band) in wf_valid_40MHz_center_chan()
1463 wf_valid_80MHz_center_chan(uint center_channel, chanspec_band_t band) in wf_valid_80MHz_center_chan()
1489 wf_valid_160MHz_center_chan(uint center_channel, chanspec_band_t band) in wf_valid_160MHz_center_chan()
1521 wf_valid_240MHz_center_chan(uint center_channel, chanspec_band_t band) in wf_valid_240MHz_center_chan()
1544 wf_valid_320MHz_center_chan(uint center_channel, chanspec_band_t band) in wf_valid_320MHz_center_chan()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_hwconfig.h30 #define AGC_DIFF_CONFIG_MP(ic, band) \ argument
34 #define AGC_DIFF_CONFIG_TC(ic, band) \ argument
40 #define AGC_DIFF_CONFIG(ic, band) \ argument
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com_phycfg.c1517 int path, tx_num, band, rs; in rtw_regsty_chk_target_tx_power_valid() local
1626 static inline BOOLEAN phy_is_txpwr_by_rate_undefined_of_band_path(_adapter *adapter, u8 band, u8 pa… in phy_is_txpwr_by_rate_undefined_of_band_path()
1641 static inline void phy_txpwr_by_rate_duplicate_band_path(_adapter *adapter, u8 band, u8 s_path, u8 … in phy_txpwr_by_rate_duplicate_band_path()
1654 u8 band, path; in phy_txpwr_by_rate_chk_for_path_dup() local
1715 u8 band, path, rs, tx_num, base; in phy_store_target_tx_power() local
2182 u8 band = 0, rfPath = 0, rate = 0; in PHY_InitTxPowerByRate() local
2237 u8 band = hal_data->current_band_type; in phy_set_tx_power_index_by_rate_section() local
2349 , enum channel_width BandWidth, u8 band, u8 Channel) in phy_get_pg_txpwr_idx()
2634 , BAND_TYPE band, enum rf_path rfpath, enum MGN_RATE rate) in _phy_get_txpwr_by_rate()
2663 , BAND_TYPE band, enum rf_path rfpath, RATE_SECTION rs, enum MGN_RATE rate) in phy_get_txpwr_by_rate()
[all …]
/device/soc/chipsea/hals/communication/wifi_lite/wifiservice/
Dwifi_hotspot.c171 static int32_t SetChannel(int channelNum, int band, struct fhost_vif_ap_cfg *cfg) in SetChannel()
255 WifiErrorCode SetBand(int band) in SetBand()
281 int GetSignalLevel(int rssi, int band) in GetSignalLevel()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/rtl8822c/
Dphydm_regconfig8822c.c152 void odm_config_bb_phy_reg_pg_8822c(struct dm_struct *dm, u32 band, u32 rf_path, in odm_config_bb_phy_reg_pg_8822c()
231 u8 band, u8 bandwidth, u8 rate_section, in odm_config_bb_txpwr_lmt_8822c_ex()
245 u8 *band, u8 *bandwidth, u8 *rate_section, in odm_config_bb_txpwr_lmt_8822c()
/device/soc/bestechnic/hals/communication/wifi_lite/wifiservice/
Dwifi_hotspot.c145 int GetSignalLevel(int rssi, int band) in GetSignalLevel()
171 WifiErrorCode SetBand(int band) in SetBand()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_11d.c215 static inline hi_u32 wal_regdomain_get_channel(hi_u8 band, hi_u32 start_freq, hi_u32 end_freq) in wal_regdomain_get_channel()
263 hi_u8 band; in wal_regdomain_fill_info() local
Dwal_mac80211.c119 enum Ieee80211Band band; in GetChannelByFreq() local
141 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WifiScanSetChannel() local
249 enum Ieee80211Band band; in WalGetChannel() local
620 int32_t WalGetValidFreqsWithBand(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num) in WalGetValidFreqsWithBand()
794 …oal_ieee80211_supported_band *band = GET_NET_DEV_CFG80211_WIRELESS(netDev)->wiphy->bands[IEEE80211… in WalGetHwCapability() local
/device/soc/winnermicro/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c200 int GetSignalLevel(int rssi, int band) in GetSignalLevel()
235 WifiErrorCode SetBand(int band) in SetBand()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_mac80211_sta.c44 enum Ieee80211Band band; in GetChannelByFreq() local
197 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WalGetChannel() local
Dhdf_comm.c79 int32_t Bdh6Fband(NetDevice *hnetDev, int32_t band, int32_t *freqs, in Bdh6Fband()
157 struct ieee80211_supported_band *band = NULL; in Bdh6Ghcap() local
655 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WifiScanSetChannel() local
/device/board/osware/imx8mm/drivers/wifi/ap6212/hdfadapter/
Dhdf_mac80211.c136 enum Ieee80211Band band; in GetChannelByFreq() local
156 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WalGetChannel() local
398 int32_t WalGetValidFreqsWithBand(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num) in WalGetValidFreqsWithBand()
443 struct ieee80211_supported_band *band = wiphy->bands[IEEE80211_BAND_2GHZ]; in WalGetHwCapability() local
722 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WalBuildChannelInfo() local
802 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WalStartScan() local
/device/soc/asrmicro/asr582x/liteos_m/sdk/adapter/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c203 WifiErrorCode SetBand(int band) in SetBand()
240 int GetSignalLevel(int rssi, int band) in GetSignalLevel()
/device/soc/beken/bk7235/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c201 WifiErrorCode SetBand(int band) in SetBand()
222 int GetSignalLevel(int rssi, int band) in GetSignalLevel()
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c162 WifiErrorCode SetBand(int band) in SetBand()
203 int GetSignalLevel(int rssi, int band) in GetSignalLevel()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dhal_com_phycfg.h166 #define phy_get_txpwr_lmt(adapter, lmt_name, band, bw, tlrs, ntx_idx, cch, lock) (GET_HAL_SPEC(adap… argument
167 #define phy_get_txpwr_lmt_diff(adapter, lmt_name, band, bw, rfpath, rs, tlrs, ntx_idx, cch, lock) (… argument
168 #define phy_get_txpwr_lmt_sub_chs(adapter, lmt_name, band, bw, rfpath, rate, ntx_idx, cch, opch, re… argument
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/
Dwal_mac80211.c182 enum Ieee80211Band band; in GetChannelByFreq() local
289 enum Ieee80211Band band; in WalGetChannel() local
577 int32_t WalGetValidFreqsWithBand(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num) in WalGetValidFreqsWithBand()
709 static int32_t WalGet2GCapability(struct ieee80211_supported_band *band, struct WlanHwCapability *h… in WalGet2GCapability()
769 struct ieee80211_supported_band *band = NULL; in WalGetHwCapability() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_rf.c507 BAND_TYPE band = BAND_MAX; in rtw_get_ch_group() local
614 int rtw_ch2freq_by_band(BAND_TYPE band, int ch) in rtw_ch2freq_by_band()
787 BAND_TYPE band; member
1019 BAND_TYPE band = BAND_MAX; in rtw_get_op_class_by_chbw() local
1935 int bw, band, ch_num, tlrs, ntx_idx, rs, i, path; in dump_txpwr_lmt() local
2191 , u8 band, u8 bw, u8 tlrs, u8 ntx_idx, u8 ch_idx, s8 lmt) in rtw_txpwr_lmt_add_with_nlen()
2282 , u8 band, u8 bw, u8 tlrs, u8 ntx_idx, u8 ch_idx, s8 lmt) in rtw_txpwr_lmt_add()
2329 int band; in rtw_txpwr_lmt_list_free() local
/device/board/isoftstone/zhiyuan/kernel/hdf/driver/wifi/xr829_hdfadapter/
Dhdf_mac80211.c135 enum Ieee80211Band band; in GetChannelByFreq() local
155 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WalGetChannel() local
493 int32_t WalGetValidFreqsWithBand(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num) in WalGetValidFreqsWithBand()
547 struct ieee80211_supported_band *band = wiphy->bands[IEEE80211_BAND_2GHZ]; in WalGetHwCapability() local
865 enum Ieee80211Band band = IEEE80211_BAND_2GHZ; in WalStartScan() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_roam.c99 void set_roam_band(int band) in set_roam_band()
310 void wl_update_roamscan_cache_by_band(struct net_device *dev, int band) in wl_update_roamscan_cache_by_band()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_roam.c100 void set_roam_band(int band) in set_roam_band()
300 void wl_update_roamscan_cache_by_band(struct net_device *dev, int band) in wl_update_roamscan_cache_by_band()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dvht.c502 enum nl80211_band band) in __ieee80211_vht_handle_opmode()
592 enum nl80211_band band) in ieee80211_vht_handle_opmode()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/halrf/rtl8822c/
Dhalhwimg8822c_rf.h55 u8 band:1; member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c285 WifiErrorCode SetBand(int band) in SetBand()
322 int GetSignalLevel(int rssi, int band) in GetSignalLevel()

1234567