Searched refs:regClass (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_hal.h | 58 P2pSupplicantErrCode (*wpaP2pCliCmdSetListenChannel)(WifiWpaP2pInterface *p, int channel, int regClass);
|
H A D | wpa_p2p_cmd.h | 68 int32_t regClass);
|
H A D | wpa_p2p_hal.c | 489 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 D | wpa_p2p_cmd.c | 522 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 D | wpa_common_fuzzer.cpp | 590 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