Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c832 int32_t WalRemainOnChannel(struct NetDevice *netDev, WifiOnChannel *onChannel) in WalRemainOnChannel() argument
834 if (netDev == NULL || onChannel == NULL) { in WalRemainOnChannel()
844 channelIdx = (hi_u8)oal_ieee80211_frequency_to_channel(onChannel->freq); in WalRemainOnChannel()
847 (hi_u32)onChannel->duration, &pullCookie); in WalRemainOnChannel()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c1631 int32_t WalRemainOnChannel(struct NetDevice *hnetDev, WifiOnChannel *onChannel) in WalRemainOnChannel() argument
1653 HDF_LOGI("%s: ifname=%s, freq=%u, duration=%u", __func__, hnetDev->name, onChannel->freq, onChannel->duration); in WalRemainOnChannel()
1657 channel->center_freq = onChannel->freq; in WalRemainOnChannel()
1658 duration = (unsigned int)onChannel->duration; in WalRemainOnChannel()

Completed in 5 milliseconds