DPP: Fix compilation without openssl
dpp.h file requires openssl in order to compile, which breaks compilation on systems without it. Move DPP_OUI_TYPE to ieee802_11_defs.h and don't include dpp.h when not really needed. Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
4874f5bad3
commit
bfbc41eace
6 changed files with 3 additions and 7 deletions
|
@ -2025,4 +2025,7 @@ struct ieee80211_he_operation {
|
|||
#define HE_OPERATION_BSS_COLOR_DISABLED ((u32) BIT(30))
|
||||
#define HE_OPERATION_BSS_DUAL_BEACON ((u32) BIT(31))
|
||||
|
||||
/* DPP Public Action frame identifiers - OUI_WFA */
|
||||
#define DPP_OUI_TYPE 0x1A
|
||||
|
||||
#endif /* IEEE802_11_DEFS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue