From: Ravi Joshi Date: Mon, 16 Nov 2015 17:00:35 +0000 (+0200) Subject: Extend QCA roam event with subnet change indication X-Git-Tag: hostap_2_6~1392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d381963385ef8a0aacf0675029a7fd107f2100f4;p=thirdparty%2Fhostap.git Extend QCA roam event with subnet change indication The new attribute can be used with QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH to indicate whether the IP subnet was detected to have changed when processing offloaded roam/key management. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 88369e796..32cda88a8 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -210,6 +210,7 @@ enum qca_wlan_vendor_attr_roam_auth { QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_KEY_REPLAY_CTR, QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KCK, QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KEK, + QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_SUBNET_STATUS, /* keep last */ QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX =