Authenticator side testing functionality for EAPOL-Key Key Data field
Allow additional elements and KDEs to be added to EAPOL-Key msg 1/4 and 3/4 and allow EAPOL-Key msg 3/4 Key Data field to be not encrypted. These are for testing purposes to enable a convenient mechanism for testing supplicant behavior with either potential future extensions or incorrect Authenticator behavior. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
2a61071182
commit
3547ed403d
6 changed files with 78 additions and 1 deletions
|
@ -704,6 +704,9 @@ struct hostapd_bss_config {
|
|||
unsigned int oci_freq_override_ft_assoc;
|
||||
unsigned int oci_freq_override_fils_assoc;
|
||||
unsigned int oci_freq_override_wnm_sleep;
|
||||
struct wpabuf *eapol_m1_elements;
|
||||
struct wpabuf *eapol_m3_elements;
|
||||
bool eapol_m3_no_encrypt;
|
||||
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
u16 eht_oper_puncturing_override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue