SAE: Add an enum for defining sae_pwe parameter values
Make this more readable by replacing magic numbers with enum values. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
3a0edb2cd8
commit
bbd5a4689b
21 changed files with 92 additions and 66 deletions
|
@ -670,7 +670,7 @@ struct hostapd_bss_config {
|
|||
unsigned int sae_sync;
|
||||
int sae_require_mfp;
|
||||
int sae_confirm_immediate;
|
||||
int sae_pwe;
|
||||
enum sae_pwe sae_pwe;
|
||||
int *sae_groups;
|
||||
struct sae_password_entry *sae_passwords;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue