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

Commit 61e50c20 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

supplicant(interface): Fix compilation failure am: 9e01c517

am: 211c3b87

Change-Id: I47f6acf290314c7d314dc9ff66864133a7b55fce
parents 1ac21164 211c3b87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -209,12 +209,12 @@ interface ISupplicantStaIfaceCallback {

  /**
   * Used to indicate a Hotspot 2.0 imminent deauth notice.
   * @param code Code to indicate the deauth reason.
   * @param reasonCode Code to indicate the deauth reason.
   *        Refer to section 3.2.1.2 of the Hotspot 2.0 spec.
   * @param reAuthDelayInSec Delay before reauthenticating.
   * @param url URL of the server.
   */
  oneway onHs20DeauthImminentNotice(uint32_t code,
  oneway onHs20DeauthImminentNotice(uint32_t reasonCode,
                                    uint32_t reAuthDelayInSec,
                                    string url);
};