[wlan][sme] Introduce Protection type for client
The protection type will soon add WEP support. The new enum replaces the previously used Option<Rsna> with the following mapping: None => Protection::Open Some(rsna) => Protection::Rsna(rsna) Test=Existing tests cover this CL already. Change-Id: I271013f8df246afc66c56e5baf3471c684a3291d
Showing
- src/connectivity/wlan/lib/sme/src/client/mod.rs 3 additions, 3 deletionssrc/connectivity/wlan/lib/sme/src/client/mod.rs
- src/connectivity/wlan/lib/sme/src/client/rsn.rs 4 additions, 4 deletionssrc/connectivity/wlan/lib/sme/src/client/rsn.rs
- src/connectivity/wlan/lib/sme/src/client/state.rs 67 additions, 45 deletionssrc/connectivity/wlan/lib/sme/src/client/state.rs
Loading
Please register or sign in to comment