Searched refs:hostapd (Results 1 – 25 of 47) sorted by relevance
12
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | hostapd | 15 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};
|
D | README | 3 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
|
D | hostapd.conf | 9 *OnlyService = hostapd
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.android.rc | 2 # init.rc fragment for hostapd on Android 11 mkdir /data/vendor/wifi/hostapd 0770 wifi wifi 12 mkdir /data/vendor/wifi/hostapd/sockets 0770 wifi wifi 14 service hostapd /vendor/bin/hw/hostapd 15 interface android.hardware.wifi.hostapd@1.0::IHostapd default 16 interface android.hardware.wifi.hostapd@1.1::IHostapd default
|
D | hlr_auc_gw.txt | 1 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 …]
|
D | README-MULTI-AP | 1 hostapd, wpa_supplicant and the Multi-AP Specification 4 This document describes how hostapd and wpa_supplicant can be configured to 18 hostapd/wpa_supplicant. hostapd/wpa_supplicant is only involved for the items 20 daemon, e.g., prplMesh [2]. That daemon also needs to communicate with hostapd, 22 hostapd interfaces. 24 hostapd/wpa_supplicant needs to be configured specifically to support: 36 From the point of view of hostapd, there is nothing special about these 46 A backhaul link must be treated specially by hostapd and wpa_supplicant. One 63 be handled specially by hostapd, because it must add an additional information 73 A BSS is configured in Multi-AP mode in hostapd by setting the 'multi_ap' [all …]
|
D | README-WPS | 1 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 …]
|
D | 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 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 …]
|
D | ChangeLog | 1 ChangeLog for hostapd 125 hostapd.conf 199 * expire hostapd STA entry if kernel does not have a matching entry 284 - add minimal RADIUS accounting server support (hostapd-as-server); 327 * allow single hostapd process to control independent WPS interfaces 344 through the hostapd control interface 371 frames (only with drivers using hostapd SME/MLME) 429 * added hostapd.conf parameter vendor_elements to allow arbitrary vendor 435 correctly; invalid messages could have caused the hostapd process to 449 * Add channel selection support in hostapd. See hostapd.conf. [all …]
|
D | README | 1 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 91 In order to be able to build hostapd, you will need to create a build 134 User space daemon, hostapd, includes Authenticator functionality. It 140 Authentication Server. hostapd supports RADIUS encapsulation of EAP 142 FreeRADIUS (http://www.freeradius.org/). The Authenticator in hostapd 164 configuration file (hostapd/hostapd.conf) that can be used as a basis 166 options and short description of each option. hostapd should be started 168 e.g., './hostapd /etc/hostapd.conf'. If you have more that one wireless 169 LAN card, you can use one hostapd process for multiple interfaces by [all …]
|
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hostapd) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hostapd)
|
D | android.config | 1 # 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 144 # This can be used to reduce the size of the hostapd considerably if debugging 217 # either wpa_supplicant or hostapd are run.
|
/external/autotest/client/site_tests/network_8021xWiredAuthentication/ |
D | network_8021xWiredAuthentication.py | 113 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):
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-DPP | 5 implementation in wpa_supplicant and hostapd can be configured and how 22 The following changes must go in the config file used to compile hostapd 34 hostapd build config 37 Enable DPP and protected management frame in hostapd build config file 61 Sample hostapd config file before provisioning 66 ctrl_interface=/var/run/hostapd 79 It is assumed that an AP and client station are up by running hostapd 127 values to the hostapd config file. If the enrollee is a client device, 167 ctrl_interface=/var/run/hostapd
|
/external/autotest/client/site_tests/network_8021xEapDetection/ |
D | network_8021xEapDetection.py | 56 interface=ethernet_pair.interface_name) as hostapd: 59 if not hostapd.running(): 62 hostapd.send_eap_packets()
|
/external/wpa_supplicant_8/hs20/server/ |
D | hs20-osu-server.txt | 53 # hostapd as RADIUS server 54 cd hostapd 74 make hostapd hlr_auc_gw 75 cp hostapd hlr_auc_gw /home/user/hs20-server/AS 172 ./hostapd -B as-sql.conf 180 # hostapd-radius config for the radius used by the OSEN AP 187 ctrl_interface=/var/run/hostapd 190 eap_user_file=/home/user/hs20-server/AS/hostapd-osen.eap_user 202 The /home/user/hs20-server/AS/hostapd-osen.eap_user file should look 206 # cat hostapd-osen.eap_user
|
/external/wpa_supplicant_8/ |
D | .gitignore | 2 hostapd/.cproject 3 hostapd/.project
|
D | 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
|
D | Android.mk | 8 include $(LOCAL_PATH)/hostapd/Android.mk \
|
/external/wpa_supplicant_8/hostapd/hidl/1.1/ |
D | hidl.cpp | 25 using android::hardware::wifi::hostapd::V1_1::IHostapd; 26 using android::hardware::wifi::hostapd::V1_1::implementation::Hostapd;
|
D | hostapd.h | 31 namespace hostapd { 34 using namespace android::hardware::wifi::hostapd::V1_0;
|
D | hostapd.cpp | 36 using android::hardware::wifi::hostapd::V1_1::IHostapd; 226 namespace hostapd { namespace 230 using namespace android::hardware::wifi::hostapd::V1_0;
|
/external/autotest/docs/ |
D | wificell.md | 29 The key purpose of a test AP is to run a variety of [hostapd] instances, such 60 [hostapd]: https://w1.fi/hostapd/
|
/external/wpa_supplicant_8/src/drivers/ |
D | .gitignore | 2 build.hostapd
|
D | Makefile | 6 rm -f build.wpa_supplicant build.hostapd
|
12