SAE H2E: RSNXE override in EAPOL-Key msg 3/4
This new hostapd configuration parameter rsnxe_override_eapol=<hexdump> can be used to override RSNXE value in EAPOL-Key msg 3/4 for testing purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
49ac2466c3
commit
f2c4b44b40
6 changed files with 54 additions and 11 deletions
|
@ -664,6 +664,7 @@ struct hostapd_bss_config {
|
|||
struct wpabuf *own_ie_override;
|
||||
int sae_reflection_attack;
|
||||
struct wpabuf *sae_commit_override;
|
||||
struct wpabuf *rsnxe_override_eapol;
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
#define MESH_ENABLED BIT(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue