nl80211util: add ATTR_SCAN_FLAGS

This commit is contained in:
James Prestwood 2024-06-18 09:58:49 -07:00 committed by Denis Kenzior
parent b4983fdcae
commit 88a71eca72
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ static attr_handler handler_for_nl80211(int type)
case NL80211_ATTR_WIPHY:
case NL80211_ATTR_IFTYPE:
case NL80211_ATTR_KEY_TYPE:
case NL80211_ATTR_SCAN_FLAGS:
return extract_uint32;
case NL80211_ATTR_WDEV:
case NL80211_ATTR_COOKIE: