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

Commit a3043d4d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "wifi: Add unit for API doc." into sc-dev am: c7e7546d

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13767187

Change-Id: I54f4b1dd1de8290a5069d11d26fcc11ebdf707f0
parents cd874816 c7e7546d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@ interface IHostapdCallback extends @1.1::IHostapdCallback {
     * The apIfaceInstance can be used to identify which instance the callback
     * is from.
     * Note: The apIfaceInstance must be same as ifaceName in single AP mode.
     * @param freq The operational frequency of the AP.
     * @param freqMhz The operational frequency of the AP in Mhz.
     * @param bandwidth The operational bandwidth of the AP.
     * @param generation The operational mode of the AP (e.g. 11ac, 11ax).
     * @param apIfaceInstanceMacAddress MAC Address of the apIfaceInstance.
     */
    oneway onApInstanceInfoChanged(string ifaceName, string apIfaceInstance, uint32_t freq,
    oneway onApInstanceInfoChanged(string ifaceName, string apIfaceInstance, uint32_t freqMhz,
        Bandwidth bandwidth, Generation generation, MacAddress apIfaceInstanceMacAddress);

    /**