Home
last modified time | relevance | path

Searched refs:apSettings (Results 1 - 2 of 2) sorted by relevance

/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c1209 static int32_t SetupWireLessDev(struct net_device *netDev, struct WlanAPConf *apSettings) in SetupWireLessDev() argument
1221 apSettings->channel, apSettings->centerFreq1, apSettings->centerFreq2, apSettings->band, apSettings->width); in SetupWireLessDev()
1224 wdev->preset_chandef.width = (enum nl80211_channel_type)apSettings->width; in SetupWireLessDev()
1225 wdev->preset_chandef.center_freq1 = apSettings->centerFreq1; in SetupWireLessDev()
1226 wdev->preset_chandef.center_freq2 = apSettings->centerFreq2; in SetupWireLessDev()
1228 chan = ieee80211_get_channel(wdev->wiphy, apSettings in SetupWireLessDev()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c305 static int32_t SetupWireLessDev(struct NetDevice *netDev, struct WlanAPConf *apSettings) in SetupWireLessDev() argument
324 GET_NET_DEV_CFG80211_WIRELESS(netDev)->preset_chandef.width = (oal_nl80211_channel_type)apSettings->width; in SetupWireLessDev()
325 GET_NET_DEV_CFG80211_WIRELESS(netDev)->preset_chandef.center_freq1 = apSettings->centerFreq1; in SetupWireLessDev()
326 GET_NET_DEV_CFG80211_WIRELESS(netDev)->preset_chandef.chan->hw_value = apSettings->channel; in SetupWireLessDev()

Completed in 6 milliseconds