Skip to content

Commit 5c3fb77

Browse files
committed
feat(wifi): Support to disable to connect to open/wep router
AT: Add parameter in AT+CWJAP to disable to connect to open/wep router internal gitlab: 1b6c61b1
1 parent bce0c3f commit 5c3fb77

File tree

12 files changed

+11
-10
lines changed

12 files changed

+11
-10
lines changed

VERSION

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
gwen:
2-
at : 79c552b
3-
crypto : 12f98d2
4-
espnow : 12f98d2
2+
at : 350448e
3+
crypto : 350448e
4+
espnow : 350448e
55
json : ce90efd
6-
main : 79c552b
7-
net80211 : ef57762
8-
pp : c309acb
9-
smartconfig : 16cf6ef
6+
main : 350448e
7+
net80211 : 350448e
8+
pp : 350448e
9+
smartconfig : 350448e
1010
ssl : b19a6f7
1111
upgrade : b19a6f7
12-
wpa : e801541
13-
wpa2 : 12f98d2
14-
wps : fd30c50
12+
wpa : 350448e
13+
wpa2 : 350448e
14+
wps : 350448e
1515

1616
phy:
1717
phy : 1136

include/user_interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ struct station_config {
247247
// with both ssid[] and bssid[] matched. Please check about this.
248248
uint8 bssid[6];
249249
wifi_fast_scan_threshold_t threshold;
250+
bool open_and_wep_mode_disable; // Can connect to open/wep router by default.
250251
};
251252

252253
bool wifi_station_get_config(struct station_config *config);

lib/libat.a

640 Bytes
Binary file not shown.

lib/libcrypto.a

0 Bytes
Binary file not shown.

lib/libespnow.a

0 Bytes
Binary file not shown.

lib/libmain.a

72 Bytes
Binary file not shown.

lib/libnet80211.a

64 Bytes
Binary file not shown.

lib/libpp.a

0 Bytes
Binary file not shown.

lib/libsmartconfig.a

0 Bytes
Binary file not shown.

lib/libwpa.a

0 Bytes
Binary file not shown.

lib/libwpa2.a

0 Bytes
Binary file not shown.

lib/libwps.a

548 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)