mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX
This can be used to set the configuration parameters per netdev (instead of wiphy). Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
14b7612447
commit
fed802c2e8
@ -723,6 +723,11 @@ enum qca_wlan_vendor_attr_config {
|
|||||||
* QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY to control the access.
|
* QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY to control the access.
|
||||||
* Zero length payload can be used to clear this access constraint. */
|
* Zero length payload can be used to clear this access constraint. */
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST,
|
||||||
|
/* Unsigned 32-bit, specifies the interface index (netdev) for which the
|
||||||
|
* corresponding configurations are applied. If the interface index is
|
||||||
|
* not specified, the configurations are attributed to the respective
|
||||||
|
* wiphy. */
|
||||||
|
QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||||
|
Loading…
Reference in New Issue
Block a user