OSDN Git Service

supplicant(interface): Add support for DRIVER commands
authorRoshan Pius <rpius@google.com>
Wed, 14 Dec 2016 16:06:58 +0000 (08:06 -0800)
committerRoshan Pius <rpius@google.com>
Fri, 16 Dec 2016 05:36:35 +0000 (05:36 +0000)
commit3f050c1a0f7dbcaf9d9b5814cabc7b886e9d5989
treeaeffb82c0654c41cf8eeec389bf222612ebc879b
parent0dbb9903cd8b414ca16f6b4bb379bfcadecea0a5
supplicant(interface): Add support for DRIVER commands

These were legacy commands added to wpa_supplicant specifically for
android when the vendor HAL did not exist. These string commands are
passed as passthough to the driver by wpa_supplicant. Instead of adding
a single method to pass through these strings. Add separate methods for
each "DRIVER xxx" command that we currently used in Android framework.

Bug: 32699292
Test: Compiles
Change-Id: I8b62b3250496fa996bb97b4af0ba570a3d345cc3
wifi/supplicant/1.0/ISupplicant.hal
wifi/supplicant/1.0/ISupplicantP2pIface.hal
wifi/supplicant/1.0/ISupplicantStaIface.hal