Lines Matching refs:result
91 * @param result Indicates the array of hotspots detected in a Wi-Fi scan. The array is requested and released by the
98 WifiErrorCode GetScanInfoList(WifiScanInfo *result, unsigned int *size);
106 * @param result Indicates the generated <b>networkId</b>. Each <b>networkId</b> matches a hotspot configuration.
111 WifiErrorCode AddDeviceConfig(const WifiDeviceConfig *config, int *result);
118 * @param result Indicates the array of all hotspot configurations. The array is requested and released by the caller.
125 WifiErrorCode GetDeviceConfigs(WifiDeviceConfig *result, unsigned int *size);
193 * @param result Indicates the information about the connected hotspot.
198 WifiErrorCode GetLinkedInfo(WifiLinkedInfo *result);
203 * @param result Indicates the MAC address of this device. It is a char array whose length is 6.
208 WifiErrorCode GetDeviceMacAddress(unsigned char *result);