diff options
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 */ |