mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 09:29:22 +01:00
wsc: Handle ATTR_REQUESTED_DEVICE_TYPE
This commit is contained in:
parent
3e927ea6c9
commit
ab33a22149
@ -422,6 +422,8 @@ static attr_handler handler_for_type(enum wsc_attr type)
|
||||
return extract_uint8;
|
||||
case WSC_ATTR_REQUEST_TYPE:
|
||||
return extract_request_type;
|
||||
case WSC_ATTR_REQUESTED_DEVICE_TYPE:
|
||||
return extract_primary_device_type;
|
||||
case WSC_ATTR_RESPONSE_TYPE:
|
||||
return extract_response_type;
|
||||
case WSC_ATTR_SELECTED_REGISTRAR:
|
||||
|
Loading…
Reference in New Issue
Block a user