summaryrefslogtreecommitdiff
path: root/aidl
AgeCommit message (Collapse)Author
2025-03-10Cleanup the mainline supplicant AIDL interface. Gabriel Biren
Specific changes are: - Prefix USD-specific structure names with "Usd" - Fix the capitalization in the field rxMatchFilter - Add error code field to the config failed callbacks - Improve the naming for the termination reason code enum - Add missing eventsEnabled field to UsdPublishConfig Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: m Change-Id: Ide8c05e6088ba672c6a53e77bf639aa065280b32
2025-03-05Revert "Revert "Rename IUsdInterface to IStaInterface, and add a..." Gabriel Biren
Revert submission 32132699-revert-32029057-mainline-supplicant-generalize-iface-type-NJLGVJHNTR Reason for revert: Located the root cause of the build failure Reverted changes: /q/submissionid:32132699-revert-32029057-mainline-supplicant-generalize-iface-type-NJLGVJHNTR Change-Id: I2cfddf02e250cc645108aa33872415b84da00fd6
2025-03-05Revert "Revert "Change the return type in the addUsdInterface AI..." Gabriel Biren
Revert submission 32132699-revert-32029057-mainline-supplicant-generalize-iface-type-NJLGVJHNTR Reason for revert: Located the root cause of the build failure Reverted changes: /q/submissionid:32132699-revert-32029057-mainline-supplicant-generalize-iface-type-NJLGVJHNTR Change-Id: Ie0f2dc4482d9869d1ff4718c760df907b8416f47
2025-03-05Revert "Change the return type in the addUsdInterface AIDL defin..." Liana Kazanova (xWF)
Revert submission 32029057-mainline-supplicant-generalize-iface-type Reason for revert: DroidMonitor: Potential culprit for http://b/400984769 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:32029057-mainline-supplicant-generalize-iface-type Change-Id: I3801211195add6b291c92cb357c5dd7b6e1777c7
2025-03-05Revert "Rename IUsdInterface to IStaInterface, and add a registe..." Liana Kazanova (xWF)
Revert submission 32029057-mainline-supplicant-generalize-iface-type Reason for revert: DroidMonitor: Potential culprit for http://b/400984769 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:32029057-mainline-supplicant-generalize-iface-type Change-Id: I376920204d8a811d87a7eca3e66284e7990d8725
2025-03-03Rename IUsdInterface to IStaInterface, and add Gabriel Biren
a registerCallback method. The added interfaces will likely have additional use cases in the future, so we should rename early to avoid restricting their usage to USD. Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: m Change-Id: If3c2272b7a81530d4ca26eb81feb1c80f9678169
2025-03-03Change the return type in the addUsdInterface Gabriel Biren
AIDL definition to return an IUsdInterface object. Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: m Change-Id: Ic605025f8f98637030e9a217028a701ddfa85ab9
2024-12-05Add USD methods to the Mainline Supplicant Gabriel Biren
Unstable AIDL interface. Definitions are copied directly from the ones added to the Vendor Supplicant in ag/30346475. Bug: 365585450 Flag: EXEMPT change to AIDL interface Test: m Change-Id: If3ab0c5d63080bb4a16b51f7abf0e8d54e03b3d2
2024-12-05Add all USD parcelables and enums to the Gabriel Biren
mainline supplicant AIDL interface. Definitions are copied directly from the the Vendor AIDL definitions in ag/30346475. Note that we will follow the new convention here, where parcelables are defined in the interface where they are used. Bug: 365585450 Flag: EXEMPT change to AIDL interface Test: m Change-Id: I194ad89d21c80fc9efe2c1dbca7cca086b3c688c
2024-12-04Change the mainline supplicant terminate Gabriel Biren
method to oneway. Fixes a runtime warning that suggests adding this flag. Bug: 365585450 Flag: EXEMPT fixes a warning Test: m Change-Id: I5021d2ce64cef43ad4a4e81dbb69ae1168fbe434
2024-11-02Add addUsdInterface and removeUsdInterface to the Gabriel Biren
mainline supplicant AIDL interface. Also adds SupplicantStatusCode to use in the new methods. Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: m Change-Id: I8727048140e74e37a45284ec61348264b924ffc7
2024-10-10Initialize the unstable AIDL interface for Gabriel Biren
the mainline supplicant. Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: m Change-Id: I7a459a70e2759b61491ea6e7c66a88848ee3fab4