]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Extend QCA roam event with subnet change indication
authorRavi Joshi <ravij@qca.qualcomm.com>
Mon, 16 Nov 2015 17:00:35 +0000 (19:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 16 Nov 2015 17:00:35 +0000 (19:00 +0200)
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 <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 88369e796e54ace0aed24954016fe9abdeab4c8e..32cda88a89615f8ff2de72d048ea4c26ce11a530 100644 (file)
@@ -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 =