diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-09-09 01:09:15 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-09-09 02:13:25 +0200 |
| commit | b9a1aaea5b89bd5689796bdfa4227353ee8a452b (patch) | |
| tree | 22a2f15923726f1d51ab96a71a95c2b8d8223fb0 /cyw43/src/structs.rs | |
| parent | 6b21f6d3d1f48bfa722d648918e06b627350bbff (diff) | |
cyw43: add support for WPA3 and more extensive security options.
Diffstat (limited to 'cyw43/src/structs.rs')
| -rw-r--r-- | cyw43/src/structs.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cyw43/src/structs.rs b/cyw43/src/structs.rs index ae7ef6038..81ae6a98d 100644 --- a/cyw43/src/structs.rs +++ b/cyw43/src/structs.rs | |||
| @@ -397,6 +397,15 @@ impl_bytes!(PassphraseInfo); | |||
| 397 | #[derive(Clone, Copy)] | 397 | #[derive(Clone, Copy)] |
| 398 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 398 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
| 399 | #[repr(C)] | 399 | #[repr(C)] |
| 400 | pub struct SaePassphraseInfo { | ||
| 401 | pub len: u16, | ||
| 402 | pub passphrase: [u8; 128], | ||
| 403 | } | ||
| 404 | impl_bytes!(SaePassphraseInfo); | ||
| 405 | |||
| 406 | #[derive(Clone, Copy)] | ||
| 407 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||
| 408 | #[repr(C)] | ||
| 400 | pub struct SsidInfoWithIndex { | 409 | pub struct SsidInfoWithIndex { |
| 401 | pub index: u32, | 410 | pub index: u32, |
| 402 | pub ssid_info: SsidInfo, | 411 | pub ssid_info: SsidInfo, |
