Searched refs:getNetwork (Results 1 – 1 of 1) sorted by relevance
761 struct WpaGetNetworkArgv getNetwork = {0}; in WpaInterfaceGetNetwork() local762 getNetwork.id = networkId; in WpaInterfaceGetNetwork()763 if (strncpy_s(getNetwork.param, sizeof(getNetwork.param), param, strlen(param)) != 0) { in WpaInterfaceGetNetwork()768 int ret = pStaIfc->wpaCliCmdGetNetwork(pStaIfc, &getNetwork, value, valueLen); in WpaInterfaceGetNetwork()