History log of /hardware/interfaces/wifi/1.0/default/wifi_status_util.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4854ff317d57d2bb1c901152cbddd31bf7a48a8 01-Dec-2016 Roshan Pius <rpius@google.com> wifi: Don't include legacy hal header in wifi_status_util

This was missed from the cleanup when we moved the libhardware_legacy
header inside the legacy_hal:: namespace.

Bug: 33274910
Test: Compiles
Change-Id: I233f5478733427c739d30bf41f20f120a4c4199a
/hardware/interfaces/wifi/1.0/default/wifi_status_util.h
734fea0d98213d2f721f8f8988114d0cf397d436 11-Oct-2016 Roshan Pius <rpius@google.com> wifi: Make methods deliver status synchronously (3/3)

Make all the |IWifiIface|/|IWifiRttController| HIDL interface
methods return a synchronous status code. Change from using the event
callbacks to the synchronous callbacks for delivering status.

While there,
Use the default std::string to hidl_string constructor in status
callbacks.

Bug: 32056230
Bug: 32061909
Test: Compiles
Change-Id: Ifa06a11afb085bfd6684f7b997fb730d192018ea
/hardware/interfaces/wifi/1.0/default/wifi_status_util.h
1922482a5cdf64805dab06966f9d413a7d30d893 11-Oct-2016 Roshan Pius <rpius@google.com> wifi: Rename failure_reason_util to wifi_status_util

The HIDL interface now returns a |WifiStatus| instance to indicate the
status of any operation. This is replacing the existing asynchronous
delivery of success or failure (using |FailureReason| instance).

Rename the existing util class to |wifi_status_util| and add a couple of
methods to create a |WifiStatus| instance with empty description.

Bug: 32056230
Test: Compiles
Change-Id: I8488f7cd7d6ad6bd7a0c3c82a7ef83299d877d45
/hardware/interfaces/wifi/1.0/default/wifi_status_util.h