X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=src%2Fcommon%2Fqca-vendor.h;h=0fff3aa3eafeef93c053977f16a941fc3a31dda7;hp=a38b6571f675d08bf1e081b276552c7c3c923f23;hb=2800ec85d21d4d939f7f0149c20572e27ded86d7;hpb=6ad37d73ca9faa1665e4ec54f4c859c2edc707dd diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index a38b657..0fff3aa 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -878,6 +878,10 @@ enum qca_wlan_vendor_attr_config { QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX, /* 8-bit unsigned value to trigger QPower: 1-Enable, 0-Disable */ QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER, + /* 8-bit unsigned value to configure the driver and below layers to + * ignore the assoc disallowed set by APs while connecting + * 1-Ignore, 0-Don't ignore */ + QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED, /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,