OSDN Git Service

supplicant(interface): Add the new radio work methods
authorRoshan Pius <rpius@google.com>
Fri, 20 Jan 2017 00:03:36 +0000 (16:03 -0800)
committerRoshan Pius <rpius@google.com>
Tue, 24 Jan 2017 22:46:08 +0000 (14:46 -0800)
commitdbd09c6bb8c05d1d2f13bee9cccf585336df75e2
tree5c71534494eab369bcc3f13e4f5318b3fb5ea209
parent688a9e14859283651d90769e665c2d0198295988
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
wifi/supplicant/1.0/ISupplicantIface.hal
wifi/supplicant/1.0/ISupplicantStaIface.hal
wifi/supplicant/1.0/ISupplicantStaIfaceCallback.hal
wifi/supplicant/1.0/ISupplicantStaNetwork.hal