Home
last modified time | relevance | path

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

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
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 …]
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
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 …]
DREADME.OpenSource3 "Name": "hostapd",
8 "Upstream URL": "http://w1.fi/releases/hostapd-2.10.tar.gz",
9 …"Description": "hostapd is a user space daemon for access point and authentication servers. It imp…
D.config1 # 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.
153 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
174 # This can be used to reduce the size of the hostapd considerably if debugging
178 # Add support for writing debug log to a file: -f /tmp/hostapd.log
200 # Enable support for fully dynamic VLANs. This enables hostapd to
231 # hostapd depends on strong random number generation being available from the
235 # properly initialized before hostapd is started. This is important especially
240 # As a safety net, hostapd is by default trying to internally collect
[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.
153 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
174 # This can be used to reduce the size of the hostapd considerably if debugging
178 # Add support for writing debug log to a file: -f /tmp/hostapd.log
200 # Enable support for fully dynamic VLANs. This enables hostapd to
231 # hostapd depends on strong random number generation being available from the
235 # properly initialized before hostapd is started. This is important especially
240 # 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
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 …]
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
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 …]
DREADME.OpenSource3 "Name": "hostapd",
8 "Upstream URL": "http://w1.fi/releases/hostapd-2.10.tar.gz",
9 …"Description": "hostapd is a user space daemon for access point and authentication servers. It imp…
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 …]
D.config1 # 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.
153 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
174 # This can be used to reduce the size of the hostapd considerably if debugging
178 # Add support for writing debug log to a file: -f /tmp/hostapd.log
200 # Enable support for fully dynamic VLANs. This enables hostapd to
231 # hostapd depends on strong random number generation being available from the
235 # properly initialized before hostapd is started. This is important especially
240 # As a safety net, hostapd is by default trying to internally collect
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt7 include_directories(hostapd)
39 hostapd/logwatch/hostapd
40 hostapd/logwatch/hostapd.conf
41 hostapd/logwatch/README
42 hostapd/.config
43 hostapd/android.config
44 hostapd/Android.mk
45 hostapd/ap_config_file.c
46 hostapd/ap_ctrl_iface.c
47 hostapd/ap_eap_register.c
[all …]
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
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-DPP5 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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
/third_party/wpa_supplicant/
DREADME_zh.md10 **wpa协议栈** :提供Wi-Fi接入与热点功能,其中wpa_supplicant负责Wi-Fi接入,hostapd负责热点功能。
22 | |-- hostapd # Wi-Fi热点相关功能(Access Point)
28 | |-- hostapd # Wi-Fi热点相关功能(Access Point)
DREADME.OpenSource12 "Name": "hostapd",
17 "Upstream URL": "http://w1.fi/releases/hostapd-2.10.tar.gz",
18 …"Description": "hostapd is a user space daemon for access point and authentication servers. It imp…

1234