nl80211util: add WIPHY_FREQ to parse_attrs support

This commit is contained in:
James Prestwood 2021-03-10 12:27:43 -08:00 committed by Denis Kenzior
parent e84f257bff
commit f89270325f
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ static attr_handler handler_for_type(enum nl80211_attrs type)
return extract_mac;
case NL80211_ATTR_ACK:
return extract_flag;
case NL80211_ATTR_WIPHY_FREQ:
return extract_uint32;
default:
break;
}