nl80211util: add ATTR_SURVEY_INFO to parse_attrs

This commit is contained in:
James Prestwood 2024-06-18 09:58:46 -07:00 committed by Denis Kenzior
parent 5cf826c73a
commit 1dda441b85
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ static attr_handler handler_for_type(enum nl80211_attrs type)
case NL80211_ATTR_FRAME:
return extract_iovec;
case NL80211_ATTR_WIPHY_BANDS:
case NL80211_ATTR_SURVEY_INFO:
return extract_nested;
case NL80211_ATTR_KEY_IDX:
return extract_u8;