Searched refs:groupIfname (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_hal.c | 68 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PBC", this->groupIfname) < 0) { in WpaP2pCliCmdWpsPbc() 103 res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN any %s", this->groupIfname, in WpaP2pCliCmdWpsPin() 106 res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN any", this->groupIfname); in WpaP2pCliCmdWpsPin() 108 res = snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s WPS_PIN %s", this->groupIfname, argv->bssid); in WpaP2pCliCmdWpsPin() 134 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s P2P_SET ps %d", this->groupIfname, enable) < 0) { in WpaP2pCliCmdSetPowerSave() 152 if (snprintf_s(cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s SET p2p_group_idle %d", this->groupIfname, in WpaP2pCliCmdSetGroupIdle() 1179 ReleaseWpaP2pGroupInterface(g_wpaP2pGroupInterface->groupIfname); in RelesaeWpaP2pInterface() 1208 if (strcmp(p->groupIfname, groupIfc) == 0) { in GetWifiWpaP2pGroupInterface() 1217 if (strcpy_s(p->groupIfname, sizeof(p->groupIfname), groupIf in GetWifiWpaP2pGroupInterface() [all...] |
H A D | wpa_p2p_hal.h | 86 char groupIfname[P2P_GROUP_IFACE_MAX_LENGTH]; member
|
Completed in 3 milliseconds