Allow RSNE in EAPOL-Key msg 2/4 to be overridden for testing purposes
The new wpa_supplicant control interface parameter rsne_override_eapol can be used similarly to the earlier rsnxe_override_eapol to override the RSNE value added into EAPOL-Key msg 2/4. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
2b8f8a4721
commit
f21fbfb977
4 changed files with 18 additions and 0 deletions
|
@ -1142,6 +1142,7 @@ struct wpa_supplicant {
|
|||
size_t last_tk_len;
|
||||
struct wpabuf *last_assoc_req_wpa_ie;
|
||||
int *extra_sae_rejected_groups;
|
||||
struct wpabuf *rsne_override_eapol;
|
||||
struct wpabuf *rsnxe_override_assoc;
|
||||
struct wpabuf *rsnxe_override_eapol;
|
||||
struct dl_list drv_signal_override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue