Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/hostapd/
Dhostapd.android.rc2 # 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
17 interface android.hardware.wifi.hostapd@1.2::IHostapd default
18 interface android.hardware.wifi.hostapd@1.3::IHostapd default
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-MULTI-AP1 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 …]
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.
147 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
165 # This can be used to reduce the size of the hostapd considerably if debugging
169 # Add support for writing debug log to a file: -f /tmp/hostapd.log
191 # Enable support for fully dynamic VLANs. This enables hostapd to
222 # hostapd depends on strong random number generation being available from the
226 # properly initialized before hostapd is started. This is important especially
231 # As a safety net, hostapd is by default trying to internally collect
[all …]
DChangeLog1 ChangeLog for hostapd
204 hostapd.conf
278 * expire hostapd STA entry if kernel does not have a matching entry
363 - add minimal RADIUS accounting server support (hostapd-as-server);
406 * allow single hostapd process to control independent WPS interfaces
423 through the hostapd control interface
450 frames (only with drivers using hostapd SME/MLME)
508 * added hostapd.conf parameter vendor_elements to allow arbitrary vendor
514 correctly; invalid messages could have caused the hostapd process to
528 * Add channel selection support in hostapd. See hostapd.conf.
[all …]
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hostapd)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hostapd)
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.
128 # 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
219 # either wpa_supplicant or hostapd are run.
238 # functionality needed to use WEP is available in the current hostapd
251 # connect to this hostapd. These options allow, for example, to drop a
253 # Each test case requires a flag set in hostapd.conf or through hostapd_cli
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
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 …]
DMakefile1 ALL=hostapd hostapd_cli
118 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
Dwired.conf12 dump_file=/tmp/hostapd.dump
Dhostapd.accept3 # MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
/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/wpa_supplicant/
DREADME-DPP5 implementation in wpa_supplicant and hostapd can be configured and how
28 compile hostapd and wpa_supplicant.
37 hostapd build config
40 Enable DPP in hostapd build config file
63 Sample hostapd config file before provisioning
68 ctrl_interface=/var/run/hostapd
81 It is assumed that an AP and client station are up by running hostapd
136 values to the hostapd config file. If the Enrollee is a client device,
176 ctrl_interface=/var/run/hostapd
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt53 # 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.gitignore2 hostapd/.cproject
3 hostapd/.project
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/hostapd/hidl/1.3/
Dhidl.cpp25 using android::hardware::wifi::hostapd::V1_3::IHostapd;
26 using android::hardware::wifi::hostapd::V1_3::implementation::Hostapd;
Dhostapd.cpp42 using android::hardware::wifi::hostapd::V1_3::IHostapd;
43 using android::hardware::wifi::hostapd::V1_3::Generation;
44 using android::hardware::wifi::hostapd::V1_3::Bandwidth;
280 const android::hardware::wifi::hostapd::V1_3::IHostapd::IfaceParams& iface_params, in CreateHostapdConfig()
281 const android::hardware::wifi::hostapd::V1_3::IHostapd::ChannelParams& channelParams, in CreateHostapdConfig()
667 namespace hostapd { namespace
671 using namespace android::hardware::wifi::hostapd::V1_0;
Dhostapd.h46 namespace hostapd {
49 using namespace android::hardware::wifi::hostapd::V1_0;
/external/wpa_supplicant_8/src/drivers/
D.gitignore2 build.hostapd
DMakefile6 rm -f build.wpa_supplicant build.hostapd

12