HS 2.0: Allow Hotspot 2.0 version number to be overridden for build
This can be used for testing and development purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
2403edb8fd
commit
a10f5714cc
1 changed files with 2 additions and 0 deletions
|
@ -1335,7 +1335,9 @@ enum wmm_ac {
|
|||
#define HS20_DGAF_DISABLED 0x01
|
||||
#define HS20_PPS_MO_ID_PRESENT 0x02
|
||||
#define HS20_ANQP_DOMAIN_ID_PRESENT 0x04
|
||||
#ifndef HS20_VERSION
|
||||
#define HS20_VERSION 0x10 /* Release 2 */
|
||||
#endif /* HS20_VERSION */
|
||||
|
||||
/* WNM-Notification WFA vendors specific subtypes */
|
||||
#define HS20_WNM_SUB_REM_NEEDED 0
|
||||
|
|
Loading…
Reference in a new issue