mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 19:49:23 +01:00
nl80211util: add ATTR_SURVEY_INFO to parse_attrs
This commit is contained in:
parent
5cf826c73a
commit
1dda441b85
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user