mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
wsc: Add additional comment
This commit is contained in:
parent
01b5445e94
commit
2f5a62d85c
@ -503,6 +503,12 @@ static int wsc_parse_attrs(const unsigned char *pdu, unsigned int len,
|
||||
}
|
||||
|
||||
check:
|
||||
/*
|
||||
* Check for Version 2.0 required attributes.
|
||||
* If version2 attribute is present in the WFA Vendor field,
|
||||
* then check the required attributes are present. Mostly relevant
|
||||
* for Probe Request messages according to 8.2.4 in WSC 2.0.5
|
||||
*/
|
||||
if (version2) {
|
||||
struct attr_handler_entry *entry;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user