Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/hostapd/logwatch/
H A 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};
H A 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
H A Dhostapd.conf9 *OnlyService = hostapd
/freebsd/usr.sbin/wpa/hostapd/
H A DMakefile10 PACKAGE= hostapd
11 PROG= hostapd
18 MAN= hostapd.8 hostapd.conf.5
21 FILESDIR= ${SHAREDIR}/examples/hostapd
23 FILES= hostapd.conf hostapd.eap_user hostapd.wpa_psk
/freebsd/contrib/wpa/hostapd/
H A 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 \
13 /data/misc/wifi/hostapd.conf
16 writepid /data/misc/wifi/hostapd.pid
H A 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
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
86 eap_user_file=hostapd.eap_user
90 hostapd.radius_clients:
[all …]
H A 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
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
73 A BSS is configured in Multi-AP mode in hostapd by setting the 'multi_ap'
75 (simultaneous backhaul and fronthaul BSS). If this option is set, hostapd
94 hostapd on AP). Note that point 1 means that hostapd must not be configured
118 To support this, hostapd has the 'multi_ap_backhaul_ssid',
[all …]
H A DREADME-WPS1 hostapd and Wi-Fi Protected Setup (WPS)
4 This document describes how the WPS implementation in hostapd can be
44 hostapd implementation
56 hostapd configuration
73 (hostapd.conf) that enables WPS:
89 wpa_psk_file=/etc/hostapd.psk
92 ctrl_interface=/var/run/hostapd
102 wps_pin_requests=/var/run/hostapd.pin-req
158 Example line in the /var/run/hostapd.pin-req file:
293 then update hostapd configuration (followed by restarting of hostapd).
[all …]
H A 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
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
231 # As a safety net, hostapd is by default trying to internally collect
243 # file needs to be readable and writable by hostapd.
324 # connect to this hostapd. These options allow, for example, to drop a
381 # parameter. See that parameter in hostapd.conf for more details.
[all …]
H A DChangeLog1 ChangeLog for hostapd
247 hostapd.conf
466 through the hostapd control interface
571 * Add channel selection support in hostapd. See hostapd.conf.
573 TSF offset. See hostapd.conf for config info.
657 fragment_size in hostapd.conf).
699 on hostapd events)
1034 HLR/AuC without blocking hostapd process
1121 freed memory and potentially crash hostapd
1230 hostapd.conf)
[all …]
H A 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
164 configuration file (hostapd/hostapd.conf) that can be used as a basis
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
192 Authentication Server with hostapd Authenticator. FreeRADIUS
200 an AP to authenticated stations. The Authenticator in hostapd can be
[all …]
H A DMakefile1 ALL=hostapd hostapd_cli
118 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
H A 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.
127 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
132 # This can be used to reduce the size of the hostapd considerably if debugging
205 # either wpa_supplicant or hostapd are run.
211 # functionality needed to use WEP is available in the current hostapd
H A Dwired.conf12 dump_file=/tmp/hostapd.dump
H A Dhostapd.accept3 # MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
H A Dhostapd.conf66 ctrl_interface=/var/run/hostapd
/freebsd/contrib/wpa/wpa_supplicant/
H A 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
/freebsd/tools/bsdbox/
H A DMakefile.hostapd6 CRUNCH_PROGS_usr.sbin+= hostapd hostapd_cli
7 CRUNCH_SRCDIR_hostapd= $(.CURDIR)/../../usr.sbin/wpa/hostapd
/freebsd/contrib/wpa/
H A 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
/freebsd/tools/tools/net80211/scripts/
H A Dconfig54 # directory to create files like hostapd.conf
57 test -z "$HOSTAPD_CTRL_INTERFACE" && HOSTAPD_CTRL_INTERFACE=/var/run/hostapd
60 test -z "$HOSTAPD" && HOSTAPD=/usr/sbin/hostapd
/freebsd/usr.sbin/wpa/
H A DMakefile6 hostapd \
/freebsd/tools/build/options/
H A DWITHOUT_WIRELESS4 .Xr hostapd 8 .
/freebsd/contrib/wpa/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/freebsd/usr.sbin/wpa/hostapd_cli/
H A DMakefile8 PACKAGE= hostapd
/freebsd/usr.sbin/wpa/src/ap/
H A DMakefile23 hostapd.c \

12