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:
parent
e269beadba
commit
d135bfc4b8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user