HomeSort by relevance Sort by last modified time
    Searched full:supplicant (Results 26 - 50 of 409) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_network.h 15 #include <android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetwork.h>
16 #include <android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetworkCallback.h>
27 namespace supplicant { namespace in namespace:android::hardware::wifi
30 using namespace android::hardware::wifi::supplicant::V1_0;
99 } // namespace supplicant
iface_config_utils.h 31 namespace supplicant { namespace in namespace:android::hardware::wifi
55 } // namespace supplicant
misc_utils.h 26 namespace supplicant { namespace in namespace:android::hardware::wifi
68 } // namespace supplicant
  /hardware/interfaces/wifi/supplicant/1.0/
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...]
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
Android.bp 4 name: "android.hardware.wifi.supplicant@1.0",
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.
66 /** Supplicant network ID type. */
  /hardware/interfaces/wifi/supplicant/1.1/vts/functional/
supplicant_hidl_test.cpp 22 #include <android/hardware/wifi/supplicant/1.0/types.h>
23 #include <android/hardware/wifi/supplicant/1.1/ISupplicant.h>
29 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantIface;
30 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus;
31 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
32 using ::android::hardware::wifi::supplicant::V1_0::IfaceType;
33 using ::android::hardware::wifi::supplicant::V1_1::ISupplicant;
supplicant_sta_network_hidl_test.cpp 20 #include <android/hardware/wifi/supplicant/1.1/ISupplicantStaNetwork.h>
27 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus;
28 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
29 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaNetwork;
VtsHalWifiSupplicantV1_1TargetTest.cpp 19 #include <android/hardware/wifi/supplicant/1.1/ISupplicant.h>
35 ::android::hardware::wifi::supplicant::V1_1::ISupplicant>();
supplicant_sta_iface_hidl_test.cpp 21 #include <android/hardware/wifi/supplicant/1.1/ISupplicantStaIface.h>
32 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface;
33 using ::android::hardware::wifi::supplicant::V1_1::ISupplicantStaIfaceCallback;
34 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus;
35 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Supplicant.h 2 This file defines the EFI Supplicant Protocol.
24 /// The EFI Supplicant Service Binding Protocol is used to locate EFI
25 /// Supplicant Protocol drivers to create and destroy child of the driver to
26 /// communicate with other host using Supplicant protocol.
34 /// The EFI Supplicant protocol provides services to process authentication and
112 // Supplicant state. The corresponding Data is
136 // Supported software encryption types provided by supplicant driver. The
257 // Supplicant. The value true indicates Authenticator.
301 progress. Supplicant derives the PTK or session keys depend on type of
307 packet. NULL means the supplicant need
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_network.h 15 #include <android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetwork.h>
16 #include <android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetworkCallback.h>
27 namespace supplicant { namespace in namespace:android::hardware::wifi
98 } // namespace supplicant
iface_config_utils.h 31 namespace supplicant { namespace in namespace:android::hardware::wifi
55 } // namespace supplicant
misc_utils.h 26 namespace supplicant { namespace in namespace:android::hardware::wifi
68 } // namespace supplicant
  /external/wpa_supplicant_8/wpa_supplicant/systemd/
wpa_supplicant-nl80211.service.arg.in 2 Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
wpa_supplicant-wired.service.arg.in 2 Description=WPA supplicant daemon (interface- and wired driver-specific version)
wpa_supplicant.service.arg.in 2 Description=WPA supplicant daemon (interface-specific version)
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.h 2 * WPA Supplicant - Glue code to setup EAPOL and RSN modules
  /system/connectivity/wificond/tests/integration/
service_test.cpp 43 // Simulate doing normal connectivity things by startup supplicant.
57 // Supplicant should still be up.
60 // Restart wificond, which should kill supplicant on startup.
78 // We look for supplicant so quickly that we miss when it dies on startup
  /test/vts-testcase/hal/wifi/supplicant/V1_0/target_profiling/
AndroidTest.xml 22 <option name="push" value="DATA/lib/android.hardware.wifi.supplicant@1.0-vts.profiler.so->/data/local/tmp/32/android.hardware.wifi.supplicant@1.0-vts.profiler.so"/>
23 <option name="push" value="DATA/lib64/android.hardware.wifi.supplicant@1.0-vts.profiler.so->/data/local/tmp/64/android.hardware.wifi.supplicant@1.0-vts.profiler.so"/>
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 112 * (i.e., when the supplicant sends out message 4/4) and when Group
113 * Key rekeying is started by the AP (i.e., when supplicant receives
130 * This state indicates that the supplicant has completed its
140 * explicit DISCONNECT command. In such a case, the supplicant is
163 * Returns {@code true} if the supplicant state is valid and {@code false}
165 * @param state The supplicant state
166 * @return {@code true} if the supplicant state is valid and {@code false}
174 /** Supplicant associating or authenticating is considered a handshake state {@hide} */
193 throw new IllegalArgumentException("Unknown supplicant state");
216 throw new IllegalArgumentException("Unknown supplicant state")
    [all...]
  /hardware/interfaces/wifi/supplicant/1.1/
ISupplicantStaIface.hal 17 package android.hardware.wifi.supplicant@1.1;
24 * Interface exposed by the supplicant for each station mode network
  /test/vts-testcase/hal/wifi/supplicant/V1_1/adapter/
AndroidTest.xml 19 <option name="adapter-binary-name" value="android.hardware.wifi.supplicant@1.0-adapter"/>
20 <option name="hal-package-name" value="android.hardware.wifi.supplicant@1.1"/>
  /frameworks/base/services/
art-profile 5 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantIface$addNetworkCallback;->onValues(Landroid/hardware/wifi/supplicant/V1_0/SupplicantStatus;Landroid/hardware/wifi/supplicant/V1_0/ISupplicantNetwork;)V
6 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantStaNetwork;->asBinder()Landroid/os/IHwBinder;
7 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantStaNetwork;->disable()Landroid/hardware/wifi/supplicant/V1_0/SupplicantStatus;
8 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantStaNetwork;->enable(Z)Landroid/hardware/wifi/supplicant/V1_0/SupplicantStatus;
9 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantStaNetwork;->getAuthAlg(Landroid/hardware/wifi/supplicant/V1_0/ISupplicantStaNetwork$getAuthAlgCallback;)
    [all...]

Completed in 1196 milliseconds

12 3 4 5 6 7 8 91011>>