HomeSort by relevance Sort by last modified time
    Searched refs:hostapd (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_8/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...]
  /external/wpa_supplicant_8/hostapd/
wired.conf 0 ##### hostapd configuration file ##############################################
4 # Example configuration file for wired authenticator. See hostapd.conf for
12 dump_file=/tmp/hostapd.dump
hostapd.conf 0 ##### hostapd configuration file ##############################################
9 # configuration parameter, bridge, may be used to notify hostapd if the
16 # added to the bridge automatically (brctl may refuse to do this before hostapd
23 # Use driver=none if building hostapd as a standalone RADIUS server that does
27 # hostapd event logger configuration
55 dump_file=/tmp/hostapd.dump
57 # Interface for separate control program. If this is specified, hostapd
61 # multiple hostapd processes/interfaces can be run at the same time if more
63 # /var/run/hostapd is the recommended directory for sockets and by default,
64 # hostapd_cli will use it when trying to connect with hostapd
    [all...]
Makefile 38 OBJS += ../src/ap/hostapd.o
764 # define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
827 ALL=hostapd hostapd_cli
844 echo 'Building hostapd requires a configuration file'; \
855 ../src/drivers/build.hostapd:
859 @touch ../src/drivers/build.hostapd
861 BCHECK=../src/drivers/build.hostapd
863 hostapd: $(BCHECK) $(OBJS)
864 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
911 rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_g
    [all...]
Android.mk 25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
41 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/hostapd\"
81 OBJS += src/ap/hostapd.c
813 # define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
893 LOCAL_MODULE := hostapd
  /external/wpa_supplicant_8/src/drivers/
Makefile 6 rm -f build.wpa_supplicant build.hostapd
  /build/target/product/
large_emu_hw.mk 44 hostapd \
generic_no_telephony.mk 46 hostapd \
mini.mk 168 hostapd \
  /external/wpa_supplicant_8/
Android.mk 11 include $(LOCAL_PATH)/hostapd/Android.mk \
  /hardware/ti/wlan/mac80211/config/
hostapd.conf 6 dump_file=/data/misc/wifi/hostapd.dump
Android.mk 31 LOCAL_MODULE := hostapd.conf
  /device/asus/deb/
init.deb.rc 195 #Provide the access to hostapd.conf only to root and group
196 chmod 0660 /data/hostapd/hostapd.conf
  /device/asus/flo/
init.flo.rc 197 #Provide the access to hostapd.conf only to root and group
198 chmod 0660 /data/hostapd/hostapd.conf
  /device/lge/mako/
init.mako.rc 189 #Provide the access to hostapd.conf only to root and group
190 chmod 0660 /data/hostapd/hostapd.conf
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 722 OBJS += ../src/ap/hostapd.o
1515 @if [ -f ../src/drivers/build.hostapd ]; then \
    [all...]

Completed in 2540 milliseconds