#include <ieee80211.h>
Data Fields | |
| u8 | id |
| Vendor-specific ID: 221. | |
| u8 | len |
| Vendor-specific length: variable. | |
| u32 | oui |
| OUI and vendor-specific type byte. | |
| u8 | data [0] |
| Vendor-specific data. | |
One often sees the RSN IE masquerading as vendor-specific on devices that were produced prior to 802.11i (the WPA amendment) being finalized.
Definition at line 951 of file ieee80211.h.
OUI and vendor-specific type byte.
Definition at line 954 of file ieee80211.h.
Referenced by wpa_handle_1_of_4(), and wpa_maybe_install_gtk().
Vendor-specific data.
Definition at line 955 of file ieee80211.h.
Referenced by wpa_handle_1_of_4().
1.5.7.1