diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2012-11-02 11:05:57 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-02-25 23:24:23 (GMT) |
commit | 95a3ea9426180feeaa47498b5a0f89e2de59bc95 (patch) | |
tree | e07c4ff389006ebc954b398a6a670bae424a883f /wpa_supplicant/hs20_supplicant.h | |
parent | f9cd147d6b4718b03d8f3110e5dcaa56fe57902b (diff) | |
download | hostap-95a3ea9426180feeaa47498b5a0f89e2de59bc95.zip hostap-95a3ea9426180feeaa47498b5a0f89e2de59bc95.tar.gz hostap-95a3ea9426180feeaa47498b5a0f89e2de59bc95.tar.bz2 |
HS 2.0R2: Add WNM-Notification Request for Subscription Remediation
Subscription remediation notification WNM-Notification Request is now
shown in the following way in wpa_supplicant control interface:
<3>HS20-SUBSCRIPTION-REMEDIATION http://example.com/foo/
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/hs20_supplicant.h')
-rw-r--r-- | wpa_supplicant/hs20_supplicant.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/hs20_supplicant.h b/wpa_supplicant/hs20_supplicant.h index 7f62a15..b19355b 100644 --- a/wpa_supplicant/hs20_supplicant.h +++ b/wpa_supplicant/hs20_supplicant.h @@ -20,4 +20,7 @@ int is_hs20_network(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_bss *bss); int hs20_get_pps_mo_id(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid); +void hs20_rx_subscription_remediation(struct wpa_supplicant *wpa_s, + const char *url, u8 osu_method); + #endif /* HS20_SUPPLICANT_H */ |