diff options
| author | Satoshi Tanaka <[email protected]> | 2023-05-01 04:30:21 +0900 |
|---|---|---|
| committer | Satoshi Tanaka <[email protected]> | 2023-05-01 04:30:21 +0900 |
| commit | 099ec7443bed2183397005b4e8ebfcd2492e2b4c (patch) | |
| tree | 8dc673d4f48001b65a53d6ae4db960985d77b073 /src/structs.rs | |
| parent | 5659269c8fb2f7d03d4a903e4ad48c8268668f0a (diff) | |
Add AP mode (unencrypted)
Diffstat (limited to 'src/structs.rs')
| -rw-r--r-- | src/structs.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/structs.rs b/src/structs.rs index d01d5a65c..3b646e1a8 100644 --- a/src/structs.rs +++ b/src/structs.rs | |||
| @@ -392,6 +392,15 @@ impl_bytes!(PassphraseInfo); | |||
| 392 | #[derive(Clone, Copy)] | 392 | #[derive(Clone, Copy)] |
| 393 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 393 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
| 394 | #[repr(C)] | 394 | #[repr(C)] |
| 395 | pub struct SsidInfoWithIndex { | ||
| 396 | pub index: u32, | ||
| 397 | pub ssid_info: SsidInfo, | ||
| 398 | } | ||
| 399 | impl_bytes!(SsidInfoWithIndex); | ||
| 400 | |||
| 401 | #[derive(Clone, Copy)] | ||
| 402 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||
| 403 | #[repr(C)] | ||
| 395 | pub struct EventMask { | 404 | pub struct EventMask { |
| 396 | pub iface: u32, | 405 | pub iface: u32, |
| 397 | pub events: [u8; 24], | 406 | pub events: [u8; 24], |
