Searched refs:onChannel (Results 1 – 4 of 4) sorted by relevance
22 static int32_t RemainOnChannel(struct NetDevice *netdev, WifiOnChannel *onChannel) in RemainOnChannel() argument31 return chipDriver->p2pOps->RemainOnChannel(netdev, onChannel); in RemainOnChannel()
641 int32_t WifiCmdRemainOnChannel(const char *ifName, const WifiOnChannel *onChannel) in WifiCmdRemainOnChannel() argument643 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()
916 int32_t (*RemainOnChannel)(NetDevice *netDev, WifiOnChannel *onChannel);
563 int32_t WifiCmdRemainOnChannel(const char *ifName, const WifiOnChannel *onChannel);