Process Transition Disable KDE in station mode
Check whether the Transition Disable KDE is received from an authenticated AP and if so, whether it contains valid indication for disabling a transition mode. If that is the case, update the local network profile by removing the less secure options. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
82cc0b0cc2
commit
9d1857cf35
7 changed files with 95 additions and 0 deletions
|
@ -516,6 +516,8 @@ struct wpa_eapol_ie_parse {
|
|||
size_t ftie_len;
|
||||
const u8 *ip_addr_req;
|
||||
const u8 *ip_addr_alloc;
|
||||
const u8 *transition_disable;
|
||||
size_t transition_disable_len;
|
||||
const u8 *oci;
|
||||
size_t oci_len;
|
||||
const u8 *osen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue