HomeSort by relevance Sort by last modified time
    Searched full:wpa_supplicant (Results 126 - 150 of 399) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 41 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt";
56 printf("Failed to initialize wpa_supplicant\n");
ctrl_iface.h 24 * @wpa_s: Pointer to wpa_supplicant data
37 char * wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s,
62 * @wpa_s: Pointer to wpa_supplicant data
71 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s);
91 * %wpa_supplicant before normal operations are started.
125 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
wpa_supplicant.c 15 * %wpa_supplicant interfaces. In addition, this file contains number of
54 "wpa_supplicant v" VERSION_STR "\n"
127 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
145 static int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s,
196 struct wpa_supplicant *wpa_s = eloop_ctx;
217 * @wpa_s: Pointer to wpa_supplicant data
224 void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
240 * @wpa_s: Pointer to wpa_supplicant data
246 void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s)
256 * @wpa_s: Pointer to wpa_supplicant dat
    [all...]
sme.c 2 * wpa_supplicant - SME
43 static void sme_stop_sa_query(struct wpa_supplicant *wpa_s);
47 void sme_authenticate(struct wpa_supplicant *wpa_s,
273 void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data)
355 void sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode,
425 int sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md,
449 static void sme_deauth(struct wpa_supplicant *wpa_s)
471 void sme_event_assoc_reject(struct wpa_supplicant *wpa_s,
491 void sme_event_auth_timed_out(struct wpa_supplicant *wpa_s,
499 void sme_event_assoc_timed_out(struct wpa_supplicant *wpa_s
    [all...]
ctrl_iface.c 51 static int wpa_supplicant_ctrl_iface_set(struct wpa_supplicant *wpa_s,
140 static int wpa_supplicant_ctrl_iface_get(struct wpa_supplicant *wpa_s,
163 static int wpa_supplicant_ctrl_iface_preauth(struct wpa_supplicant *wpa_s,
188 struct wpa_supplicant *wpa_s, char *addr)
209 struct wpa_supplicant *wpa_s, char *addr)
227 struct wpa_supplicant *wpa_s, char *addr)
249 struct wpa_supplicant *wpa_s, char *addr)
270 struct wpa_supplicant *wpa_s, char *addr)
296 static int wpa_supplicant_ctrl_iface_wps_pbc(struct wpa_supplicant *wpa_s,
307 struct wpa_supplicant *iface
    [all...]
main_winsvc.c 14 * The root of wpa_supplicant configuration in registry is
15 * HKEY_LOCAL_MACHINE\\SOFTWARE\\%wpa_supplicant. This level includes global
40 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
57 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
80 printf("Could not open wpa_supplicant interface key\n");
158 printf("Could not open wpa_supplicant registry key\n");
187 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt";
193 printf("Failed to initialize wpa_supplicant\n");
201 printf("Could not open wpa_supplicant interfaces registry "
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.c 32 " wpa_supplicant [-BddhKLqqstuvW] [-P<pid file>] "
86 " wpa_supplicant -D%s -iwlan0 -c/etc/wpa_supplicant.conf\n",
110 /* When started from pcmcia-cs scripts, wpa_supplicant might start with
112 * places in wpa_supplicant are still printing out to stdout. As a
258 wpa_printf(MSG_ERROR, "Failed to initialize wpa_supplicant");
mlme.c 89 static void ieee80211_send_probe_req(struct wpa_supplicant *wpa_s,
93 ieee80211_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid);
94 static int ieee80211_sta_find_ibss(struct wpa_supplicant *wpa_s);
95 static int ieee80211_sta_wep_configured(struct wpa_supplicant *wpa_s);
99 static int ieee80211_sta_set_probe_req_ie(struct wpa_supplicant *wpa_s,
103 static int ieee80211_sta_set_channel(struct wpa_supplicant *wpa_s,
134 static void ieee80211_sta_wmm_params(struct wpa_supplicant *wpa_s,
191 static void ieee80211_set_associated(struct wpa_supplicant *wpa_s, int assoc)
216 static int ieee80211_sta_tx(struct wpa_supplicant *wpa_s, const u8 *buf,
223 static void ieee80211_send_auth(struct wpa_supplicant *wpa_s
    [all...]
  /external/wpa_supplicant/
ctrl_iface.h 24 * @wpa_s: Pointer to wpa_supplicant data
37 char * wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s,
62 * @wpa_s: Pointer to wpa_supplicant data
71 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s);
91 * %wpa_supplicant before normal operations are started.
125 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
ChangeLog 1 ChangeLog for wpa_supplicant
21 not to crash wpa_supplicant (this could happen when using 64-bit
26 RSN IE and refuse to drop PMKIDs that wpa_supplicant does not know
38 channels (e.g., madwifi with dual-band cards); wpa_supplicant is now
41 e.g., in cases where wpa_supplicant and madwifi driver ended up in
68 configuration without restarting wpa_supplicant
158 in following format: DIR=/var/run/wpa_supplicant GROUP=wheel
159 - ctrl_interface=/var/run/wpa_supplicant is still supported for the
182 wpa_supplicant could get stuck in SCANNING state when only the first
186 HKLM\SOFTWARE\wpa_supplicant\interfaces\0000 key); this new value i
    [all...]
driver.h 101 * the driver has to notify wpa_supplicant about the used WPA
103 * convert into EVENT_ASSOCINFO data (see wpa_supplicant.h).
236 * for core wpa_supplicant code. All driver specific functionality is captured
293 * allow wpa_supplicant to control roaming if ap_scan=1 is used;
335 * some drivers may expect them in different order than wpa_supplicant
348 * @ctx: context to be used when calling wpa_supplicant functions,
363 * The main event loop (eloop.c) of wpa_supplicant can be used to
366 * See wpa_supplicant.h for more information about events and
428 * results event for wpa_supplicant which will eventually request the
516 * in the driver. If the driver uses wpa_ie from wpa_supplicant, thi
    [all...]
main_winsvc.c 14 * The root of wpa_supplicant configuration in registry is
15 * HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant. This level includes global
40 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
57 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
79 printf("Could not open wpa_supplicant interface key\n");
146 printf("Could not open wpa_supplicant registry key\n");
168 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt";
174 printf("Failed to initialize wpa_supplicant\n");
182 printf("Could not open wpa_supplicant interfaces registry "
main.c 42 " wpa_supplicant [-BddhKLqqtuvwW] [-P<pid file>] "
89 " wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf\n");
112 /* When started from pcmcia-cs scripts, wpa_supplicant might start with
114 * places in wpa_supplicant are still printing out to stdout. As a
249 printf("Failed to initialize wpa_supplicant\n");
events.c 21 #include "wpa_supplicant.h"
33 static int wpa_supplicant_select_config(struct wpa_supplicant *wpa_s)
77 struct wpa_supplicant *wpa_s = eloop_ctx;
88 void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s)
100 static void wpa_find_assoc_pmkid(struct wpa_supplicant *wpa_s)
124 static void wpa_supplicant_event_pmkid_candidate(struct wpa_supplicant *wpa_s,
143 static int wpa_supplicant_dynamic_keys(struct wpa_supplicant *wpa_s)
167 * @wpa_s: pointer to wpa_supplicant data
174 int wpa_supplicant_scard_init(struct wpa_supplicant *wpa_s,
354 wpa_supplicant_select_bss(struct wpa_supplicant *wpa_s, struct wpa_ssid *group
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h 24 * @wpa_s: Pointer to wpa_supplicant data
37 char * wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s,
62 * @wpa_s: Pointer to wpa_supplicant data
71 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s);
91 * %wpa_supplicant before normal operations are started.
125 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
main.c 29 " wpa_supplicant [-BddhKLqqtuvW] [-P<pid file>] "
75 " wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf\n");
98 /* When started from pcmcia-cs scripts, wpa_supplicant might start with
100 * places in wpa_supplicant are still printing out to stdout. As a
232 wpa_printf(MSG_ERROR, "Failed to initialize wpa_supplicant");
wps_supplicant.c 2 * wpa_supplicant / WPS integration
36 static void wpas_clear_wps(struct wpa_supplicant *wpa_s);
39 int wpas_wps_eapol_cb(struct wpa_supplicant *wpa_s)
88 static void wpas_wps_security_workaround(struct wpa_supplicant *wpa_s,
187 struct wpa_supplicant *wpa_s = ctx;
382 static void wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s,
391 static void wpa_supplicant_wps_event_fail(struct wpa_supplicant *wpa_s,
399 static void wpa_supplicant_wps_event_success(struct wpa_supplicant *wpa_s)
409 struct wpa_supplicant *wpa_s = ctx;
440 static void wpas_clear_wps(struct wpa_supplicant *wpa_s
    [all...]
scan.c 26 static void wpa_supplicant_gen_assoc_event(struct wpa_supplicant *wpa_s)
84 struct wpa_supplicant *wpa_s = eloop_ctx;
228 * @wpa_s: Pointer to wpa_supplicant data
235 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec)
270 * @wpa_s: Pointer to wpa_supplicant data
275 void wpa_supplicant_cancel_scan(struct wpa_supplicant *wpa_s)
283 void wpa_supplicant_notify_scanning(struct wpa_supplicant *wpa_s,
main_winsvc.c 14 * The root of wpa_supplicant configuration in registry is
15 * HKEY_LOCAL_MACHINE\\SOFTWARE\\%wpa_supplicant. This level includes global
40 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
57 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
80 printf("Could not open wpa_supplicant interface key\n");
158 printf("Could not open wpa_supplicant registry key\n");
187 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt";
193 printf("Failed to initialize wpa_supplicant\n");
201 printf("Could not open wpa_supplicant interfaces registry "
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...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 74 struct wpa_supplicant * wpa_s)
139 struct wpa_supplicant * wpa_s)
146 struct wpa_supplicant * wpa_s)
166 struct wpa_supplicant * wpa_s)
183 struct wpa_supplicant * wpa_s)
223 struct wpa_supplicant *
270 struct wpa_supplicant * wpa_s)
359 struct wpa_supplicant *wpa_s)
369 struct wpa_supplicant * wpa_s)
379 struct wpa_supplicant * wpa_s
    [all...]
dbus_old.c 103 "wpa_supplicant knows nothing about "
146 struct wpa_supplicant *wpa_s,
178 struct wpa_supplicant *wpa_s,
213 struct wpa_supplicant *wpa_s = user_data;
234 * wpa_supplicant structure it's supposed to (which is wpa_s)
371 * @wpa_s: %wpa_supplicant network interface data
376 void wpa_supplicant_dbus_notify_scan_results(struct wpa_supplicant *wpa_s)
400 * @wpa_s: %wpa_supplicant network interface data
401 * @new_state: new state wpa_supplicant is entering
402 * @old_state: old state wpa_supplicant is leavin
    [all...]
dbus_new_handlers_wps.c 178 * @wpa_s: %wpa_supplicant data structure
187 struct wpa_supplicant *wpa_s)
286 * @wpa_s: %wpa_supplicant data structure
294 DBusMessage *message, struct wpa_supplicant *wpa_s)
305 * @wpa_s: %wpa_supplicant data structure
312 DBusMessage *message, struct wpa_supplicant *wpa_s)
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_cli.sgml 30 with wpa_supplicant. It is used to query current status, change
46 <para>The control interface of wpa_supplicant can be configured to
64 <para>When wpa_supplicant need authentication parameters, like
82 remembered as long as wpa_supplicant is running whereas values given
84 i.e., wpa_supplicant will ask frontend for a new value for every use.
142 based on events from wpa_supplicant. The specified file will
254 <para>force wpa_supplicant to re-read its configuration file</para>
310 <para>terminate <command>wpa_supplicant</command></para>
324 <refentrytitle>wpa_supplicant</refentrytitle>
331 <para>wpa_supplicant is copyright (c) 2003-2007
    [all...]

Completed in 2205 milliseconds

1 2 3 4 56 7 8 91011>>