qcacld-3.0: Do not drop retry assoc req if RMF enabled
Upon reception of assoc request from an already associated PMF-enabled STA, the SAP is expected to start SA-Query mechanism. On the other hand, host driver drops all the retried assoc request frames if the STA is already in connected state. This is valid as long as the original assoc request is currently under processing(to prevent duplicate processing). However, for reassoc attempt cases, this assoc request with retry bit set could be the first assoc request under processing. Therefore, change the logic to drop only retry-bit set assoc requests in non-PMF STA cases. For PMF-enabled STA, drop the assoc requests only if key installation is pending. Otherwise, send SA query. Change-Id: I1f3a564864e70f4e11994698389be427ac202fa3 CRs-Fixed: 3446033
Loading
Please register or sign in to comment