OCV: Parse all types of OCI information elements
Add functionality to parse all variations of the OCI element. Signed-off-by: Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
This commit is contained in:
parent
17c2559caf
commit
f53aeff415
8 changed files with 44 additions and 0 deletions
|
@ -454,6 +454,10 @@ struct wpa_ft_ies {
|
|||
size_t tie_len;
|
||||
const u8 *igtk;
|
||||
size_t igtk_len;
|
||||
#ifdef CONFIG_OCV
|
||||
const u8 *oci;
|
||||
size_t oci_len;
|
||||
#endif /* CONFIG_OCV */
|
||||
const u8 *ric;
|
||||
size_t ric_len;
|
||||
int key_mgmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue