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

12 3 4 5 6 7 8 910

  /system/connectivity/apmanager/
service.cc 44 const char Service::kHostapdPath[] = "/usr/sbin/hostapd";
46 "/var/run/apmanager/hostapd/hostapd-%d.conf";
48 "/var/run/apmanager/hostapd/ctrl_iface";
50 const char Service::kHostapdPath[] = "/system/bin/hostapd";
52 "/data/misc/apmanager/hostapd/hostapd-%d.conf";
54 "/data/misc/apmanager/hostapd/ctrl_iface";
91 // Stop hostapd process if still running.
104 // Setup hostapd control interface path
    [all...]
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
control 9 This test fails if the DUT cannot authenticate to a hostapd instance
network_8021xWiredAuthentication.py 19 Runs hostapd on one side of an ethernet pair, and shill on the other.
113 interface=ethernet_pair.interface_name) as hostapd:
114 # Wait for hostapd to initialize.
116 if not hostapd.running():
117 raise error.TestFail('hostapd process exited.')
120 hostapd.send_eap_packets()
125 if not hostapd.client_has_authenticated(client_mac_address):
129 if hostapd.client_has_logged_off(client_mac_address):
140 if not hostapd.client_has_logged_off(client_mac_address):
  /external/wpa_supplicant_8/
README 1 wpa_supplicant and hostapd
14 This package may include either wpa_supplicant, hostapd, or both. See
16 hostapd/README) for more details.
20 subdirectory (wpa_supplicant or hostapd) and creating build
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.h 2 * hostapd / UNIX domain socket -based control interface
README-WPS 0 hostapd and Wi-Fi Protected Setup (WPS)
4 This document describes how the WPS implementation in hostapd can be
44 hostapd implementation
47 hostapd includes an optional WPS component that can be used as an
49 to the network. In addition, WPS Enrollee functionality in hostapd can
51 point, e.g., for initial network setup. In addition, hostapd can proxy a
56 hostapd configuration
59 WPS is an optional component that needs to be enabled in hostapd build
73 (hostapd.conf) that enables WPS:
87 # Please note that the file has to exists for hostapd to start (i.e., create a
    [all...]
defconfig 1 # Example hostapd build time configuration
4 # hostapd binary. All lines starting with # are ignored. Configuration option
25 # you may need to point hostapd to your version of libnl.
146 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
161 # This can be used to reduce the size of the hostapd considerably if debugging
165 # Add support for writing debug log to a file: -f /tmp/hostapd.log
184 # Enable support for fully dynamic VLANs. This enables hostapd to
215 # hostapd depends on strong random number generation being available from the
219 # properly initialized before hostapd is started. This is important especially
224 # As a safety net, hostapd is by default trying to internally collec
    [all...]
nt_password_hash.c 2 * hostapd - Plaintext password to NtPasswordHash
  /external/wpa_supplicant_8/src/ap/
iapp.h 2 * hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP)
ieee802_11_auth.h 2 * hostapd / IEEE 802.11 authentication (ACL)
p2p_hostapd.h 2 * hostapd / P2P integration
vlan.h 2 * hostapd / VLAN definition
wmm.h 2 * hostapd / WMM (Wi-Fi Multimedia)
accounting.h 2 * hostapd / RADIUS Accounting
ap_mlme.h 2 * hostapd / IEEE 802.11 MLME
beacon.h 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
preauth_auth.h 2 * hostapd - Authenticator for IEEE 802.11i RSN pre-authentication
vlan.c 2 * hostapd / VLAN definition
vlan_init.h 2 * hostapd / VLAN initialization
vlan_util.h 2 * hostapd / VLAN netlink/ioctl api
wpa_auth_ie.h 2 * hostapd - WPA/RSN IE and KDE definitions
  /external/libweave/examples/
prerequisites.sh 18 hostapd \
  /external/wpa_supplicant_8/src/common/
ctrl_iface_common.h 2 * Common hostapd/wpa_supplicant ctrl iface code.
hw_features_common.h 2 * Common hostapd/wpa_supplicant HW features
  /external/wpa_supplicant_8/src/fst/
fst.c 177 #ifndef HOSTAPD
179 #endif /* HOSTAPD */
193 #ifndef HOSTAPD
195 #endif /* HOSTAPD */

Completed in 492 milliseconds

12 3 4 5 6 7 8 910