Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: fail authentication when AP denied authentication
ieee80211_rx_mgmt_auth() doesn't handle denied authentication properly - it authenticates the station and waits for association (for 5 seconds) instead of failing the authentication. Fix it by destroying auth_data and bailing out instead. Signed-off-by: Eliad Peller <[email protected]> Acked-by: Johannes Berg <[email protected]> Cc: [email protected] #3.4 Signed-off-by: John W. Linville <[email protected]>
- Loading branch information