Skip to content
Snippets Groups Projects
Commit 3ea580b4 authored by Robert Hahn's avatar Robert Hahn Committed by CQ bot account: commit-bot@chromium.org
Browse files

[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
parent 95a5e236
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment