SAE H2E: Testing option to report extra rejected groups
"SET extra_sae_rejected_groups <groups>" can now be used to enable test mode in which wpa_supplicant will report additional groups (configured as space separated integers) when using SAE H2E. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
4d16d7cc8d
commit
b834e97003
3 changed files with 51 additions and 8 deletions
|
@ -1125,6 +1125,7 @@ struct wpa_supplicant {
|
|||
u8 last_tk[WPA_TK_MAX_LEN];
|
||||
size_t last_tk_len;
|
||||
struct wpabuf *last_assoc_req_wpa_ie;
|
||||
int *extra_sae_rejected_groups;
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
struct wmm_ac_assoc_data *wmm_ac_assoc_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue