HomeSort by relevance Sort by last modified time
    Searched full:supplicant (Results 76 - 100 of 279) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 109 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change");
145 Log.d(TAG, "Got supplicant state: " + state.name());
155 // this just means the supplicant has connected, now
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 26 #include "shill/supplicant/supplicant_interface_proxy_interface.h"
27 #include "supplicant/dbus-proxies.h"
35 // is an interface that is used to send notifications of supplicant
chromeos_supplicant_bss_proxy.cc 24 #include "shill/supplicant/wpa_supplicant.h"
  /system/connectivity/shill/ethernet/
ethernet.h 34 #include "shill/supplicant/supplicant_eap_state_handler.h"
35 #include "shill/supplicant/supplicant_event_delegate_interface.h"
117 // Start and stop a supplicant instance on this link.
ethernet.cc 53 #include "shill/supplicant/supplicant_interface_proxy_interface.h"
54 #include "shill/supplicant/supplicant_process_proxy_interface.h"
55 #include "shill/supplicant/wpa_supplicant.h"
314 LOG(ERROR) << __func__ << ": Failed to create interface with supplicant.";
364 LOG(ERROR) << __func__ << ": Failed to remove interface from supplicant.";
406 LOG(INFO) << "Supplicant state changed to " << state;
428 LOG(ERROR) << "Failed to start supplicant.";
  /system/core/logcat/
event.logtags 88 # Supplicant state change
90 # [8 - 0] Supplicant state (as defined in SupplicantState.java)
91 # Logged when the supplicant switches to a new state
  /system/connectivity/shill/wifi/
wifi.cc 60 #include "shill/supplicant/supplicant_eap_state_handler.h"
61 #include "shill/supplicant/supplicant_interface_proxy_interface.h"
62 #include "shill/supplicant/supplicant_network_proxy_interface.h"
63 #include "shill/supplicant/supplicant_process_proxy_interface.h"
64 #include "shill/supplicant/wpa_supplicant.h"
95 const uint16_t WiFi::kDefaultRoamThresholdDb = 18; // Supplicant's default.
113 // connection after waking, but should be enough time for supplicant to update
263 // Connect to WPA supplicant if it's already present. If not, we'll connect to
283 // Remove interface from supplicant.
452 // Once supplicant is detected, shill will auto-connect to thi
    [all...]
tdls_manager_unittest.cc 32 #include "shill/supplicant/mock_supplicant_interface_proxy.h"
33 #include "shill/supplicant/wpa_supplicant.h"
  /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/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/
ap.h 2 * WPA Supplicant - Basic AP mode support routines
bgscan.c 2 * WPA Supplicant - background scan and roaming interface
  /external/wpa_supplicant_8/wpa_supplicant/binder/
binder_manager.cpp 45 supplicant_object_ = new Supplicant(global);
  /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
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 79 * supplicant in a scanning state. This allows supplicant to associate with
86 * supplicant to actually be scanning. When the network state changes to
188 * since otherwise supplicant would have tried to
WifiMonitor.java 66 /** Events we receive from the supplicant daemon */
84 /** All events coming from the supplicant start with this prefix */
88 /** All events coming from the supplicant start with this prefix */
93 /** All WPA events coming from the supplicant start with this prefix */
230 * This indicates a previously disabled SSID was reenabled by supplicant
235 * This indicates supplicant found a given BSS
240 * This indicates supplicant removed a given BSS
440 /* Supplicant events reported to a state machine */
443 /* Connection to supplicant established */
445 /* Connection to supplicant lost *
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 537 /* Check whether supplicant already stopped */
553 ALOGE("Failed to stop supplicant");
561 /* Make sure supplicant is running */
564 ALOGE("Supplicant not running, cannot connect");
570 ALOGE("Unable to open connection to supplicant on \"%s\": %s",
661 /* timed out, check if supplicant is active
708 ALOGD("Received EOF on supplicant socket\n");
742 ALOGV("supplicant generated event without interface - %s\n", buf);
746 ALOGW("supplicant generated event without interface and without message level - %s\n", buf);
  /system/connectivity/shill/supplicant/
mock_supplicant_interface_proxy.h 27 #include "shill/supplicant/supplicant_interface_proxy_interface.h"
wpa_supplicant_unittest.cc 17 #include "shill/supplicant/wpa_supplicant.h"
supplicant_eap_state_handler_unittest.cc 17 #include "shill/supplicant/supplicant_eap_state_handler.h"
23 #include "shill/supplicant/wpa_supplicant.h"
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 267 * @spa: Supplicant address
274 * cache. If an old entry is already in the cache for the same Supplicant,
414 * @spa: Supplicant address or %NULL to match any
448 * @spa: Supplicant address
452 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 464 * the network when performing operations on the supplicant. This method
473 * Return the detailed state of the supplicant's negotiation with an
509 * Map a supplicant state into a fine-grained network connectivity state.
510 * @param suppState the supplicant state
557 append(", Supplicant state: ").

Completed in 2984 milliseconds

1 2 34 5 6 7 8 91011>>