Searched refs:hostapd (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_8/hostapd/logwatch/
H A Dhostapd.conf1 # Logwatch configuration for hostapd
7 Title = "hostapd"
9 *OnlyService = hostapd
H A Dhostapd3 # Logwatch script for hostapd
15 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};
/external/wpa_supplicant_8/hostapd/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
H A Ddriver_nl80211.c309 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
4087 * removed without the knowledge of wpa_supplicant/hostapd, e.g., in
4387 void *global_priv, int hostapd,
4401 drv->hostapd = !!hostapd;
4899 if (drv->hostapd || bss->static_ap)
4932 if (!drv->hostapd)
5041 if (!drv->hostapd || !drv->start_mode_ap)
5222 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
8010 * the parent interface. This is used mainly with hostapd
4386 wpa_driver_nl80211_drv_init(void *ctx, const char *ifname, void *global_priv, int hostapd, const u8 *set_addr) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwired.conf0 ##### hostapd configuration file ##############################################
4 # Example configuration file for wired authenticator. See hostapd.conf for
12 dump_file=/tmp/hostapd.dump
H A Dhostapd.conf0 ##### 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
54 # Interface for separate control program. If this is specified, hostapd
58 # multiple hostapd processes/interfaces can be run at the same time if more
60 # /var/run/hostapd is the recommended directory for sockets and by default,
61 # hostapd_cli will use it when trying to connect with hostapd.
62 ctrl_interface=/var/run/hostapd
[all...]
H A DMakefile43 OBJS += ../src/ap/hostapd.o
85 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
800 # define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
874 ALL=hostapd hostapd_cli
897 echo 'Building hostapd requires a configuration file'; \
908 ../src/drivers/build.hostapd:
912 @touch ../src/drivers/build.hostapd
914 BCHECK=../src/drivers/build.hostapd
916 hostapd: $(BCHECK) $(OBJS)
917 $(Q)$(CC) $(LDFLAGS) -o hostapd
[all...]
H A DAndroid.mk25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
38 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/hostapd\"
79 OBJS += src/ap/hostapd.c
815 # define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
906 LOCAL_MODULE := hostapd
/external/wpa_supplicant_8/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
H A Ddriver_nl80211.c309 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
4087 * removed without the knowledge of wpa_supplicant/hostapd, e.g., in
4387 void *global_priv, int hostapd,
4401 drv->hostapd = !!hostapd;
4899 if (drv->hostapd || bss->static_ap)
4932 if (!drv->hostapd)
5041 if (!drv->hostapd || !drv->start_mode_ap)
5222 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
8010 * the parent interface. This is used mainly with hostapd
4386 wpa_driver_nl80211_drv_init(void *ctx, const char *ifname, void *global_priv, int hostapd, const u8 *set_addr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
H A Ddriver_nl80211.c309 unsigned int hostapd:1; member in struct:wpa_driver_nl80211_data
4087 * removed without the knowledge of wpa_supplicant/hostapd, e.g., in
4387 void *global_priv, int hostapd,
4401 drv->hostapd = !!hostapd;
4899 if (drv->hostapd || bss->static_ap)
4932 if (!drv->hostapd)
5041 if (!drv->hostapd || !drv->start_mode_ap)
5222 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
8010 * the parent interface. This is used mainly with hostapd
4386 wpa_driver_nl80211_drv_init(void *ctx, const char *ifname, void *global_priv, int hostapd, const u8 *set_addr) argument
[all...]
/external/wpa_supplicant_8/
H A DAndroid.mk8 include $(LOCAL_PATH)/hostapd/Android.mk \
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py71 hostapd_cmd = 'hostapd hostapd-min.conf'
89 hostapd_conf = 'hostapd-min.conf'
251 self.hostapd = self.command_wrapper(hostapd_cmd)
267 self.hostapd.start()
282 self.hostapd.end()
296 self.hostapd.end()
/external/sepolicy/
H A Dfile_contexts154 /system/bin/hostapd u:object_r:hostapd_exec:s0
219 /data/misc/wifi/hostapd(/.*)? u:object_r:wpa_socket:s0
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile768 OBJS += ../src/ap/hostapd.o
1595 @if [ -f ../src/drivers/build.hostapd ]; then \

Completed in 2003 milliseconds