Searched refs:supplicant (Results 1 – 24 of 24) sorted by relevance
/hardware/interfaces/wifi/supplicant/1.0/ |
D | Android.bp | 4 name: "android.hardware.wifi.supplicant@1.0_hal", 23 name: "android.hardware.wifi.supplicant@1.0_genc++", 25 …:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.wifi.supplicant@1.0", 27 ":android.hardware.wifi.supplicant@1.0_hal", 30 "android/hardware/wifi/supplicant/1.0/types.cpp", 31 "android/hardware/wifi/supplicant/1.0/SupplicantAll.cpp", 32 "android/hardware/wifi/supplicant/1.0/SupplicantCallbackAll.cpp", 33 "android/hardware/wifi/supplicant/1.0/SupplicantIfaceAll.cpp", 34 "android/hardware/wifi/supplicant/1.0/SupplicantNetworkAll.cpp", 35 "android/hardware/wifi/supplicant/1.0/SupplicantP2pIfaceAll.cpp", [all …]
|
D | Android.mk | 8 LOCAL_MODULE := android.hardware.wifi.supplicant-V1.0-java 22 GEN := $(intermediates)/android/hardware/wifi/supplicant/V1_0/IfaceType.java 32 android.hardware.wifi.supplicant@1.0::types.IfaceType 41 GEN := $(intermediates)/android/hardware/wifi/supplicant/V1_0/P2pGroupCapabilityMask.java 51 android.hardware.wifi.supplicant@1.0::types.P2pGroupCapabilityMask 60 GEN := $(intermediates)/android/hardware/wifi/supplicant/V1_0/SupplicantStatus.java 70 android.hardware.wifi.supplicant@1.0::types.SupplicantStatus 79 GEN := $(intermediates)/android/hardware/wifi/supplicant/V1_0/SupplicantStatusCode.java 89 android.hardware.wifi.supplicant@1.0::types.SupplicantStatusCode 98 GEN := $(intermediates)/android/hardware/wifi/supplicant/V1_0/WpsConfigMethods.java [all …]
|
D | ISupplicant.hal | 17 package android.hardware.wifi.supplicant@1.0; 23 * Interface exposed by the supplicant HIDL service registered 25 * This is the root level object for any the supplicant interactions. 29 * Debug levels for the supplicant. 44 * controlled by the supplicant. 59 * name which the supplicant already controls. 75 * Retrieve a list of all the interfaces controlled by the supplicant. 84 * @return ifaces List of all interfaces controlled by the supplicant. 89 * Register for callbacks from the supplicant service. 107 * Set debug parameters for the supplicant. [all …]
|
D | ISupplicantNetwork.hal | 17 package android.hardware.wifi.supplicant@1.0; 20 * Interface exposed by the supplicant for each network configuration it 22 * A network is the supplicant's way of representing the configuration 29 * Retrieves the ID allocated to this network by the supplicant. 32 * this network used by the supplicant.
|
D | ISupplicantCallback.hal | 17 package android.hardware.wifi.supplicant@1.0; 20 * Callback Interface exposed by the supplicant service (ISupplicant). 23 * pass a reference of the object to the supplicant via the 42 * Used to indicate that the supplicant daemon is terminating.
|
D | ISupplicantP2pNetworkCallback.hal | 17 package android.hardware.wifi.supplicant@1.0; 20 * Callback Interface exposed by the supplicant service 24 * pass a reference of the object to the supplicant via the
|
D | ISupplicantStaNetworkCallback.hal | 17 package android.hardware.wifi.supplicant@1.0; 20 * Callback Interface exposed by the supplicant service 24 * pass a reference of the object to the supplicant via the
|
D | ISupplicantStaIfaceCallback.hal | 17 package android.hardware.wifi.supplicant@1.0; 20 * Callback Interface exposed by the supplicant service 24 * pass a reference of the object to the supplicant via the 38 * due to rfkill. the supplicant refuses any new operations that would 44 * configuration. the supplicant is not trying to associate with a new 50 * This state is entered when the supplicant starts scanning for a 55 * This state is entered when the supplicant has found a suitable BSS 58 * that use the supplicant as the SME. 62 * This state is entered when the supplicant has found a suitable BSS 72 * (with or without WPA/WPA2), the supplicant remains in this state [all …]
|
D | types.hal | 17 package android.hardware.wifi.supplicant@1.0; 19 * Enum values indicating the status of any supplicant operation. 45 * Generic structure to return the status of any supplicant operation.
|
D | ISupplicantIface.hal | 17 package android.hardware.wifi.supplicant@1.0; 22 * Interface exposed by the supplicant for each network interface (e.g wlan0) 111 * Retrieve a list of all the network Id's controlled by the supplicant. 121 * @return networkIds List of all network Id's controlled by the supplicant.
|
D | ISupplicantStaIface.hal | 17 package android.hardware.wifi.supplicant@1.0; 23 * Interface exposed by the supplicant for each station mode network 414 * External programs can request supplicant to not start offchannel 422 * seconds by default to avoid blocking supplicant operations on the iface 444 * Indicates to supplicant that the external radio work has completed. 446 * invoked (e.g., due to the external program terminating), supplicant
|
D | ISupplicantP2pNetwork.hal | 17 package android.hardware.wifi.supplicant@1.0; 23 * Interface exposed by the supplicant for each P2P mode network
|
D | ISupplicantP2pIfaceCallback.hal | 17 package android.hardware.wifi.supplicant@1.0; 20 * Callback Interface exposed by the supplicant service 24 * pass a reference of the object to the supplicant via the
|
D | ISupplicantStaNetwork.hal | 17 package android.hardware.wifi.supplicant@1.0; 23 * Interface exposed by the supplicant for each station mode network 150 * the supplicant to represent each network. 539 * Proactive key caching is used to make supplicant assume that the APs
|
D | ISupplicantP2pIface.hal | 17 package android.hardware.wifi.supplicant@1.0; 23 * Interface exposed by the supplicant for each P2P mode network
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_test_utils.cpp | 37 using ::android::hardware::wifi::supplicant::V1_0::ISupplicant; 38 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantIface; 39 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantNetwork; 40 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface; 41 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetwork; 42 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantP2pIface; 43 using ::android::hardware::wifi::supplicant::V1_0::IfaceType; 44 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus; 45 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode; 64 bool findIfaceOfType(sp<ISupplicant> supplicant, IfaceType desired_type, in findIfaceOfType() argument [all …]
|
D | supplicant_hidl_test_utils.h | 37 android::sp<android::hardware::wifi::supplicant::V1_0::ISupplicant> 39 android::sp<android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface> 41 android::sp<android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetwork> 43 android::sp<android::hardware::wifi::supplicant::V1_0::ISupplicantP2pIface>
|
D | supplicant_hidl_test.cpp | 27 using ::android::hardware::wifi::supplicant::V1_0::ISupplicant; 28 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantIface; 29 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus; 30 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode; 31 using ::android::hardware::wifi::supplicant::V1_0::IfaceType;
|
D | supplicant_sta_iface_hidl_test.cpp | 32 using ::android::hardware::wifi::supplicant::V1_0::IfaceType; 33 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface; 34 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaIfaceCallback; 35 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetwork; 36 using ::android::hardware::wifi::supplicant::V1_0::SupplicantNetworkId; 37 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus; 38 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
|
D | supplicant_p2p_iface_hidl_test.cpp | 32 using ::android::hardware::wifi::supplicant::V1_0::IfaceType; 33 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantP2pIface; 34 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantP2pIfaceCallback; 35 using ::android::hardware::wifi::supplicant::V1_0::SupplicantNetworkId; 36 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus; 37 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
|
D | Android.mk | 29 android.hardware.wifi.supplicant@1.0 \
|
D | supplicant_sta_network_hidl_test.cpp | 34 using ::android::hardware::wifi::supplicant::V1_0::IfaceType; 35 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface; 36 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetwork; 37 using ::android::hardware::wifi::supplicant::V1_0:: 39 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus; 40 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
|
/hardware/interfaces/ |
D | current.txt | 176 f7e55c08187d8c855068a1ee3d0c8daeee7570292d96509c21a8756d4f5cfb9b android.hardware.wifi.supplicant@1… 177 56b5c7267cb3d3337f44eb8b0b38ff4c6260dcc70e07687fcab94b1ccea8d159 android.hardware.wifi.supplicant@1… 178 35ba7bcdf18f24a866a7e5429548f06768bb20a257f75b10a397c4d825ef8438 android.hardware.wifi.supplicant@1… 179 cda01008c06922fa37c1213e9bb831a109b3174532805616fb7161edc403866f android.hardware.wifi.supplicant@1… 180 4907410338c5e8dbeec4b5edc2608ea323f5561945f8810af81810c47b019184 android.hardware.wifi.supplicant@1… 181 8b63f5efa2e3be3a7cb8a428760d82285a4ab79bcbdea6ef90aa547555e582d4 android.hardware.wifi.supplicant@1… 182 56128f74560571b6777d59453f35c6b35693ee377e2a23c807708906928f09de android.hardware.wifi.supplicant@1… 183 2067c22197bca9743dab66a6f561a8a8375c67b4f76aed05f776839499bd4c8f android.hardware.wifi.supplicant@1… 184 7752e1de93aaf5fed37011c219ac247069f6af320b0810daa98510584a10e7b4 android.hardware.wifi.supplicant@1… 185 d781c8d7e7b3fe5cca8cf6e1d8806e770982ae5358c7816ed51b0f0ec272e70d android.hardware.wifi.supplicant@1… [all …]
|
/hardware/interfaces/wifi/ |
D | Android.bp | 5 "supplicant/1.0",
|