AP: Reject association request upon invalid HE capabilities
Operation in the 6 GHz band mandates valid HE capabilities element in station negotiation. Reject association request upon receiving invalid or missing HE elements. Signed-off-by: Rajkumar Manoharan <rmanohar@codeaurora.org>
This commit is contained in:
parent
088bef1786
commit
1f72bbbefb
3 changed files with 9 additions and 0 deletions
|
@ -1762,6 +1762,7 @@ const char * status2str(u16 status)
|
|||
S2S(FILS_AUTHENTICATION_FAILURE)
|
||||
S2S(UNKNOWN_AUTHENTICATION_SERVER)
|
||||
S2S(UNKNOWN_PASSWORD_IDENTIFIER)
|
||||
S2S(DENIED_HE_NOT_SUPPORTED)
|
||||
S2S(SAE_HASH_TO_ELEMENT)
|
||||
S2S(SAE_PK)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue