Lines Matching refs:WifiErrorCode
60 * {@link WifiErrorCode} otherwise.
63 WifiErrorCode EnableHotspot(void);
69 * {@link WifiErrorCode} otherwise.
72 WifiErrorCode DisableHotspot(void);
83 * {@link WifiErrorCode} otherwise.
86 WifiErrorCode SetHotspotConfig(const HotspotConfig *config);
95 * {@link WifiErrorCode} otherwise.
98 WifiErrorCode GetHotspotConfig(HotspotConfig *result);
118 * code defined in {@link WifiErrorCode} otherwise.
121 WifiErrorCode GetStationList(StationInfo *result, unsigned int *size);
129 * returns an error code defined in {@link WifiErrorCode} otherwise.
132 WifiErrorCode DisassociateSta(unsigned char *mac, int macLen);
142 * in {@link WifiErrorCode} otherwise.
145 WifiErrorCode AddTxPowerInfo(int power);