IEEE 802.11u: Add configuration and advertisement for Interworking

This commit is contained in:
Jouni Malinen 2011-09-23 20:26:17 +03:00 committed by Jouni Malinen
parent cc81110d55
commit b83e3e93c8
8 changed files with 169 additions and 4 deletions

View file

@ -334,6 +334,18 @@ struct hostapd_bss_config {
#define TDLS_PROHIBIT_CHAN_SWITCH BIT(1)
int tdls;
int disable_11n;
/* IEEE 802.11u - Interworking */
int interworking;
int access_network_type;
int internet;
int asra;
int esr;
int uesa;
int venue_info_set;
u8 venue_group;
u8 venue_type;
u8 hessid[ETH_ALEN];
};