File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -432,15 +432,7 @@ int CWifi::hostByName(const char* aHostname, IPAddress& aResult) {
432
432
return 0 ;
433
433
}
434
434
435
- /* -------------------------------------------------------------------------- */
436
- void CWifi::lowPowerMode () {
437
- /* -------------------------------------------------------------------------- */
438
- }
439
435
440
- /* -------------------------------------------------------------------------- */
441
- void CWifi::noLowPowerMode () {
442
- /* -------------------------------------------------------------------------- */
443
- }
444
436
445
437
uint8_t CWifi::reasonCode () {
446
438
return 0 ;
Original file line number Diff line number Diff line change @@ -221,15 +221,7 @@ class CWifi {
221
221
*
222
222
* return: encryption type (enum wl_enc_type) of the specified item on the networks scanned list
223
223
224
- enum wl_enc_type :
225
- ENC_TYPE_WEP = 5,
226
- ENC_TYPE_TKIP = 2,
227
- ENC_TYPE_CCMP = 4,
228
- ENC_TYPE_WP3 = 6,
229
- ENC_TYPE_NONE = 7,
230
- ENC_TYPE_AUTO = 8,
231
-
232
- ENC_TYPE_UNKNOWN = 255
224
+
233
225
234
226
*/
235
227
uint8_t encryptionType (uint8_t networkItem);
@@ -271,11 +263,6 @@ class CWifi {
271
263
272
264
unsigned long getTime ();
273
265
274
- void lowPowerMode ();
275
- void noLowPowerMode ();
276
-
277
-
278
-
279
266
void setTimeout (unsigned long timeout);
280
267
281
268
You can’t perform that action at this time.
0 commit comments