/external/wpa_supplicant/ |
wpa_ctrl.h | 2 * wpa_supplicant/hostapd control interface library 22 /* wpa_supplicant control interface - fixed message prefixes */ 35 /** wpa_supplicant is exiting */ 51 /** wpa_supplicant state change */ 58 /* wpa_supplicant/hostapd control interface access */ 61 * wpa_ctrl_open - Open a control interface to wpa_supplicant/hostapd 65 * This function is used to open a control interface to wpa_supplicant/hostapd. 66 * ctrl_path is usually /var/run/wpa_supplicant or /var/run/hostapd. This path 67 * is configured in wpa_supplicant/hostapd and other programs using the control 74 * wpa_ctrl_close - Close a control interface to wpa_supplicant/hostap [all...] |
wpa_supplicant.h | 2 * wpa_supplicant - Exported functions for wpa_supplicant modules 19 * structure used in wpa_supplicant, so that definition is not provided here. 21 struct wpa_supplicant; 95 * wpa_supplicant to stop and re-start processing for the interface, 103 * This event can be used to inform wpa_supplicant about candidates for 104 * RSN (WPA2) pre-authentication. If wpa_supplicant is not responsible 106 * pre-authentication. If wpa_supplicant is performing scan request 116 * AP and APs that have existing PMKSA cache entries. wpa_supplicant 129 * This event can be used to inform wpa_supplicant about desire to se [all...] |
config.h | 55 * struct wpa_config - wpa_supplicant configuration data 86 * wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which 89 * frames completely). In order to make wpa_supplicant interoperate 98 * By default, wpa_supplicant requests driver to perform AP 102 * wpa_supplicant just to process EAPOL frames based on IEEE 105 * 1: wpa_supplicant initiates scanning and AP selection (default). 127 * If this is specified, %wpa_supplicant will open a control interface 128 * that is available for external programs to manage %wpa_supplicant. 138 * on the interface name, so multiple %wpa_supplicant processes can be 140 * /var/run/wpa_supplicant is the recommended directory for sockets an [all...] |
ctrl_iface_dbus_handlers.c | 85 * @global: %wpa_supplicant global data structure 90 * by dbus clients to register a network interface that wpa_supplicant 154 * Try to get the wpa_supplicant record for this iface, return 160 "wpa_supplicant already " 163 struct wpa_supplicant *wpa_s; 164 /* Otherwise, have wpa_supplicant attach to it. */ 173 "wpa_supplicant " 190 * @global: wpa_supplicant global data structure 195 * by dbus clients to deregister a network interface that wpa_supplicant 201 struct wpa_supplicant *wpa_s [all...] |
preauth_test.c | 14 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 27 #include "wpa_supplicant.h" 59 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 96 struct wpa_supplicant *wpa_s = ctx; 103 struct wpa_supplicant *wpa_s = ctx; 186 struct wpa_supplicant *wpa_s = ctx; 194 struct wpa_supplicant *wpa_s = ctx; 199 static void test_eapol_clean(struct wpa_supplicant *wpa_s) 224 struct wpa_supplicant *wpa_s = eloop_ctx; 237 static void wpa_init_conf(struct wpa_supplicant *wpa_s, const char *ifname [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_ctrl.h | 2 * wpa_supplicant/hostapd control interface library 22 /* wpa_supplicant control interface - fixed message prefixes */ 35 /** wpa_supplicant is exiting */ 51 /** wpa_supplicant state change */ 85 /* wpa_supplicant/hostapd control interface access */ 88 * wpa_ctrl_open - Open a control interface to wpa_supplicant/hostapd 92 * This function is used to open a control interface to wpa_supplicant/hostapd. 93 * ctrl_path is usually /var/run/wpa_supplicant or /var/run/hostapd. This path 94 * is configured in wpa_supplicant/hostapd and other programs using the control 101 * wpa_ctrl_close - Close a control interface to wpa_supplicant/hostap [all...] |
/hardware/broadcom/wlan/bcmdhd/config/ |
Android.mk | 32 include external/wpa_supplicant_8/wpa_supplicant/wpa_supplicant_conf.mk 35 include external/wpa_supplicant_6/wpa_supplicant/wpa_supplicant_conf.mk 37 include external/wpa_supplicant/wpa_supplicant_conf.mk
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan.c | 40 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) 85 void bgscan_deinit(struct wpa_supplicant *wpa_s) 97 int bgscan_notify_scan(struct wpa_supplicant *wpa_s, 107 void bgscan_notify_beacon_loss(struct wpa_supplicant *wpa_s) 114 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
|
README-Windows.txt | 0 wpa_supplicant for Windows 16 wpa_supplicant has support for being used as a WPA/WPA2/IEEE 802.1X 41 Compiled binary version of the wpa_supplicant and additional tools is 42 available from http://w1.fi/wpa_supplicant/. These binaries can be 47 http://w1.fi/wpa_supplicant/qt4/wpa_gui-qt433-windows-dll.zip 52 Building wpa_supplicant with mingw 55 The default build setup for wpa_supplicant is to use MinGW and 62 Building wpa_supplicant with MSVC 65 wpa_supplicant can be built with Microsoft Visual C++ compiler. This 86 support will be included in the wpa_supplicant, OpenSSL needs to b [all...] |
preauth_test.c | 14 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 59 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 96 struct wpa_supplicant *wpa_s = ctx; 103 struct wpa_supplicant *wpa_s = ctx; 180 struct wpa_supplicant *wpa_s = ctx; 188 struct wpa_supplicant *wpa_s = ctx; 193 static void test_eapol_clean(struct wpa_supplicant *wpa_s) 218 struct wpa_supplicant *wpa_s = eloop_ctx; 231 static void wpa_init_conf(struct wpa_supplicant *wpa_s, const char *ifname) 282 struct wpa_supplicant *wpa_s = signal_ctx [all...] |
README-WPS | 0 wpa_supplicant and Wi-Fi Protected Setup (WPS) 4 This document describes how the WPS implementation in wpa_supplicant 45 wpa_supplicant implementation 48 wpa_supplicant includes an optional WPS component that can be used as 53 wpa_supplicant configuration 57 wpa_supplicant build configuration (.config). Here is an example 73 wpa_supplicant (if not set, UUID will be generated based on local MAC 85 restarting wpa_supplicant), wpa_supplicant will need to be configured 97 network. wpa_supplicant uses the control interface as an input channe [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 84 * @global: %wpa_supplicant global data structure 89 * by dbus clients to register a network interface that wpa_supplicant 156 * Try to get the wpa_supplicant record for this iface, return 162 "wpa_supplicant already " 165 struct wpa_supplicant *wpa_s; 173 /* Otherwise, have wpa_supplicant attach to it. */ 182 "wpa_supplicant " 204 * @global: wpa_supplicant global data structure 209 * by dbus clients to deregister a network interface that wpa_supplicant 215 struct wpa_supplicant *wpa_s [all...] |
dbus_new.c | 37 * @wpa_s: %wpa_supplicant network interface data 43 static void wpas_dbus_signal_interface(struct wpa_supplicant *wpa_s, 90 * @wpa_s: %wpa_supplicant network interface data 94 static void wpas_dbus_signal_interface_added(struct wpa_supplicant *wpa_s) 102 * @wpa_s: %wpa_supplicant network interface data 106 static void wpas_dbus_signal_interface_removed(struct wpa_supplicant *wpa_s) 115 * @wpa_s: %wpa_supplicant network interface data 120 void wpas_dbus_signal_scan_done(struct wpa_supplicant *wpa_s, int success) 150 * @wpa_s: %wpa_supplicant network interface data 157 static void wpas_dbus_signal_bss(struct wpa_supplicant *wpa_s [all...] |
dbus_new_handlers.c | 85 "wpa_supplicant knows nothing about " 151 static struct wpa_supplicant * get_iface_by_dbus_path( 154 struct wpa_supplicant *wpa_s; 167 * @wpa_s: wpa_supplicant structure for a network interface 176 struct wpa_supplicant *wpa_s, 489 * @global: %wpa_supplicant global data structure 494 * by dbus clients to register a network interface that wpa_supplicant 550 * Try to get the wpa_supplicant record for this iface, return 556 "wpa_supplicant already " 559 struct wpa_supplicant *wpa_s [all...] |
dbus_old_handlers_wps.c | 28 * @wpa_s: %wpa_supplicant data structure 35 struct wpa_supplicant *wpa_s) 68 * @wpa_s: %wpa_supplicant data structure 75 struct wpa_supplicant *wpa_s) 129 * @wpa_s: %wpa_supplicant data structure 136 struct wpa_supplicant *wpa_s)
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 88 * @global: %wpa_supplicant global data structure 93 * by dbus clients to register a network interface that wpa_supplicant 157 * Try to get the wpa_supplicant record for this iface, return 163 "wpa_supplicant already " 166 struct wpa_supplicant *wpa_s; 167 /* Otherwise, have wpa_supplicant attach to it. */ 176 "wpa_supplicant " 193 * @global: wpa_supplicant global data structure 198 * by dbus clients to deregister a network interface that wpa_supplicant 204 struct wpa_supplicant *wpa_s [all...] |
README-WPS | 0 wpa_supplicant and Wi-Fi Protected Setup (WPS) 4 This document describes how the WPS implementation in wpa_supplicant 45 wpa_supplicant implementation 48 wpa_supplicant includes an optional WPS component that can be used as 50 configure an AP. The current version of wpa_supplicant does not 55 wpa_supplicant configuration 59 wpa_supplicant build configuration (.config). Here is an example 70 wpa_supplicant (if not set, UUID will be generated based on local MAC 82 restarting wpa_supplicant), wpa_supplicant will need to be configure [all...] |
wpas_glue.c | 38 struct wpa_supplicant *wpa_s = ctx; 53 struct wpa_supplicant *wpa_s = ctx; 61 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 90 * @wpa_s: Pointer to wpa_supplicant data 97 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, 113 * @ctx: Pointer to wpa_supplicant data (wpa_s) 125 struct wpa_supplicant *wpa_s = ctx; 189 * @ctx: Pointer to wpa_supplicant data (wpa_s) 199 struct wpa_supplicant *wpa_s = ctx; 217 struct wpa_supplicant *wpa_s = ctx [all...] |
preauth_test.c | 14 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 58 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 95 struct wpa_supplicant *wpa_s = ctx; 102 struct wpa_supplicant *wpa_s = ctx; 179 struct wpa_supplicant *wpa_s = ctx; 187 struct wpa_supplicant *wpa_s = ctx; 192 static void test_eapol_clean(struct wpa_supplicant *wpa_s) 217 struct wpa_supplicant *wpa_s = eloop_ctx; 230 static void wpa_init_conf(struct wpa_supplicant *wpa_s, const char *ifname) 281 struct wpa_supplicant *wpa_s = eloop_ctx [all...] |
/external/wpa_supplicant_8/src/common/ |
defs.h | 126 * enum wpa_states - wpa_supplicant state 128 * These enumeration values are used to indicate the current wpa_supplicant 149 * due to rfkill. wpa_supplicant refuses any new operations that would 155 * WPA_INACTIVE - Inactive state (wpa_supplicant disabled) 158 * configuration. wpa_supplicant is not trying to associate with a new 167 * This state is entered when wpa_supplicant starts scanning for a 175 * This state is entered when wpa_supplicant has found a suitable BSS 178 * that use wpa_supplicant as the SME. 185 * This state is entered when wpa_supplicant has found a suitable BSS 198 * (with or without WPA/WPA2), wpa_supplicant remains in this stat [all...] |
wpa_ctrl.h | 2 * wpa_supplicant/hostapd control interface library 22 /* wpa_supplicant control interface - fixed message prefixes */ 37 /** wpa_supplicant is exiting */ 59 /** wpa_supplicant state change */ 146 /* wpa_supplicant/hostapd control interface access */ 149 * wpa_ctrl_open - Open a control interface to wpa_supplicant/hostapd 153 * This function is used to open a control interface to wpa_supplicant/hostapd. 154 * ctrl_path is usually /var/run/wpa_supplicant or /var/run/hostapd. This path 155 * is configured in wpa_supplicant/hostapd and other programs using the control 162 * wpa_ctrl_close - Close a control interface to wpa_supplicant/hostap [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_gui.sgml | 27 with wpa_supplicant. It is used to query current status, change 70 <refentrytitle>wpa_supplicant</refentrytitle> 77 <para>wpa_supplicant is copyright (c) 2003-2007,
|
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantState.java | 23 * From <code>defs.h</code> in <code>wpa_supplicant</code>. 25 * These enumeration values are used to indicate the current wpa_supplicant 31 * state constants in <code>defs.h</code> in <code>wpa_supplicant</code>. 45 * wpa_supplicant refuses any new operations that would 51 * Inactive state (wpa_supplicant disabled). 54 * configuration. wpa_supplicant is not trying to associate with a new 63 * This state is entered when wpa_supplicant starts scanning for a 71 * This state is entered when wpa_supplicant has found a suitable BSS 80 * This state is entered when wpa_supplicant has found a suitable BSS 93 * (with or without WPA/WPA2), wpa_supplicant remains in this stat [all...] |
/development/pdk/docs/porting/ |
wifi.jd | 17 <p>Android uses wpa_supplicant as the platform interface to the Wi-Fi device. Your Wi-Fi driver must be compatible with the standard wpa_supplicant in addition to extensions added to the supplicant (specifically, the "DRIVER" commands described in <code>wifi.h/wifi_command()</code>).</p> 25 <li>Follow the instructions posted at <a href="http://hostap.epitest.fi/wpa_supplicant/">http://hostap.epitest.fi/wpa_supplicant/</a>.</li>
|
/hardware/broadcom/wlan/bcm4329/config/ |
Android.mk | 32 include external/wpa_supplicant_6/wpa_supplicant/wpa_supplicant_conf.mk 34 include external/wpa_supplicant/wpa_supplicant_conf.mk
|