HomeSort by: relevance | last modified time | path
    Searched refs:hostapd (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/logwatch/
hostapd.conf 1 # Logwatch configuration for hostapd
7 Title = "hostapd"
9 *OnlyService = hostapd
hostapd 3 # Logwatch script for hostapd
15 my %hostapd;
19 print STDERR "\n\nDEBUG: Inside HOSTAPD Filter\n\n";
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}
    [all...]
  /src/external/bsd/wpa/dist/hostapd/
hostapd.android.rc 2 # 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
wired.conf 0 ##### hostapd configuration file ##############################################
4 # Example configuration file for wired authenticator. See hostapd.conf for
12 dump_file=/tmp/hostapd.dump
Makefile 1 ALL=hostapd hostapd_cli
65 OBJS += ../src/ap/hostapd.o
119 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
208 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
1309 hostapd: $(OBJS)
1310 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
hostapd.conf 0 ##### hostapd configuration file ##############################################
11 # configuration parameter, bridge, may be used to notify hostapd if the
18 # added to the bridge automatically (brctl may refuse to do this before hostapd
25 # Use driver=none if building hostapd as a standalone RADIUS server that does
32 # hostapd event logger configuration
58 # Interface for separate control program. If this is specified, hostapd
62 # multiple hostapd processes/interfaces can be run at the same time if more
64 # /var/run/hostapd is the recommended directory for sockets and by default,
65 # hostapd_cli will use it when trying to connect with hostapd.
66 ctrl_interface=/var/run/hostapd
    [all...]
Android.mk 25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
43 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/hostapd\"
86 OBJS += src/ap/hostapd.c
192 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
1158 LOCAL_MODULE := hostapd
1178 LOCAL_INIT_RC := hostapd.android.rc
  /src/share/examples/hostapd/
Makefile 8 FILES= hostapd.conf
9 FILESDIR= /usr/share/examples/hostapd
hostapd.conf 1 # $NetBSD: hostapd.conf,v 1.2 2025/01/07 18:27:26 andvar Exp $
3 # hostapd example configuration file (adapted for NetBSD)
10 # hostapd event logger configuration
40 dump_file=/tmp/hostapd.dump
42 # Interface for separate control program. If this is specified, hostapd
46 # multiple hostapd processes/interfaces can be run at the same time if more
48 # /var/run/hostapd is the recommended directory for sockets and by default,
49 # hostapd_cli will use it when trying to connect with hostapd.
50 ctrl_interface=/var/run/hostapd
54 # possible to run hostapd as root (since it needs to change networ
    [all...]
  /src/external/bsd/wpa/bin/
Makefile 3 SUBDIR= hostapd hostapd_cli wpa_cli wpa_passphrase wpa_supplicant
  /src/external/bsd/wpa/dist/src/drivers/
Makefile 6 rm -f build.wpa_supplicant build.hostapd
driver_nl80211.h 167 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
driver_nl80211_scan.c 251 if (!drv->hostapd && is_ap_interface(drv->nlmode)) {
404 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
driver_nl80211.c 124 * to hostapd and STA entry deletion. Try to increase the buffer to make
2283 void *global_priv, int hostapd,
2317 drv->hostapd = !!hostapd;
3015 if (drv->hostapd || bss->static_ap)
3056 if (!drv->hostapd && nlmode != NL80211_IFTYPE_P2P_DEVICE)
6061 * the parent interface. This is used mainly with hostapd.
6063 if (drv->hostapd ||
8926 * the parent interface. This is used mainly with hostapd.
8929 (drv->hostapd ||
    [all...]
  /src/share/examples/
Makefile 13 SUBDIR+=hostapd wpa_supplicant
  /src/tests/sbin/ifconfig/
t_repeated_scan.sh 49 pkill -9 hostapd
87 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
t_woptions.sh 54 pkill -9 hostapd
95 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
115 pkill -9 hostapd
157 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
180 pkill -9 hostapd
209 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
t_repeated_link_addr.sh 56 pkill -9 hostapd
113 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
  /src/external/bsd/wpa/bin/hostapd/
Makefile 6 PROG= hostapd
26 hostapd.c \
144 MAN= hostapd.8 hostapd.conf.5
  /src/external/bsd/wpa/dist/src/ap/
Makefile 30 hostapd.o \
  /src/etc/rc.d/
Makefile 26 hostapd httpd \
  /src/etc/defaults/
rc.conf 325 hostapd=NO hostapd_flags="-Bs /etc/hostapd.conf"

Completed in 24 milliseconds