3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-06-07 22:07:23 +02:00

nl80211util: support parsing NL80211_ATTR_TIMEOUT

This commit is contained in:
James Prestwood 2025-05-22 11:41:51 -07:00 committed by Denis Kenzior
parent e269beadba
commit d135bfc4b8

View File

@ -190,6 +190,7 @@ static attr_handler handler_for_nl80211(int type)
case NL80211_ATTR_CENTER_FREQ2:
case NL80211_ATTR_AKM_SUITES:
case NL80211_ATTR_EXTERNAL_AUTH_ACTION:
case NL80211_ATTR_TIMEOUT:
return extract_uint32;
case NL80211_ATTR_FRAME:
return extract_iovec;