supplicant(interface): Add timedOut param in assoc reject

am: 7bf6dc8193

Change-Id: Id3baec3ea5a222d67f06d5e51a5d45ac8d26a2c3
This commit is contained in:
Roshan Pius 2017-03-08 02:55:14 +00:00 committed by android-build-merger
commit 91c12e3ce6

View file

@ -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.