Home
last modified time | relevance | path

Searched refs:groupname (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_hal.h52 P2pSupplicantErrCode (*wpaP2pCliCmdP2pRemoveGroup)(WifiWpaP2pInterface *p, const char *groupname);
H A Dwpa_p2p_hal.c348 static P2pSupplicantErrCode WpaP2pCliCmdP2pRemoveGroup(WifiWpaP2pInterface *this, const char *groupname) in WpaP2pCliCmdP2pRemoveGroup() argument
350 if (this == NULL || groupname == NULL) { in WpaP2pCliCmdP2pRemoveGroup()
355 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s P2P_GROUP_REMOVE %s", this->ifName, groupname) < 0) { in WpaP2pCliCmdP2pRemoveGroup()

Completed in 3 milliseconds