Home
last modified time | relevance | path

Searched refs:regClass (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_hal.h58 P2pSupplicantErrCode (*wpaP2pCliCmdSetListenChannel)(WifiWpaP2pInterface *p, int channel, int regClass);
H A Dwpa_p2p_cmd.h68 int32_t regClass);
H A Dwpa_p2p_hal.c489 static P2pSupplicantErrCode WpaP2pCliCmdSetListenChannel(WifiWpaP2pInterface *this, int channel, int regClass) in WpaP2pCliCmdSetListenChannel() argument
497 if (regClass > 0) { in WpaP2pCliCmdSetListenChannel()
499 channel, regClass); in WpaP2pCliCmdSetListenChannel()
H A Dwpa_p2p_cmd.c522 int32_t channel, int32_t regClass) in WpaInterfaceP2pSetListenChannel()
534 P2pSupplicantErrCode ret = pMainIfc->wpaP2pCliCmdSetListenChannel(pMainIfc, channel, regClass); in WpaInterfaceP2pSetListenChannel()
521 WpaInterfaceP2pSetListenChannel(struct IWpaInterface *self, const char *ifName, int32_t channel, int32_t regClass) WpaInterfaceP2pSetListenChannel() argument
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp590 int32_t regClass = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pSetListenChannel() local
592 interface->P2pSetListenChannel(interface, ifName, channel, regClass); in FuzzWpaInterfaceP2pSetListenChannel()

Completed in 14 milliseconds