mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-07 04:29:23 +01:00
14ac9e4aeb
The SAE unit test needed to be updated to use the handshake_driver, but in addition all the packet building needed a major overhaul. SAE was changed to behave more like OWE/FILS, in that netdev passes the raw mpdu frame into the RX callbacks. Before, only the authentication data was passed. This requires the unit tests to now build up the entire authentication frame, and in some cases append the header to the data coming from the TX functions. |
||
---|---|---|
.. | ||
test-arc4.c | ||
test-client.c | ||
test-cmac-aes.c | ||
test-crypto.c | ||
test-eap-mschapv2.c | ||
test-eap-sim.c | ||
test-eapol.c | ||
test-hmac-md5.c | ||
test-hmac-sha1.c | ||
test-hmac-sha256.c | ||
test-ie.c | ||
test-kdf-sha256.c | ||
test-mpdu.c | ||
test-prf-sha1.c | ||
test-sae.c | ||
test-ssid-security.c | ||
test-util.c | ||
test-wsc.c |