Searched refs:isPersistent (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_p2p_struct.h | 54 int isPersistent; member
|
H A D | wpa_p2p_hal.h | 69 P2pSupplicantErrCode (*wpaP2pCliCmdGroupAdd)(WifiWpaP2pInterface *p, int isPersistent, int networkId, int freq);
|
H A D | wpa_p2p_cmd.h | 73 int32_t WpaInterfaceP2pAddGroup(struct IWpaInterface *self, const char *ifName, int32_t isPersistent,
|
H A D | wpa_p2p_cmd.c | 580 int32_t WpaInterfaceP2pAddGroup(struct IWpaInterface *self, const char *ifName, int32_t isPersistent,
in WpaInterfaceP2pAddGroup() argument 593 P2pSupplicantErrCode ret = pMainIfc->wpaP2pCliCmdGroupAdd(pMainIfc, isPersistent, networkId, freq);
in WpaInterfaceP2pAddGroup() 1904 hdiP2pGroupStartedParam->isPersistent = groupStartedParam->isPersistent;
in WpaFillP2pGroupInfoStartedParam()
|
H A D | wpa_p2p_hal.c | 753 static P2pSupplicantErrCode WpaP2pCliCmdGroupAdd(WifiWpaP2pInterface *this, int isPersistent, int networkId, int freq) in WpaP2pCliCmdGroupAdd() argument 761 if (isPersistent) { in WpaP2pCliCmdGroupAdd()
|
/drivers/peripheral/wlan/wpa/client/include/ |
H A D | wpa_client.h | 176 int isPersistent;
member
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wpa_common_fuzzer.cpp | 609 int32_t isPersistent = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pAddGroup() local 613 interface->P2pAddGroup(interface, ifName, isPersistent, networkId, freq); in FuzzWpaInterfaceP2pAddGroup()
|
Completed in 10 milliseconds