Merge "qcacmn: Add a vendor specific roam status of background scan abort"
This commit is contained in:

committad av
Gerrit - the friendly Code Review server

incheckning
44974f5720
@@ -3311,6 +3311,8 @@ enum qca_vendor_roam_triggers {
|
||||
* @QCA_ROAM_FAIL_REASON_SAE_PREAUTH_TIMEOUT: WPA3-SAE pre-authentication times
|
||||
* out.
|
||||
* @QCA_ROAM_FAIL_REASON_SAE_PREAUTH_FAIL: WPA3-SAE pre-authentication fails.
|
||||
* @QCA_ROAM_FAIL_REASON_CURR_AP_STILL_OK: background scan was abort, but
|
||||
* current AP is still connected.
|
||||
*/
|
||||
enum qca_vendor_roam_fail_reasons {
|
||||
QCA_ROAM_FAIL_REASON_NONE = 0,
|
||||
@@ -3343,6 +3345,7 @@ enum qca_vendor_roam_fail_reasons {
|
||||
QCA_ROAM_FAIL_REASON_SAE_INVALID_PMKID = 27,
|
||||
QCA_ROAM_FAIL_REASON_SAE_PREAUTH_TIMEOUT = 28,
|
||||
QCA_ROAM_FAIL_REASON_SAE_PREAUTH_FAIL = 29,
|
||||
QCA_ROAM_FAIL_REASON_CURR_AP_STILL_OK = 30,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Referens i nytt ärende
Block a user