MSCS: Parse result of MSCS setup in (Re)Association Response frames
Add support to parse the (Re)Association Response frames to check if the AP has accepted/declined the MSCS request in response to the corresponding (Re)Association Request frame. AP indicates the result by setting it in the optional MSCS Status subelement of MSCS Descriptor element in (Re)Association Response frame. This MSCS Status subelement is defined in the process of being added into P802.11-REVmd/D4.0 (11-20-0516-17-000m-cr-mscs-and-cid4158). Signed-off-by: Vinita S. Maloo <vmaloo@codeaurora.org>
This commit is contained in:
parent
c504ff5398
commit
af8ab3208d
4 changed files with 44 additions and 5 deletions
|
@ -2359,4 +2359,9 @@ enum scs_request_type {
|
|||
SCS_REQ_CHANGE = 2,
|
||||
};
|
||||
|
||||
/* Optional subelement IDs for MSCS Descriptor element */
|
||||
enum mscs_description_subelem {
|
||||
MCSC_SUBELEM_STATUS = 1,
|
||||
};
|
||||
|
||||
#endif /* IEEE802_11_DEFS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue