HomeSort by relevance Sort by last modified time
    Searched full:hostapd (Results 76 - 100 of 244) sorted by null

1 2 34 5 6 7 8 910

  /external/wpa_supplicant_8/src/utils/
includes.h 2 * wpa_supplicant/hostapd - Default include files
  /system/connectivity/apmanager/
service_unittest.cc 58 "/var/run/apmanager/hostapd/hostapd-1.conf";
62 "/data/misc/apmanager/hostapd/hostapd-1.conf";
  /external/wpa_supplicant_8/hostapd/
android.config 1 # 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.
133 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
141 # This can be used to reduce the size of the hostapd considerably if debugging
hostapd_cli.c 2 * hostapd - command line interface for hostapd daemon
98 #define CONFIG_CTRL_IFACE_DIR "/var/run/hostapd"
123 "/var/run/hostapd)\n"
128 " from hostapd\n"
199 printf("Not connected to hostapd - command dropped.\n");
732 printf("Not connected to hostapd - command dropped.\n");
939 "hostapd.\n");
1312 printf("Connection to hostapd lost - trying to reconnect\n");
1318 printf("Connection to hostapd re-established\n")
    [all...]
Makefile 67 OBJS += ../src/ap/hostapd.o
110 CFLAGS += -DPACKAGE="hostapd" -DWPA_TRACE_BFD
196 # Define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
1005 ALL=hostapd hostapd_cli
1032 echo 'Building hostapd requires a configuration file'; \
1044 ../src/drivers/build.hostapd:
1048 @touch ../src/drivers/build.hostapd
1050 BCHECK=../src/drivers/build.hostapd
1052 hostapd: $(BCHECK) $(OBJS)
1053 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS
    [all...]
hostapd.eap_user 0 # hostapd user database for integrated EAP server
54 # hostapd.conf. For EAP server, this is configured separately for each user
main.c 2 * hostapd / main()
24 #include "ap/hostapd.h"
159 wpa_printf(MSG_ERROR, "No hostapd driver wrapper available");
275 * handle_term - SIGINT and SIGTERM handler to terminate hostapd process
343 openlog("hostapd", 0, LOG_DAEMON);
433 "hostapd v" VERSION_STR "\n"
446 "usage: hostapd [-hdBKtv] [-P <PID file>] [-e <entropy file>] "
469 " -v show hostapd version\n");
  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 31 AssociationParameters so that both shill and hostapd can set up and connect
44 """@return dict fragment of hostapd configuration for security."""
100 Both hostapd and wpa_cli want their ASCII encoded WEP keys formatted
149 """@return dict fragment of hostapd configuration for security."""
204 hostapd will fall back on WPA ciphers for WPA2 if this is
209 The GMK is a key internal to hostapd used to generate GTK.
211 @param use_strict_rekey bool True iff hostapd should refresh the GTK
235 """@return dict fragment of hostapd configuration for security."""
433 """@return dict fragment of hostapd configuration for security."""
435 'eap_server' : 1, # Do EAP inside hostapd to avoid RADIUS
    [all...]
  /external/libweave/
README.md 57 hostapd \
87 - hostapd
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.h 2 * hostapd / IEEE 802.1X-2004 Authenticator
wps_hostapd.h 2 * hostapd / WPS integration
accounting.c 2 * hostapd / RADIUS Accounting
17 #include "hostapd.h"
225 * @hapd: hostapd BSS data
367 * @hapd: hostapd BSS data
380 * @hapd: hostapd BSS data
521 * @hapd: hostapd BSS data
544 * @hapd: hostapd BSS data
ieee802_11_auth.c 2 * hostapd / IEEE 802.11 authentication (ACL)
20 #include "hostapd.h"
210 * @hapd: hostapd BSS data
237 * @hapd: hostapd BSS data
642 * @hapd: hostapd BSS data
659 * @hapd: hostapd BSS data
hostapd.h 2 * hostapd / Initialization and configuration
104 * struct hostapd_data - hostapd per-BSS data structure
299 * struct hostapd_iface - hostapd per-interface data structure
443 /* hostapd.c */
utils.c 15 #include "hostapd.h"
x_snoop.c 12 #include "hostapd.h"
ap_mlme.c 2 * hostapd / IEEE 802.11 MLME
19 #include "hostapd.h"
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 2 * hostapd / EAP-SIM database/authenticator gateway
  /system/netd/server/
SoftapController.cpp 50 static const char HOSTAPD_CONF_FILE[] = "/data/misc/wifi/hostapd.conf";
51 static const char HOSTAPD_BIN_FILE[] = "/system/bin/hostapd";
144 "ctrl_interface=/data/misc/wifi/hostapd\n"
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 78 /* Generic functions for hostapd and wpa_supplicant */
93 #ifndef HOSTAPD
106 #endif /* HOSTAPD */
348 #ifndef HOSTAPD
352 #endif /* HOSTAPD */
396 #ifndef HOSTAPD
405 #endif /* HOSTAPD */
655 #ifdef HOSTAPD
658 * Avoid conflicts with hostapd definitions by undefining couple of defines
939 #else /* HOSTAPD */
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_group.c 69 #ifdef HOSTAPD
72 #else /* HOSTAPD */
75 #endif /* HOSTAPD */
  /external/autotest/server/cros/network/
hostap_config.py 215 """@return dict of default options for hostapd."""
248 """@return string suitable for the ht_capab= line in a hostapd config"""
265 """@return string suitable for the vht_capab= line in a hostapd config.
291 """@return string hardware mode understood by hostapd."""
299 # For their own historical reasons, hostapd wants it this way.
328 """Sets the channel number to configure hostapd to listen on.
338 """@return int frequency for hostapd to listen on."""
344 """Sets the frequency for hostapd to listen on.
364 """Sets the ssid for the hostapd.
  /external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
network_WiFi_VerifyAttenuator.py 87 """Get the phy number corresponding to a hostapd instance.
89 @param instance: int hostapd instance to test against.
142 @param ap_num: int hostapd instance to test against.
244 @param instance: int hostapd instance to verify corresponds to
  /external/wpa_supplicant_8/src/common/
eapol_common.h 2 * EAPOL definitions shared between hostapd and wpa_supplicant
  /external/libweave/examples/provider/
wifi_manager.cc 161 CHECK_EQ(0, ForkCmdAndWait("hostapd", {"-B", "-K", hostapd_conf}));
186 base::IgnoreResult(ForkCmdAndWait("pkill", {"-f", "hostapd.*/tmp/weave"}));

Completed in 1248 milliseconds

1 2 34 5 6 7 8 910