diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2013-03-17 14:03:42 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-02-25 23:24:24 (GMT) |
commit | 3fb17a95307c19427c707813051e4043745df6ba (patch) | |
tree | 0471a6b28899c536350d6ddda0002dfa4df0bd8b /src/ap/hs20.h | |
parent | d5d24784e6eb6d41dafbdf9878b5632a5ec068ad (diff) | |
download | hostap-3fb17a95307c19427c707813051e4043745df6ba.zip hostap-3fb17a95307c19427c707813051e4043745df6ba.tar.gz hostap-3fb17a95307c19427c707813051e4043745df6ba.tar.bz2 |
HS 2.0R2 AP: Add WNM-Notification Request for Subscription Remediation
Subscription remediation notification can now be sent from hostapd with:
hostapd_cli hs20_wnm_notif 02:00:00:00:00:00 http://example.com/foo/
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src/ap/hs20.h')
-rw-r--r-- | src/ap/hs20.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap/hs20.h b/src/ap/hs20.h index 98698ce..059764e 100644 --- a/src/ap/hs20.h +++ b/src/ap/hs20.h @@ -12,5 +12,7 @@ struct hostapd_data; u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid); +int hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr, + u8 osu_method, const char *url); #endif /* HS20_H */ |