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:
Jouni Malinen 2016-10-22 17:11:11 +03:00 committed by Jouni Malinen
parent 6eb1a569ca
commit ce16c489d8
6 changed files with 22 additions and 21 deletions

View file

@ -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