Home
last modified time | relevance | path

Searched refs:hostapd (Results 1 – 25 of 41) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/logwatch/
Dhostapd15 my %hostapd;
34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++;
40 if (keys %hostapd) {
41 foreach my $iface (sort keys %hostapd) {
43 foreach my $mac (sort keys %{$hostapd{$iface}}) {
45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) {
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
DREADME3 analyzer script for parsing hostapd system log entries for logwatch.
6 /etc/log.d/conf/services/hostapd.conf
7 /etc/log.d/scripts/services/hostapd
Dhostapd.conf9 *OnlyService = hostapd
/external/wpa_supplicant_8/hostapd/
Dhostapd.android.rc2 # init.rc fragment for hostapd on Android
10 mkdir /data/misc/wifi/hostapd 0770 wifi wifi
12 service hostapd /vendor/bin/hostapd \
14 /data/misc/wifi/hostapd.conf
18 writepid /data/misc/wifi/hostapd.pid
Dhlr_auc_gw.txt1 HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
6 authentication center (HLR/AuC). hostapd will send SIM/AKA
11 text files: GSM triplet file (see hostapd.sim_db) and Milenage file (see
19 "CONFIG_SQLITE=y" into hostapd/.config before building hlr_auc_gw ("make
22 hostapd is configured to use hlr_auc_gw with the eap_sim_db parameter in
23 hostapd.conf (e.g., "eap_sim_db=unix:/tmp/hlr_auc_gw.sock"). hlr_auc_gw
66 hostapd (EAP server) can also be configured to store the EAP-SIM/AKA
78 Example configuration files for hostapd to operate as a RADIUS
81 hostapd.conf:
84 radius_server_clients=hostapd.radius_clients
[all …]
DREADME-WPS1 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 an
[all …]
Ddefconfig1 # 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
167 # This can be used to reduce the size of the hostapd considerably if debugging
171 # Add support for writing debug log to a file: -f /tmp/hostapd.log
193 # Enable support for fully dynamic VLANs. This enables hostapd to
224 # hostapd depends on strong random number generation being available from the
228 # properly initialized before hostapd is started. This is important especially
233 # As a safety net, hostapd is by default trying to internally collect
[all …]
DChangeLog1 ChangeLog for hostapd
70 hostapd.conf
144 * expire hostapd STA entry if kernel does not have a matching entry
229 - add minimal RADIUS accounting server support (hostapd-as-server);
272 * allow single hostapd process to control independent WPS interfaces
289 through the hostapd control interface
316 frames (only with drivers using hostapd SME/MLME)
374 * added hostapd.conf parameter vendor_elements to allow arbitrary vendor
380 correctly; invalid messages could have caused the hostapd process to
394 * Add channel selection support in hostapd. See hostapd.conf.
[all …]
DREADME1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
54 Originally, hostapd was an optional user space component for Host AP
85 committed when hostapd v0.3.0 was released)
92 In order to be able to build hostapd, you will need to create a build
135 User space daemon, hostapd, includes Authenticator functionality. It
141 Authentication Server. hostapd supports RADIUS encapsulation of EAP
143 FreeRADIUS (http://www.freeradius.org/). The Authenticator in hostapd
165 configuration file (hostapd/hostapd.conf) that can be used as a basis
167 options and short description of each option. hostapd should be started
169 e.g., './hostapd /etc/hostapd.conf'. If you have more that one wireless
[all …]
Dandroid.config1 # Example hostapd build time configuration
4 # hostapd binary. All lines starting with # are ignored. Configuration option
22 # newer libnl version and point the hostapd build to use it.
133 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
141 # This can be used to reduce the size of the hostapd considerably if debugging
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hostapd)
Dwired.conf12 dump_file=/tmp/hostapd.dump
Dhostapd.accept3 # MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
Dhostapd.conf67 ctrl_interface=/var/run/hostapd
DMakefile120 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
Dnetwork_8021xWiredAuthentication.py113 interface=ethernet_pair.interface_name) as hostapd:
116 if not hostapd.running():
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):
Dcontrol9 This test fails if the DUT cannot authenticate to a hostapd instance
/external/autotest/client/site_tests/network_8021xEapDetection/
Dnetwork_8021xEapDetection.py56 interface=ethernet_pair.interface_name) as hostapd:
59 if not hostapd.running():
62 hostapd.send_eap_packets()
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt58 # hostapd as RADIUS server
59 cd hostapd
79 make hostapd hlr_auc_gw
80 cp hostapd hlr_auc_gw /home/user/hs20-server/AS
171 ./hostapd -B as-sql.conf
179 # hostapd-radius config for the radius used by the OSEN AP
186 ctrl_interface=/var/run/hostapd
189 eap_user_file=/home/user/hs20-server/AS/hostapd-osen.eap_user
201 The /home/user/hs20-server/AS/hostapd-osen.eap_user file should look
205 # cat hostapd-osen.eap_user
/external/wpa_supplicant_8/
DREADME1 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
DAndroid.mk8 include $(LOCAL_PATH)/hostapd/Android.mk \
/external/wpa_supplicant_8/src/drivers/
D.gitignore2 build.hostapd
DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/autotest/client/site_tests/security_SuidBinaries/
Dbaseline.fscap6 /usr/sbin/hostapd = cap_net_admin,cap_net_raw+ei
/external/autotest/client/site_tests/apmanager_CheckAPProcesses/
Dcontrol12 Verify the required processes (hostapd and dnsmasq) are started/terminated

12