mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00
feature: support tx amsdu
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
#define WPA_CAPABILITY_MFPR BIT(6)
|
||||
#define WPA_CAPABILITY_MFPC BIT(7)
|
||||
#define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9)
|
||||
#define WPA_CAPABILITY_SPP_CAPABLE BIT(10)
|
||||
#define WPA_CAPABILITY_SPP_REQUIRED BIT(11)
|
||||
|
||||
|
||||
/* IEEE 802.11r */
|
||||
@@ -303,6 +305,11 @@ struct wpa_ie_data {
|
||||
int mgmt_group_cipher;
|
||||
};
|
||||
|
||||
struct rsn_sppamsdu_sup {
|
||||
bool capable;
|
||||
bool require;
|
||||
};
|
||||
|
||||
const char * wpa_cipher_txt(int cipher);
|
||||
|
||||
int wpa_parse_wpa_ie_rsn(const u8 *rsn_ie, size_t rsn_ie_len,
|
||||
|
Reference in New Issue
Block a user