Rename sae_data to more generic auth_data
This makes it cleaner for the FILS implementation to use the same design for setting Authentication frame elements as was already done with SAE. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
6eb1a569ca
commit
ce16c489d8
6 changed files with 22 additions and 21 deletions
|
@ -42,9 +42,9 @@ struct privsep_cmd_authenticate
|
|||
int wep_tx_keyidx;
|
||||
int local_state_change;
|
||||
int p2p;
|
||||
size_t sae_data_len;
|
||||
size_t auth_data_len;
|
||||
/* followed by ie_len bytes of ie */
|
||||
/* followed by sae_data_len bytes of sae_data */
|
||||
/* followed by auth_data_len bytes of auth_data */
|
||||
};
|
||||
|
||||
struct privsep_cmd_associate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue