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

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java 30 import android.hardware.wifi.supplicant.V1_0.ISupplicant;
31 import android.hardware.wifi.supplicant.V1_0.ISupplicantIface;
32 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIface;
33 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback;
34 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback.BssidChangeReason;
35 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaNetwork;
36 import android.hardware.wifi.supplicant.V1_0.IfaceType;
37 import android.hardware.wifi.supplicant.V1_0.SupplicantStatus;
38 import android.hardware.wifi.supplicant.V1_0.SupplicantStatusCode;
39 import android.hardware.wifi.supplicant.V1_0.WpsConfigMethods
    [all...]
WifiMonitorTest.java 27 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback.WpsConfigError;
28 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback.WpsErrorIndication;
457 * Broadcast supplicant state change test.
482 * Broadcast supplicant connection test.
496 * Broadcast supplicant disconnection test.
  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 241 # Supplicant's signal to noise threshold for roaming. When noise is
242 # measurable and S/N is less than the threshold, supplicant will attempt
267 # which, supplicant will scan (3dB below the current level). We
294 # Verify that the low signal event is generated, that supplicant
295 # scans as a result (or, at least, that supplicant scans after the
324 1) The S/N of the current AP must be below supplicant's roam
343 will reliably trigger supplicant to roam to the second AP.
355 # the same (since we're trying to instigate behavior in supplicant).
388 # Supplicant will cap any S/N measurement used for roaming at
414 # On a system that doesn't measure noise, supplicant needs th
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 16 #include <android/hardware/wifi/supplicant/1.0/ISupplicantCallback.h>
17 #include <android/hardware/wifi/supplicant/1.0/ISupplicantP2pIfaceCallback.h>
18 #include <android/hardware/wifi/supplicant/1.0/ISupplicantP2pNetworkCallback.h>
19 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaIfaceCallback.h>
20 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaNetworkCallback.h>
26 #include "supplicant.h"
38 namespace supplicant { namespace in namespace:android::hardware::wifi
45 * class which is created by the supplicant core and can be used
201 android::sp<Supplicant> supplicant_object_;
675 } // namespace supplicant
    [all...]
sta_network.h 18 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaNetwork.h>
19 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaNetworkCallback.h>
35 namespace supplicant { namespace in namespace:android::hardware::wifi
327 } // namespace supplicant
p2p_network.cpp 21 namespace supplicant { namespace in namespace:android::hardware::wifi
255 } // namespace supplicant
  /hardware/interfaces/wifi/supplicant/1.0/
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
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
  /frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java 38 * See src/utils/common.c for the implementation in the supplicant.
88 * the supplicant */
174 // Supplicant returns \x00\x00\x00\x00\x00\x00\x00\x00 hex string
WifiInfo.java 390 * the network when performing operations on the supplicant. This method
399 * Return the detailed state of the supplicant's negotiation with an
435 * Map a supplicant state into a fine-grained network connectivity state.
436 * @param suppState the supplicant state
483 append(", Supplicant state: ").
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
ConnectState.java 155 Log.d(TAG, "Got supplicant state: " + state.name());
165 // this just means the supplicant has connected, now
306 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change");
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 2 * WPA Supplicant - Windows/NDIS driver interface - event processing
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_none.c 2 * WPA Supplicant - Layer2 packet handling example with dummy functions
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan.c 2 * WPA Supplicant - background scan and roaming interface
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.h 2 * WPA Supplicant / dbus-based control interface
dbus_new_helpers.h 2 * WPA Supplicant / dbus-based control interface
dbus_old.h 2 * WPA Supplicant / dbus-based control interface
  /device/linaro/hikey/
init.common.rc 111 interface android.hardware.wifi.supplicant@1.0::ISupplicant default
112 interface android.hardware.wifi.supplicant@1.1::ISupplicant default
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_network.cpp 21 namespace supplicant { namespace in namespace:android::hardware::wifi
255 } // namespace supplicant
sta_iface.cpp 25 using android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface;
26 using android::hardware::wifi::supplicant::V1_0::SupplicantStatus;
27 using android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
28 using android::hardware::wifi::supplicant::V1_1::implementation::HidlManager;
157 namespace supplicant { namespace in namespace:android::hardware::wifi
162 using namespace android::hardware::wifi::supplicant::V1_0;
163 using namespace android::hardware::wifi::supplicant::V1_1;
1032 } // namespace supplicant
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityHelper.java 166 * Remove the request |networkId| from supplicant if it's the current network,
169 * @param networkId network id of the network to be removed from supplicant.
WifiMonitor.java 50 /* Supplicant events reported to a state machine */
53 /* Connection to supplicant established */
55 /* Connection to supplicant lost */
517 * Broadcast the supplicant state change event to all the handlers registered for this event.
522 * @param newSupplicantState New supplicant state.
SupplicantStaNetworkHal.java 19 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaNetwork;
20 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaNetworkCallback;
21 import android.hardware.wifi.supplicant.V1_0.SupplicantStatus;
22 import android.hardware.wifi.supplicant.V1_0.SupplicantStatusCode;
54 * Wrapper class for ISupplicantStaNetwork HAL calls. Gets and sets supplicant sta network variables
597 * Maps WifiConfiguration Key Management BitSet to Supplicant HIDL bitmask int
599 * @return bitmask int describing the allowed Key Management schemes, readable by the Supplicant
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_network_hidl_test.cpp 21 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaNetwork.h>
23 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaNetwork.h>
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;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 185 throw new IllegalArgumentException("Malformed supplicant event");
196 throw new IllegalArgumentException("Malformed supplicant event");
203 throw new IllegalArgumentException("Malformed supplicant event");
210 throw new IllegalArgumentException("Malformed supplicant event");
285 /** Updates details obtained from supplicant @hide */

Completed in 1538 milliseconds

1 2 3 4 5 67 8 91011>>