wpa_supplicant / hostapd
2.5
|
Simultaneous authentication of equals. More...
Go to the source code of this file.
Data Structures | |
struct | sae_temporary_data |
struct | sae_data |
Functions | |
int | sae_set_group (struct sae_data *sae, int group) |
void | sae_clear_temp_data (struct sae_data *sae) |
void | sae_clear_data (struct sae_data *sae) |
int | sae_prepare_commit (const u8 *addr1, const u8 *addr2, const u8 *password, size_t password_len, struct sae_data *sae) |
int | sae_process_commit (struct sae_data *sae) |
void | sae_write_commit (struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token) |
u16 | sae_parse_commit (struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) |
void | sae_write_confirm (struct sae_data *sae, struct wpabuf *buf) |
int | sae_check_confirm (struct sae_data *sae, const u8 *data, size_t len) |
u16 | sae_group_allowed (struct sae_data *sae, int *allowed_groups, u16 group) |
Simultaneous authentication of equals.