Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0318c981 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

supplicant(interface): Add timedOut param in assoc reject am: 7bf6dc81 am: 91c12e3c

am: f75584ca

Change-Id: I1d515163afe03f7e2eee6940e464c39066b5f6e8
parents 20bb6cc8 f75584ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.