diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2011-10-17 23:19:52 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-10-17 23:19:52 +0300 |
commit | c7c178e15e19dfece9ccd02de79c7cb7e7d91291 (patch) | |
tree | eabcb4fb8f9b378691dd9f39ef0c7cc8e7e30213 /src/ap/ieee802_11.h | |
parent | 3c11382b6c480c986eba7098843cf8fba65671b9 (diff) | |
download | external_wpa_supplicant_8_ti-c7c178e15e19dfece9ccd02de79c7cb7e7d91291.zip external_wpa_supplicant_8_ti-c7c178e15e19dfece9ccd02de79c7cb7e7d91291.tar.gz external_wpa_supplicant_8_ti-c7c178e15e19dfece9ccd02de79c7cb7e7d91291.tar.bz2 |
Interworking: Add Advertisement Protocol element
For now, assume that ANQP will always be enabled with Interworking.
This may be made separately configurable in the future.
Diffstat (limited to 'src/ap/ieee802_11.h')
-rw-r--r-- | src/ap/ieee802_11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ap/ieee802_11.h b/src/ap/ieee802_11.h index 3f73989..76fb841 100644 --- a/src/ap/ieee802_11.h +++ b/src/ap/ieee802_11.h @@ -70,5 +70,6 @@ void ieee802_11_sa_query_action(struct hostapd_data *hapd, const u8 *sa, const u8 action_type, const u8 *trans_id); u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid); +u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid); #endif /* IEEE802_11_H */ |