Skip to content

Commit 08e225d

Browse files
committed
Merge branch 'bugfix/fragment_and_forge_vulnerability_detection' into 'master'
fix(wifi): fragment and forge vulnerability detection See merge request sdk/ESP8266_RTOS_SDK!1618
2 parents 2f42e70 + 8a2ab31 commit 08e225d

File tree

11 files changed

+9
-4
lines changed

11 files changed

+9
-4
lines changed

components/esp8266/lib/VERSION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
gwen:
2-
core: cebfb0e
3-
net80211: eb73fdf
4-
pp: 5fda74f
5-
espnow: 7a93d71
2+
core: 231e0e2
3+
net80211: 231e0e2
4+
pp: 231e0e2
5+
espnow: 231e0e2
66

77
smartconfig: 3.0.0/5f550c40
88
phy: 1163.0

components/esp8266/lib/libcore.a

344 Bytes
Binary file not shown.

components/esp8266/lib/libcore_dbg.a

344 Bytes
Binary file not shown.

components/esp8266/lib/libespnow.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

components/esp8266/lib/libnet80211.a

952 Bytes
Binary file not shown.
704 Bytes
Binary file not shown.

components/esp8266/lib/libpp.a

2.44 KB
Binary file not shown.

components/esp8266/lib/libpp_dbg.a

2.75 KB
Binary file not shown.

components/wpa_supplicant/src/common/wpa_common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
#define WPA_CAPABILITY_MFPR BIT(6)
111111
#define WPA_CAPABILITY_MFPC BIT(7)
112112
#define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9)
113+
#define WPA_CAPABILITY_SPP_CAPABLE BIT(10)
114+
#define WPA_CAPABILITY_SPP_REQUIRED BIT(11)
113115

114116

115117
/* IEEE 802.11r */

0 commit comments

Comments
 (0)