/hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/ |
Android.mk | 26 include $(WPA_SUPPL_DIR)/wpa_supplicant/.config 34 $(WPA_SUPPL_DIR)/wpa_supplicant
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
Android.mk | 27 include $(WPA_SUPPL_DIR)/wpa_supplicant/.config 35 $(WPA_SUPPL_DIR)/wpa_supplicant
|
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 2 * wpa_supplicant - P2P 49 static struct wpa_supplicant * 50 wpas_p2p_get_group_iface(struct wpa_supplicant *wpa_s, int addr_allocated, 52 static int wpas_p2p_join_start(struct wpa_supplicant *wpa_s); 54 static int wpas_p2p_join(struct wpa_supplicant *wpa_s, const u8 *iface_addr, 56 static int wpas_p2p_create_iface(struct wpa_supplicant *wpa_s); 57 static void wpas_p2p_cross_connect_setup(struct wpa_supplicant *wpa_s); 59 static void wpas_p2p_set_group_idle_timeout(struct wpa_supplicant *wpa_s); 62 static void wpas_p2p_scan_res_handler(struct wpa_supplicant *wpa_s, 90 struct wpa_supplicant *wpa_s = ctx [all...] |
ap.c | 53 static int wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s, 235 struct wpa_supplicant *wpa_s = ctx; 255 struct wpa_supplicant *wpa_s = ctx; 287 struct wpa_supplicant *wpa_s = ctx; 308 struct wpa_supplicant *wpa_s = ctx; 320 struct wpa_supplicant *wpa_s = ctx; 328 struct wpa_supplicant *wpa_s = ctx; 338 int wpa_supplicant_create_ap(struct wpa_supplicant *wpa_s, 506 void wpa_supplicant_ap_deinit(struct wpa_supplicant *wpa_s) 534 struct wpa_supplicant *wpa_s = ctx [all...] |
config.h | 51 * struct wpa_config - wpa_supplicant configuration data 82 * wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which 85 * frames completely). In order to make wpa_supplicant interoperate 94 * By default, wpa_supplicant requests driver to perform AP 98 * wpa_supplicant just to process EAPOL frames based on IEEE 101 * 1: wpa_supplicant initiates scanning and AP selection (default). 123 * If this is specified, %wpa_supplicant will open a control interface 124 * that is available for external programs to manage %wpa_supplicant. 134 * on the interface name, so multiple %wpa_supplicant processes can be 136 * /var/run/wpa_supplicant is the recommended directory for sockets an [all...] |
wpas_glue.c | 43 struct wpa_supplicant *wpa_s = ctx; 58 struct wpa_supplicant *wpa_s = ctx; 66 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 95 * @wpa_s: Pointer to wpa_supplicant data 102 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, 118 * @ctx: Pointer to wpa_supplicant data (wpa_s) 130 struct wpa_supplicant *wpa_s = ctx; 194 * @ctx: Pointer to wpa_supplicant data (wpa_s) 204 struct wpa_supplicant *wpa_s = ctx; 221 struct wpa_supplicant *wpa_s = ctx [all...] |
wps_supplicant.c | 2 * wpa_supplicant / WPS integration 47 static void wpas_clear_wps(struct wpa_supplicant *wpa_s); 50 int wpas_wps_eapol_cb(struct wpa_supplicant *wpa_s) 109 static void wpas_wps_security_workaround(struct wpa_supplicant *wpa_s, 191 struct wpa_supplicant *wpa_s = ctx; 411 struct wpa_supplicant *wpa_s = eloop_ctx; 417 static void wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s, 448 static void wpa_supplicant_wps_event_fail(struct wpa_supplicant *wpa_s, 480 static void wpa_supplicant_wps_event_success(struct wpa_supplicant *wpa_s) 491 static void wpa_supplicant_wps_event_er_ap_add(struct wpa_supplicant *wpa_s [all...] |
bss.c | 44 static void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) 57 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, 96 static void wpa_bss_add(struct wpa_supplicant *wpa_s, 225 static void notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, 257 static void wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, 294 static int wpa_bss_in_use(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) 302 void wpa_bss_update_start(struct wpa_supplicant *wpa_s) 310 void wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, 384 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info, 409 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.c | 15 * %wpa_supplicant interfaces. In addition, this file contains number of 44 "wpa_supplicant v" VERSION_STR "\n" 116 static int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, 136 static int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s, 187 struct wpa_supplicant *wpa_s = eloop_ctx; 203 * @wpa_s: Pointer to wpa_supplicant data 210 void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, 226 * @wpa_s: Pointer to wpa_supplicant data 232 void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s) 242 * @wpa_s: Pointer to wpa_supplicant dat [all...] |
config.h | 30 * struct wpa_config - wpa_supplicant configuration data 61 * wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which 64 * frames completely). In order to make wpa_supplicant interoperate 73 * By default, wpa_supplicant requests driver to perform AP 77 * wpa_supplicant just to process EAPOL frames based on IEEE 80 * 1: wpa_supplicant initiates scanning and AP selection (default). 102 * If this is specified, %wpa_supplicant will open a control interface 103 * that is available for external programs to manage %wpa_supplicant. 113 * on the interface name, so multiple %wpa_supplicant processes can be 115 * /var/run/wpa_supplicant is the recommended directory for sockets an [all...] |
ctrl_iface_dbus.c | 348 "wpa_supplicant knows nothing about " 391 struct wpa_supplicant *wpa_s, 423 struct wpa_supplicant *wpa_s, 480 struct wpa_supplicant *wpa_s = user_data; 501 * wpa_supplicant structure it's supposed to (which is wpa_s) 628 * @wpa_s: %wpa_supplicant network interface data 633 void wpa_supplicant_dbus_notify_scan_results(struct wpa_supplicant *wpa_s) 669 * @wpa_s: %wpa_supplicant network interface data 670 * @new_state: new state wpa_supplicant is entering 671 * @old_state: old state wpa_supplicant is leavin [all...] |
main_winmain.c | 41 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt"; 56 printf("Failed to initialize wpa_supplicant\n");
|
/external/wpa_supplicant/ |
defs.h | 35 * enum wpa_states - wpa_supplicant state 37 * These enumeration values are used to indicate the current wpa_supplicant 55 * WPA_INACTIVE - Inactive state (wpa_supplicant disabled) 58 * configuration. wpa_supplicant is not trying to associate with a new 67 * This state is entered when wpa_supplicant starts scanning for a 75 * This state is entered when wpa_supplicant has found a suitable BSS 88 * (with or without WPA/WPA2), wpa_supplicant remains in this state
|
wpa_supplicant.c | 15 * %wpa_supplicant interfaces. In addition, this file contains number of 26 #include "wpa_supplicant.h" 43 "wpa_supplicant v" VERSION_STR "\n" 119 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 148 * @wpa_s: Pointer to wpa_supplicant data 155 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, 170 * @ctx: Pointer to wpa_supplicant data (wpa_s) 182 struct wpa_supplicant *wpa_s = ctx; 247 * @ctx: Pointer to wpa_supplicant data (wpa_s) 257 struct wpa_supplicant *wpa_s = ctx [all...] |
ctrl_iface_dbus.c | 22 #include "wpa_supplicant.h" 356 "wpa_supplicant knows nothing about " 399 struct wpa_supplicant *wpa_s, 431 struct wpa_supplicant *wpa_s, 487 struct wpa_supplicant *wpa_s = user_data; 508 * wpa_supplicant structure it's supposed to (which is wpa_s) 625 * @wpa_s: %wpa_supplicant network interface data 630 void wpa_supplicant_dbus_notify_scan_results(struct wpa_supplicant *wpa_s) 666 * @wpa_s: %wpa_supplicant network interface data 667 * @new_state: new state wpa_supplicant is enterin [all...] |
wpa_supplicant.conf.orig | 1 ##### Example wpa_supplicant configuration file ############################### 14 # to be changed. This can happen if wpa_supplicant is run in the background. 16 # Whether to allow wpa_supplicant to update (overwrite) configuration 18 # This option can be used to allow wpa_supplicant to overwrite configuration 28 # Parameters for the control interface. If this is specified, wpa_supplicant 30 # manage wpa_supplicant. The meaning of this string depends on which control 39 # wpa_supplicant processes can be run at the same time if more than one 41 # /var/run/wpa_supplicant is the recommended directory for sockets and by 42 # default, wpa_cli will use it when trying to connect with wpa_supplicant. 46 # possible to run wpa_supplicant as root (since it needs to change networ [all...] |
main_winmain.c | 41 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt"; 56 printf("Failed to initialize wpa_supplicant\n");
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
defs.h | 94 * enum wpa_states - wpa_supplicant state 96 * These enumeration values are used to indicate the current wpa_supplicant 114 * WPA_INACTIVE - Inactive state (wpa_supplicant disabled) 117 * configuration. wpa_supplicant is not trying to associate with a new 126 * This state is entered when wpa_supplicant starts scanning for a 134 * This state is entered when wpa_supplicant has found a suitable BSS 147 * (with or without WPA/WPA2), wpa_supplicant remains in this state
|
eapol_common.h | 2 * EAPOL definitions shared between hostapd and wpa_supplicant
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 36 # See if wpa_supplicant already knows about this interface 41 if str(exc) != "wpa_supplicant knows nothing about this interface.": 46 if str(exc) != "wpa_supplicant already controls this interface.":
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-test.py | 36 # See if wpa_supplicant already knows about this interface 41 if str(exc) != "wpa_supplicant knows nothing about this interface.": 46 if str(exc) != "wpa_supplicant already controls this interface.":
|
/external/wpa_supplicant_8/ |
README | 0 wpa_supplicant and hostapd 12 This package may include either wpa_supplicant, hostapd, or both. See 13 README file respective subdirectories (wpa_supplicant/README or 18 subdirectory (wpa_supplicant or hostapd) and creating build
|
/external/wpa_supplicant_8/src/common/ |
eapol_common.h | 2 * EAPOL definitions shared between hostapd and wpa_supplicant
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_common.h | 2 * wpa_supplicant D-Bus control interface - common definitions
|
dbus_common_i.h | 2 * wpa_supplicant D-Bus control interface - internal definitions
|