/external/wpa_supplicant_8/wpa_supplicant/ |
android.config | 1 # Example wpa_supplicant build time configuration 26 # replacement for WEXT and its use allows wpa_supplicant to properly control 58 # wpa_supplicant. 197 # This can be used to reduce the size of the wpa_supplicant considerably 218 # file = text file (e.g., wpa_supplicant.conf; note: the configuration file 310 # Include NDIS event processing through WMI into wpa_supplicant/wpasvc. 335 # be loaded in the beginning of the wpa_supplicant configuration file 355 # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) 398 # wpa_supplicant depends on strong random number generation being available 402 # needs to be properly initialized before wpa_supplicant is started. This i [all...] |
main_winsvc.c | 8 * The root of wpa_supplicant configuration in registry is 9 * HKEY_LOCAL_MACHINE\\SOFTWARE\\%wpa_supplicant. This level includes global 34 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service") 51 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant") 74 printf("Could not open wpa_supplicant interface key\n"); 152 printf("Could not open wpa_supplicant registry key\n"); 181 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt"; 187 printf("Failed to initialize wpa_supplicant\n"); 195 printf("Could not open wpa_supplicant interfaces registry "
|
hs20_supplicant.c | 81 int is_hs20_network(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, 110 int hs20_get_pps_mo_id(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) 183 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, 241 static struct icon_entry * hs20_find_icon(struct wpa_supplicant *wpa_s, 257 int hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, 307 int hs20_del_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, 361 static void hs20_remove_duplicate_icons(struct wpa_supplicant *wpa_s, 379 static int hs20_process_icon_binary_file(struct wpa_supplicant *wpa_s, 476 struct wpa_supplicant *wpa_s = eloop_ctx; 482 static void hs20_osu_icon_fetch_result(struct wpa_supplicant *wpa_s, int res [all...] |
wps_supplicant.c | 2 * wpa_supplicant / WPS integration 51 static void wpas_clear_wps(struct wpa_supplicant *wpa_s); 54 static void wpas_wps_clear_ap_info(struct wpa_supplicant *wpa_s) 65 struct wpa_supplicant *wpa_s = eloop_ctx; 75 static void wpas_wps_assoc_with_cred_cancel(struct wpa_supplicant *wpa_s) 82 int wpas_wps_eapol_cb(struct wpa_supplicant *wpa_s) 182 static void wpas_wps_security_workaround(struct wpa_supplicant *wpa_s, 263 static void wpas_wps_remove_dup_network(struct wpa_supplicant *wpa_s, 362 struct wpa_supplicant *wpa_s = ctx; 578 static void wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s [all...] |
ctrl_iface.c | 60 static int * freq_range_to_channel_list(struct wpa_supplicant *wpa_s, 63 static int set_bssid_filter(struct wpa_supplicant *wpa_s, char *val) 100 static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) 225 static int wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) 264 static int wpas_ctrl_pno(struct wpa_supplicant *wpa_s, char *cmd) 290 static int wpas_ctrl_set_band(struct wpa_supplicant *wpa_s, char *band) 314 static int wpa_supplicant_ctrl_iface_set(struct wpa_supplicant *wpa_s, 511 static int wpa_supplicant_ctrl_iface_get(struct wpa_supplicant *wpa_s, 556 static int wpa_supplicant_ctrl_iface_preauth(struct wpa_supplicant *wpa_s, 581 struct wpa_supplicant *wpa_s, char *addr [all...] |
main.c | 26 " wpa_supplicant [-BddhKLqq" 108 " wpa_supplicant -D%s -iwlan0 -c/etc/wpa_supplicant.conf\n", 133 /* When started from pcmcia-cs scripts, wpa_supplicant might start with 135 * places in wpa_supplicant are still printing out to stdout. As a 344 wpa_printf(MSG_ERROR, "Failed to initialize wpa_supplicant"); 349 "wpa_supplicant"); 364 struct wpa_supplicant *wpa_s;
|
events.c | 52 static int wpas_select_network_from_last_scan(struct wpa_supplicant *wpa_s, 57 static int wpas_temp_disabled(struct wpa_supplicant *wpa_s, 78 * @wpa_s: Pointer to wpa_supplicant data 86 static int wpas_reenabled_network_time(struct wpa_supplicant *wpa_s) 116 struct wpa_supplicant *wpa_s = eloop_ctx; 131 struct wpa_supplicant *wpa_s, const u8 *bssid) 145 static void wpa_supplicant_update_current_bss(struct wpa_supplicant *wpa_s) 161 static int wpa_supplicant_select_config(struct wpa_supplicant *wpa_s) 249 struct wpa_supplicant *wpa_s = eloop_ctx; 269 void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s [all...] |
ChangeLog | 1 ChangeLog for wpa_supplicant 140 * allow wpa_supplicant to recover nl80211 functionality if the cfg80211 141 module gets removed and reloaded without restarting wpa_supplicant 142 * allow hostapd DFS implementation to be used in wpa_supplicant AP mode 204 * fixed external MAC address changes while wpa_supplicant is running 316 clone the psk field without having toextract it from wpa_supplicant 325 terminating wpa_supplicant 419 blocks to be stored separately even if wpa_supplicant configuration 426 that avoids conflicts with wpa_supplicant 442 their wpa_supplicant functionality is obsoleted by wext [all...] |
mesh_mpm.c | 70 static int mesh_mpm_parse_peer_mgmt(struct wpa_supplicant *wpa_s, 122 static u16 copy_supp_rates(struct wpa_supplicant *wpa_s, 151 static Boolean matches_local(struct wpa_supplicant *wpa_s, 171 static Boolean llid_in_use(struct wpa_supplicant *wpa_s, u16 llid) 186 static void mesh_mpm_init_link(struct wpa_supplicant *wpa_s, 207 static void mesh_mpm_send_plink_action(struct wpa_supplicant *wpa_s, 381 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, 406 static void mesh_mpm_fsm_restart(struct wpa_supplicant *wpa_s, 419 struct wpa_supplicant *wpa_s = eloop_ctx; 470 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta [all...] |
autoscan_periodic.c | 40 static void * autoscan_periodic_init(struct wpa_supplicant *wpa_s,
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_wps.c | 213 * @wpa_s: %wpa_supplicant data structure 222 struct wpa_supplicant *wpa_s) 325 * @wpa_s: %wpa_supplicant data structure 332 struct wpa_supplicant *wpa_s) 345 * @wpa_s: %wpa_supplicant data structure 356 struct wpa_supplicant *wpa_s = user_data; 378 struct wpa_supplicant *wpa_s = user_data; 414 struct wpa_supplicant *wpa_s = user_data; 438 struct wpa_supplicant *wpa_s = user_data;
|
dbus_new_handlers_p2p.c | 70 struct wpa_supplicant *wpa_s) 147 struct wpa_supplicant *wpa_s) 155 struct wpa_supplicant *wpa_s) 178 struct wpa_supplicant *wpa_s) 199 DBusMessage *message, struct wpa_supplicant *wpa_s) 243 DBusMessage *message, struct wpa_supplicant *wpa_s) 292 struct wpa_supplicant *wpa_s) 390 struct wpa_supplicant *wpa_s) 400 static dbus_bool_t wpa_dbus_p2p_check_enabled(struct wpa_supplicant *wpa_s, 421 struct wpa_supplicant *wpa_s [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.h | 2 * wpa_supplicant/hostapd control interface library 16 /* wpa_supplicant control interface - fixed message prefixes */ 33 /** wpa_supplicant is exiting */ 67 /** wpa_supplicant state change */ 326 /* wpa_supplicant/hostapd control interface access */ 329 * wpa_ctrl_open - Open a control interface to wpa_supplicant/hostapd 333 * This function is used to open a control interface to wpa_supplicant/hostapd. 334 * ctrl_path is usually /var/run/wpa_supplicant or /var/run/hostapd. This path 335 * is configured in wpa_supplicant/hostapd and other programs using the control 341 * wpa_ctrl_open2 - Open a control interface to wpa_supplicant/hostap [all...] |
wpa_helpers.h | 2 * wpa_supplicant ctrl_iface helpers
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
eapol_test.sgml | 44 peer implementation that wpa_supplicant is using and the RADIUS 75 network blocks as wpa_supplicant.</para> 85 use the same format for network blocks as wpa_supplicant. 190 <refentrytitle>wpa_supplicant</refentrytitle> 197 <para>wpa_supplicant is copyright (c) 2003-2016,
|
/device/linaro/hikey/ |
init.hikey.rc | 89 service wpa_supplicant /system/bin/wpa_supplicant \ 90 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
/device/google/marlin/ |
wpa_supplicant_wcn.conf | 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...] |
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
Makefile | 7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
|
/external/wpa_supplicant_8/ |
COPYING | 0 wpa_supplicant and hostapd
|
NOTICE | 0 wpa_supplicant and hostapd
|
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.h | 2 * wpa_supplicant - WPA2/RSN pre-authentication functions
|
wpa_ie.h | 2 * wpa_supplicant - WPA/RSN IE and KDE definitions
|
/external/wpa_supplicant_8/src/utils/ |
build_config.h | 2 * wpa_supplicant/hostapd - Build time configuration defines
|
includes.h | 2 * wpa_supplicant/hostapd - Default include files
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pDnsSdServiceInfo.java | 113 * Create wpa_supplicant service query for PTR record. 119 * @return wpa_supplicant service query. 139 * Create wpa_supplicant service query for TXT record. 146 * @return wpa_supplicant service query.
|