We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb7bac commit ea75080Copy full SHA for ea75080
net/wireless/nl80211.c
@@ -437,6 +437,7 @@ const struct nla_policy nl80211_policy[NUM_NL80211_ATTR] = {
437
[NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT] = { .type = NLA_FLAG },
438
[NL80211_ATTR_CONTROL_PORT_OVER_NL80211] = { .type = NLA_FLAG },
439
[NL80211_ATTR_PRIVACY] = { .type = NLA_FLAG },
440
+ [NL80211_ATTR_STATUS_CODE] = { .type = NLA_U16 },
441
[NL80211_ATTR_CIPHER_SUITE_GROUP] = { .type = NLA_U32 },
442
[NL80211_ATTR_WPA_VERSIONS] = { .type = NLA_U32 },
443
[NL80211_ATTR_PID] = { .type = NLA_U32 },
0 commit comments