Skip to content

Commit

Permalink
feat(wifi): Support to disable to connect to open/wep router
Browse files Browse the repository at this point in the history
AT: Add parameter in AT+CWJAP to disable to connect to open/wep router

internal gitlab: 1b6c61b1
  • Loading branch information
wujiangang committed May 11, 2018
1 parent bce0c3f commit 5c3fb77
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
gwen:
at : 79c552b
crypto : 12f98d2
espnow : 12f98d2
at : 350448e
crypto : 350448e
espnow : 350448e
json : ce90efd
main : 79c552b
net80211 : ef57762
pp : c309acb
smartconfig : 16cf6ef
main : 350448e
net80211 : 350448e
pp : 350448e
smartconfig : 350448e
ssl : b19a6f7
upgrade : b19a6f7
wpa : e801541
wpa2 : 12f98d2
wps : fd30c50
wpa : 350448e
wpa2 : 350448e
wps : 350448e

phy:
phy : 1136
Expand Down
1 change: 1 addition & 0 deletions include/user_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ struct station_config {
// with both ssid[] and bssid[] matched. Please check about this.
uint8 bssid[6];
wifi_fast_scan_threshold_t threshold;
bool open_and_wep_mode_disable; // Can connect to open/wep router by default.
};

bool wifi_station_get_config(struct station_config *config);
Expand Down
Binary file modified lib/libat.a
Binary file not shown.
Binary file modified lib/libcrypto.a
Binary file not shown.
Binary file modified lib/libespnow.a
Binary file not shown.
Binary file modified lib/libmain.a
Binary file not shown.
Binary file modified lib/libnet80211.a
Binary file not shown.
Binary file modified lib/libpp.a
Binary file not shown.
Binary file modified lib/libsmartconfig.a
Binary file not shown.
Binary file modified lib/libwpa.a
Binary file not shown.
Binary file modified lib/libwpa2.a
Binary file not shown.
Binary file modified lib/libwps.a
Binary file not shown.

0 comments on commit 5c3fb77

Please sign in to comment.