Jouni Malinen
dd43026a19
SAE: Rename state variables to match IEEE 802.11 standard
...
The enum values for struct sae_data::state now match the protocol
instance states as defined in IEEE Std 802.11-2012, 11.3.8.2.2
Signed-hostap: Jouni Malinen <j@w1.fi>
2013-01-12 17:51:52 +02:00
Jouni Malinen
f2e9818f73
SAE: Add processing of the confirm message
...
This adds validation of the received confirm messages for SAE.
Signed-hostap: Jouni Malinen <j@w1.fi>
2013-01-12 17:51:52 +02:00
Jouni Malinen
fb8fcc2950
SAE: Add generation of the confirm message fields
...
Signed-hostap: Jouni Malinen <j@w1.fi>
2013-01-12 17:51:52 +02:00
Jouni Malinen
146f6c9a00
SAE: Add processing of the commit message
...
This adds validation of the received commit messages and key derivation
for SAE.
Signed-hostap: Jouni Malinen <j@w1.fi>
2013-01-12 17:51:52 +02:00
Jouni Malinen
8e31e9550a
SAE: Add generation of the commit message fields
...
This adds derivation of PWE and the needed commit values so that the
full SAE commit message can be built.
Signed-hostap: Jouni Malinen <j@w1.fi>
2013-01-12 17:51:52 +02:00
Jouni Malinen
98efcc4176
SAE: Use a shared data structure for AP and station
...
This makes it easier to share common functions for both roles.
Signed-hostap: Jouni Malinen <j@w1.fi>
2013-01-12 17:51:52 +02:00