Home
last modified time | relevance | path

Searched refs:bands (Results 1 - 9 of 9) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c123 currentBand = wiphy->bands[band]; in GetChannelByFreq()
145 if (wiphy->bands[band] == NULL) { in WifiScanSetChannel()
150 for (loop = 0; loop < (int32_t)wiphy->bands[band]->n_channels; loop++) { in WifiScanSetChannel()
151 chan = &wiphy->bands[band]->channels[loop]; in WifiScanSetChannel()
254 currentBand = wiphy->bands[band]; in WalGetChannel()
771 if (self->bands[i] != NULL) { in WalReleaseHwCapability()
772 OsalMemFree(self->bands[i]); in WalReleaseHwCapability()
773 self->bands[i] = NULL; in WalReleaseHwCapability()
794 oal_ieee80211_supported_band *band = GET_NET_DEV_CFG80211_WIRELESS(netDev)->wiphy->bands[IEEE80211_BAND_2GHZ]; in WalGetHwCapability()
801 if (hwCapability->bands[IEEE80211_BAND_2GH in WalGetHwCapability()
[all...]
H A Dwal_cfg80211.c5089 功能描述 : 重新初始化wifi wiphy的bands in wal_check_cookie_timeout()
5232 wiphy->bands[IEEE80211_BAND_2GHZ] = &g_wifi_band_2ghz; /* 支持的频带信息 2.4G */ in wal_check_cookie_timeout()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c329 if (self->bands[i] != NULL) { in BDH6WalReleaseHwCapability()
330 OsalMemFree(self->bands[i]); in BDH6WalReleaseHwCapability()
331 self->bands[i] = NULL; in BDH6WalReleaseHwCapability()
393 band5g = wiphy->bands[IEEE80211_BAND_5GHZ]; in Bdh6Fband()
416 if (hwCapability->bands[bnum] == NULL) { in FillBdhBandInfo()
417 hwCapability->bands[bnum] = in FillBdhBandInfo()
419 if (hwCapability->bands[bnum] == NULL) { in FillBdhBandInfo()
427 hwCapability->bands[bnum]->channelCount = band->n_channels; in FillBdhBandInfo()
429 hwCapability->bands[bnum]->channels[loop].centerFreq = band->channels[loop].center_freq; in FillBdhBandInfo()
430 hwCapability->bands[bnu in FillBdhBandInfo()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c12654 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_cfg80211_dump_survey()
12662 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in wl_cfg80211_dump_survey()
13043 wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = &__wl_band_2ghz; in wl_setup_wiphy()
13426 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_inform_single_bss()
13428 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in wl_inform_single_bss()
13845 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_notify_connect_status_ap_auth()
13847 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in wl_notify_connect_status_ap_auth()
14020 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_notify_connect_status_ap()
14022 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in wl_notify_connect_status_ap()
14275 band = wiphy->bands[IEEE80211_BAND_2GH in wl_notify_connect_status_bss()
18798 struct ieee80211_supported_band *bands[IEEE80211_NUM_BANDS] = {NULL, }; __wl_update_wiphybands() local
[all...]
H A Dwl_cfgscan.c440 band = bcmcfg_to_wiphy(cfg)->bands[IEEE80211_BAND_2GHZ]; in wl_escan_handler()
442 band = bcmcfg_to_wiphy(cfg)->bands[IEEE80211_BAND_5GHZ]; in wl_escan_handler()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.c269 * there are overlapping channel numbers in 5GHz and 2GHz bands */ in oal_ieee80211_channel_to_frequency()
334 sband = wiphy->bands[band]; in oal_ieee80211_get_channel()
H A Doal_net.h1070 oal_ieee80211_supported_band* bands[IEEE80211_NUM_BANDS]; member
/device/qemu/drivers/virtio/
H A Dvirtnet.c625 p->cap.bands[0] = &p->band; in FakeWalGetHwCapability()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h12321 uint8 ndp_supported_bands; /* number of ndp supported bands */
12901 uint8 bands[NAN_MAX_BANDS]; member
16931 /* Data structures for rsdb bands */
19240 uint32 chan[NAN_MAX_BANDS]; /* cur nan slot chanspec of both bands */
19250 uint32 chan[NAN_MAX_BANDS]; /* cur nan slot chanspec of both bands */

Completed in 106 milliseconds