Home
last modified time | relevance | path

Searched refs:onChannel (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
Dp2p.c22 static int32_t RemainOnChannel(struct NetDevice *netdev, WifiOnChannel *onChannel) in RemainOnChannel() argument
31 return chipDriver->p2pOps->RemainOnChannel(netdev, onChannel); in RemainOnChannel()
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_wpa_cmd_adapter.c641 int32_t WifiCmdRemainOnChannel(const char *ifName, const WifiOnChannel *onChannel) in WifiCmdRemainOnChannel() argument
643 if (ifName == NULL || onChannel == NULL) { in WifiCmdRemainOnChannel()
654 isSerializeFailed = isSerializeFailed || !HdfSbufWriteUint32(data, onChannel->freq); in WifiCmdRemainOnChannel()
655 isSerializeFailed = isSerializeFailed || !HdfSbufWriteUint32(data, onChannel->duration); in WifiCmdRemainOnChannel()
/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h916 int32_t (*RemainOnChannel)(NetDevice *netDev, WifiOnChannel *onChannel);
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h563 int32_t WifiCmdRemainOnChannel(const char *ifName, const WifiOnChannel *onChannel);