History log of /hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94a07c4cdc4d66dd94140d6c1d5491034f2678b3 14-Apr-2017 Ningyuan Wang <nywang@google.com> Add missing document for supplicant hal, current.txt.

**Note, hashes are being modified in place ONLY
because this interface has not yet been released
in a release of Android.

This adds additional information for setEapPhase2Method().
This also adds the missing error type for find(), stopFind(), and
reject().

Bug: 37254796
Test: compile
Change-Id: I35735a7ec6ca5d490219bb176f1d6c727432113f
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
cbafd53fbcec9249c94a0479efb9362298e3e8d5 07-Mar-2017 Roshan Pius <rpius@google.com> supplicant(interface): Add support for get/set raw psk

Bug: 36013886
Test: Compiles
Change-Id: I2e90e3f6533d2271144404a3de3b19854b001c2f
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
e54bcaee0b32b1fde10ee3c48ec3add20a03ac6f 22-Feb-2017 Roshan Pius <rpius@google.com> supplicant(interface): Add set/get for eap private key id

"private_key" field is not used in Android, we instead use the "key_id"
field. So, change the setter to reflect that.

Bug: 35663125
Test: Compiles
Change-Id: I3c01365fd90fd79cac2b99f9b9fe0bbea2226b59
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
72b5eb0f29dedb9fc76bd7cedc7c884d47420f7c 13-Feb-2017 Roshan Pius <rpius@google.com> supplicant(interface): Add new EAP phase 2 type and NFC methods

These new EAP methods were recently added in b/34835771. Add HIDL
support for them.

Bug: 35270422
Bug: 35311730
Test: Compiles
Change-Id: I3488f5e49ff72fe1717a16c27ffbe45ac2a8ebf4
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
dbd09c6bb8c05d1d2f13bee9cccf585336df75e2 20-Jan-2017 Roshan Pius <rpius@google.com> supplicant(interface): Add the new radio work methods

These radio work methods can be used by external programs (wificond in
our case) to request wpa_supplicant to stop doing any offchannel
operations.

Also,
1. Add the setUpdateIdentifier method in ISupplicantStaNetwork.
2. Add the setProactiveKeyCaching method in ISupplicantStaNetwork.
3. Add sendNetworkEapSimGsmAuthFailure &
sendNetworkEapSimUmtsAuthResponse in ISupplicantStaNetwork.
4. Add the setWpsDeviceType() method in ISupplicantIface.

Bug: 34454675
Bug: 32581374
Test: /hardware/interfaces/update_makefiles.sh
Change-Id: I83fe577f6bd39d2daef2cb203ad9a8a93657c988
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
5c3a0d9666ea8f61e893791a115304819a816fd0 18-Jan-2017 Roshan Pius <rpius@google.com> wifi(interface): Use the "bitfield" type for masks

Change all the variables representing masks to the new bitfield type
in all the Wifi HIDL interfaces.
The generated code will still produce the underlying type of enum as
param. So, no changes are needed in the implementation.

Bug: 33358724
Test: Compiles
Change-Id: Id2e5dee2ce1f1ec8e744aa1c81d3cb9c66e7fc39
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
2d50db95b4f5cb564879aad62582e481865b48b5 14-Jan-2017 Roshan Pius <rpius@google.com> supplicant(interface): Add sta network idstr & ft key mgmt

Bug: 34284015
Bug: 32571829
Test: Compiles
Change-Id: Id4d08657a4ed5a76f727e89c19991a65ce7f91e5
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
118598a8dbef03ca802dd1632a1b7577fbc5babd 13-Dec-2016 Roshan Pius <rpius@google.com> supplicant(interface): Add network param getters

These getters are needed for migration of network configs from
wpa_supplicant to the new config store.

Bug: 31497348
Test: Compiles
Change-Id: I970ea3ca070a3bb7344bc51664159ce0e95a18db
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
756ad991af7096530a0cbcee991db1a5aa42f1b0 07-Nov-2016 Roshan Pius <rpius@google.com> supplicant(interface): Support P2P operations

Add methods for all the P2P related operations. This is a subset of P2P
functionalities exposed by wpa_supplicant used in the Android codebase
currently.

While there,
Add missing |FAILURE_ARGS_INVALID| status code in the setter methods in
ISupplicantStaNetwork.hal

Bug: 31497295
Test: ./hardware/interfaces/update-makefiles.sh
Change-Id: I657ef6deaa6203bcf890c43f98a32f6230962d04
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
8c6a8772f7fc3bdc75d7f07c519869bef501a748 03-Nov-2016 Roshan Pius <rpius@google.com> supplicant(interface): Remove "wpa_supplicant"

sed -i "s/wpa_supplicant/the supplicant/g" *.hal

Bug: 32602594
Test: Compiles
Change-Id: Id905cabba29359db8727c131fb64357dfbb104cd
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal
39f588f8ed81654c382f8396af394d42824f5cbb 31-Oct-2016 Roshan Pius <rpius@google.com> wpa_supplicant(interface): Add iface/network type

Add separate types of Iface/Network object for STA (station mode) and
P2P mode ifaces and associated networks. These expose very different
functionality and exposing 2 different types of objects makes the
interface cleaner.
Although, they're still represented via the same struct for both types
in the wpa_supplicant core.

Bug: 32553421
Test: ./hardware/interfaces/update-makefiles.sh
Change-Id: I41601a650709429c65014cb7adaf6cb9ab03787e
/hardware/interfaces/wifi/supplicant/1.0/ISupplicantStaNetwork.hal