Lines Matching refs:WifiErrorCode
54 * {@link WifiErrorCode} otherwise.
57 WifiErrorCode EnableWifi(void);
63 * {@link WifiErrorCode} otherwise.
66 WifiErrorCode DisableWifi(void);
81 * {@link WifiErrorCode} otherwise.
84 WifiErrorCode Scan(void);
95 * error code defined in {@link WifiErrorCode} otherwise.
98 WifiErrorCode GetScanInfoList(WifiScanInfo *result, unsigned int *size);
108 * in {@link WifiErrorCode} otherwise.
111 WifiErrorCode AddDeviceConfig(const WifiDeviceConfig *config, int *result);
122 * {@link WifiErrorCode} otherwise.
125 WifiErrorCode GetDeviceConfigs(WifiDeviceConfig *result, unsigned int *size);
132 * {@link WifiErrorCode} otherwise.
135 WifiErrorCode RemoveDevice(int networkId);
143 * {@link WifiErrorCode} otherwise.
146 WifiErrorCode DisableDeviceConfig(int networkId);
154 * {@link WifiErrorCode} otherwise.
157 WifiErrorCode EnableDeviceConfig(int networkId);
166 * {@link WifiErrorCode} otherwise.
169 WifiErrorCode ConnectTo(int networkId);
176 * {@link WifiErrorCode} otherwise.
179 WifiErrorCode ConnectToDevice(const WifiDeviceConfig *config);
185 * in {@link WifiErrorCode} otherwise.
188 WifiErrorCode Disconnect(void);
195 * code defined in {@link WifiErrorCode} otherwise.
198 WifiErrorCode GetLinkedInfo(WifiLinkedInfo *result);
205 * in {@link WifiErrorCode} otherwise.
208 WifiErrorCode GetDeviceMacAddress(unsigned char *result);
218 * returns an error code defined in {@link WifiErrorCode} otherwise.
221 WifiErrorCode AdvanceScan(WifiScanParams *params);
227 * in {@link WifiErrorCode} otherwise.
230 WifiErrorCode GetIpInfo(IpInfo *info);
253 * in {@link WifiErrorCode} otherwise.
256 WifiErrorCode RegisterWifiEvent(WifiEvent *event);
263 * in {@link WifiErrorCode} otherwise.
266 WifiErrorCode UnRegisterWifiEvent(const WifiEvent *event);