supplicant(interface): Add timedOut param in assoc reject
am: 7bf6dc8193
Change-Id: Id3baec3ea5a222d67f06d5e51a5d45ac8d26a2c3
This commit is contained in:
commit
91c12e3ce6
1 changed files with 3 additions and 1 deletions
|
@ -278,8 +278,10 @@ interface ISupplicantStaIfaceCallback {
|
|||
* reject.
|
||||
* @param statusCode 802.11 code to indicate the reject reason.
|
||||
* Refer to section 8.4.1.9 of IEEE 802.11 spec.
|
||||
* @param timedOut Whether failure is due to timeout rather
|
||||
* than explicit rejection response from the AP.
|
||||
*/
|
||||
oneway onAssociationRejected(Bssid bssid, uint32_t statusCode);
|
||||
oneway onAssociationRejected(Bssid bssid, uint32_t statusCode, bool timedOut);
|
||||
|
||||
/**
|
||||
* Used to indicate the timeout of authentication to an AP.
|
||||
|
|
Loading…
Reference in a new issue