wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
hs20.h
Go to the documentation of this file.
1 
5 #ifndef HS20_H
6 #define HS20_H
7 
8 struct hostapd_data;
9 
10 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
11 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
12 int hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr,
13  u8 osu_method, const char *url);
14 int hs20_send_wnm_notification_deauth_req(struct hostapd_data *hapd,
15  const u8 *addr,
16  const struct wpabuf *payload);
17 
18 #endif /* HS20_H */
Definition: wpabuf.h:16
hostapd per-BSS data structure
Definition: hostapd.h:103