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

Commit abfd5064 authored by Les Lee's avatar Les Lee Committed by Android (Google) Code Review
Browse files

Merge "Mark Passpoint Icon HAL APIs as @deprecated." into main

parents 3f85aa07 ce096bc8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -54,6 +54,9 @@ interface ISupplicantStaIface {
  android.hardware.wifi.supplicant.IfaceType getType();
  android.hardware.wifi.supplicant.WpaDriverCapabilitiesMask getWpaDriverCapabilities();
  void initiateAnqpQuery(in byte[] macAddress, in android.hardware.wifi.supplicant.AnqpInfoId[] infoElements, in android.hardware.wifi.supplicant.Hs20AnqpSubtypes[] subTypes);
  /**
   * @deprecated No longer in use.
   */
  void initiateHs20IconQuery(in byte[] macAddress, in String fileName);
  void initiateTdlsDiscover(in byte[] macAddress);
  void initiateTdlsSetup(in byte[] macAddress);
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,9 @@ interface ISupplicantStaIfaceCallback {
  oneway void onExtRadioWorkStart(in int id);
  oneway void onExtRadioWorkTimeout(in int id);
  oneway void onHs20DeauthImminentNotice(in byte[] bssid, in int reasonCode, in int reAuthDelayInSec, in String url);
  /**
   * @deprecated No longer in use.
   */
  oneway void onHs20IconQueryDone(in byte[] bssid, in String fileName, in byte[] data);
  oneway void onHs20SubscriptionRemediation(in byte[] bssid, in android.hardware.wifi.supplicant.OsuMethod osuMethod, in String url);
  oneway void onHs20TermsAndConditionsAcceptanceRequestedNotification(in byte[] bssid, in String url);
+2 −0
Original line number Diff line number Diff line
@@ -304,6 +304,8 @@ interface ISupplicantStaIface {
     * The icon data fetched must be returned in the
     * |ISupplicantStaIfaceCallback.onHs20IconQueryDone| callback.
     *
     * @deprecated No longer in use.
     *
     * @param macAddress MAC address of the access point.
     * @param fileName Name of the file to request from the access point.
     * @throws ServiceSpecificException with one of the following values:
+2 −0
Original line number Diff line number Diff line
@@ -198,6 +198,8 @@ oneway interface ISupplicantStaIfaceCallback {
    /**
     * Used to indicate the result of Hotspot 2.0 Icon query.
     *
     * @deprecated No longer in use.
     *
     * @param bssid BSSID of the access point.
     * @param fileName Name of the file that was requested.
     * @param data Icon data fetched from the access point.