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

1 23 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Makefile 10 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \
11 cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \
  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 19 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec);
20 void wpa_supplicant_cancel_scan(struct wpa_supplicant *wpa_s);
21 void wpa_supplicant_notify_scanning(struct wpa_supplicant *wpa_s,
24 int wpa_supplicant_trigger_scan(struct wpa_supplicant *wpa_s,
27 wpa_supplicant_get_scan_results(struct wpa_supplicant *wpa_s,
29 int wpa_supplicant_update_scan_results(struct wpa_supplicant *wpa_s);
bss.h 29 * @list: List entry for struct wpa_supplicant::bss
30 * @list_id: List entry for struct wpa_supplicant::bss_id
74 void wpa_bss_update_start(struct wpa_supplicant *wpa_s);
75 void wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s,
77 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
79 int wpa_bss_init(struct wpa_supplicant *wpa_s);
80 void wpa_bss_deinit(struct wpa_supplicant *wpa_s);
81 void wpa_bss_flush(struct wpa_supplicant *wpa_s);
82 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
83 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid
    [all...]
ibss_rsn.h 2 * wpa_supplicant - IBSS RSN
35 struct wpa_supplicant *wpa_s;
42 struct ibss_rsn * ibss_rsn_init(struct wpa_supplicant *wpa_s);
wpa_supplicant_i.h 2 * wpa_supplicant - Internal definitions
33 struct wpa_supplicant;
42 * backends. Other parts of wpa_supplicant do not have access to data stored in
110 * daemonize - Run %wpa_supplicant in the background
189 * This parameter can be used to configure wpa_supplicant to maintain
208 * struct wpa_global - Internal, global data for all %wpa_supplicant interfaces
211 * %wpa_supplicant.
214 struct wpa_supplicant *ifaces;
222 struct wpa_supplicant *p2p_group_formation;
326 * struct wpa_supplicant - Internal data for wpa_supplicant interfac
333 struct wpa_supplicant { struct
    [all...]
wpa_supplicant_conf.mk 17 # Include this makefile to generate your hardware specific wpa_supplicant.conf
25 LOCAL_MODULE := wpa_supplicant.conf
32 WPA_SUPPLICANT_CONF_TEMPLATE := $(LOCAL_PATH)/wpa_supplicant.conf
38 @echo Target wpa_supplicant.conf: $@
blacklist.c 2 * wpa_supplicant - Temporary BSSID blacklist
23 * @wpa_s: Pointer to wpa_supplicant data
27 struct wpa_blacklist * wpa_blacklist_get(struct wpa_supplicant *wpa_s,
45 * @wpa_s: Pointer to wpa_supplicant data
54 * This blacklist is used to force %wpa_supplicant to go through all available
59 int wpa_blacklist_add(struct wpa_supplicant *wpa_s, const u8 *bssid)
88 * @wpa_s: Pointer to wpa_supplicant data
92 int wpa_blacklist_del(struct wpa_supplicant *wpa_s, const u8 *bssid)
118 * @wpa_s: Pointer to wpa_supplicant data
120 void wpa_blacklist_clear(struct wpa_supplicant *wpa_s
    [all...]
README 135 number of driver specific interface included in wpa_supplicant, please
137 and driver_wext (-Dwext on wpa_supplicant command line) should be the
152 Please note that you will need to modify the wpa_supplicant .config
166 the needed header file, wlioctl.h, for compiling wpa_supplicant.
167 This driver support in wpa_supplicant is expected to work also with
187 wpa_supplicant was designed to be portable for different drivers and
190 (http://hostap.epitest.fi/wpa_supplicant/devel/) for more information about the
191 design of wpa_supplicant and porting to other drivers. One main goal
194 driver-specific interface code in wpa_supplicant.
234 information about the wpa_supplicant build time configuration
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 2 * wpa_supplicant - Internal definitions
35 struct wpa_supplicant;
39 * backends. Other parts of wpa_supplicant do not have access to data stored in
107 * daemonize - Run %wpa_supplicant in the background
162 * struct wpa_global - Internal, global data for all %wpa_supplicant interfaces
165 * %wpa_supplicant.
168 struct wpa_supplicant *ifaces;
269 * struct wpa_supplicant - Internal data for wpa_supplicant interface
271 * This structure contains the internal data for core wpa_supplicant code. Thi
276 struct wpa_supplicant { struct
    [all...]
wpa_supplicant_conf.mk 17 # Include this makefile to generate your hardware specific wpa_supplicant.conf
25 LOCAL_MODULE := wpa_supplicant.conf
32 WPA_SUPPLICANT_CONF_TEMPLATE := $(LOCAL_PATH)/wpa_supplicant.conf
38 @echo Target wpa_supplicant.conf: $@
blacklist.c 2 * wpa_supplicant - Temporary BSSID blacklist
23 * @wpa_s: Pointer to wpa_supplicant data
27 struct wpa_blacklist * wpa_blacklist_get(struct wpa_supplicant *wpa_s,
45 * @wpa_s: Pointer to wpa_supplicant data
54 * This blacklist is used to force %wpa_supplicant to go through all available
59 int wpa_blacklist_add(struct wpa_supplicant *wpa_s, const u8 *bssid)
88 * @wpa_s: Pointer to wpa_supplicant data
92 int wpa_blacklist_del(struct wpa_supplicant *wpa_s, const u8 *bssid)
118 * @wpa_s: Pointer to wpa_supplicant data
120 void wpa_blacklist_clear(struct wpa_supplicant *wpa_s
    [all...]
README 135 number of driver specific interface included in wpa_supplicant, please
137 and driver_wext (-Dwext on wpa_supplicant command line) should be the
154 wpa_supplicant distribution. You will need to copy these from the
159 Please note that you will need to modify the wpa_supplicant .config
176 the needed header file, wlioctl.h, for compiling wpa_supplicant.
177 This driver support in wpa_supplicant is expected to work also with
203 wpa_supplicant was designed to be portable for different drivers and
206 (http://hostap.epitest.fi/wpa_supplicant/devel/) for more information about the
207 design of wpa_supplicant and porting to other drivers. One main goal
210 driver-specific interface code in wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_priv.sgml 11 <refpurpose>wpa_supplicant privilege separation helper</refpurpose>
28 minimizes the size of <command>wpa_supplicant</command> code that needs
33 handshakes) to operate in an unprivileged process (wpa_supplicant) that
42 be off limits for <command>wpa_supplicant</command> in this kind of
43 configuration. After this, <command>wpa_supplicant</command> can be run as
54 <command>wpa_supplicant</command> with privilege separation:</para>
57 should be able to use wpa_supplicant into that group.</para>
77 <para>Run <command>wpa_supplicant</command> as non-root with a user
81 wpa_supplicant -i ath0 -c wpa_supplicant.con
    [all...]
wpa_passphrase.sgml 25 <filename>wpa_supplicant.conf</filename> file. An ASCII passphrase
53 <refentrytitle>wpa_supplicant.conf</refentrytitle>
57 <refentrytitle>wpa_supplicant</refentrytitle>
65 <para>wpa_supplicant is copyright (c) 2003-2007,
wpa_supplicant.sgml 5 <refentrytitle>wpa_supplicant</refentrytitle>
9 <refname>wpa_supplicant</refname>
14 <command>wpa_supplicant</command>
52 <para><command>wpa_supplicant</command> is an implementation of
59 <para><command>wpa_supplicant</command> is designed to be a
62 connection. <command>wpa_supplicant</command> supports separate
65 wpa_supplicant.</para>
67 <para>Before wpa_supplicant can do its work, the network interface
73 <para>After <command>wpa_supplicant</command> has configured the
75 proceed. There are a variety of ways to integrate wpa_supplicant
    [all...]
wpa_supplicant.conf.sgml 4 <refentrytitle>wpa_supplicant.conf</refentrytitle>
8 <refname>wpa_supplicant.conf</refname>
9 <refpurpose>configuration file for wpa_supplicant</refpurpose>
14 <para><command>wpa_supplicant</command> is configured using a text
17 probably in <command>/usr/share/doc/wpa_supplicant/</command>, for
23 working directory to be changed. This can happen if wpa_supplicant is
27 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP
28 wpa_supplicant'). Similarly, reloading can be triggered with
32 e.g., one for each used SSID. wpa_supplicant will automatically
49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=whee
    [all...]
  /external/wpa_supplicant/examples/
ieee8021x.conf 3 ctrl_interface=/var/run/wpa_supplicant
wpa2-eap-ccmp.conf 3 ctrl_interface=/var/run/wpa_supplicant
  /external/wpa_supplicant/
wpa_supplicant_conf.mk 17 # Include this makefile to generate your hardware specific wpa_supplicant.conf
25 LOCAL_MODULE := wpa_supplicant.conf
32 WPA_SUPPLICANT_CONF_TEMPLATE := $(LOCAL_PATH)/wpa_supplicant.conf
38 @echo Target wpa_supplicant.conf: $@
README 134 number of driver specific interface included in wpa_supplicant, please
136 and driver_wext (-Dwext on wpa_supplicant command line) should be the
153 wpa_supplicant distribution. You will need to copy these from the
158 Please note that you will need to modify the wpa_supplicant .config
175 the needed header file, wlioctl.h, for compiling wpa_supplicant.
176 This driver support in wpa_supplicant is expected to work also with
199 wpa_supplicant was designed to be portable for different drivers and
202 (http://hostap.epitest.fi/wpa_supplicant/devel/) for more information about the
203 design of wpa_supplicant and porting to other drivers. One main goal
206 driver-specific interface code in wpa_supplicant
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/examples/
ieee8021x.conf 3 ctrl_interface=/var/run/wpa_supplicant
wpa2-eap-ccmp.conf 3 ctrl_interface=/var/run/wpa_supplicant
  /external/wpa_supplicant_8/wpa_supplicant/examples/
60_wpa_supplicant 4 # Action script to notify wpa_supplicant of pm-action events.
ieee8021x.conf 3 ctrl_interface=/var/run/wpa_supplicant
wpa2-eap-ccmp.conf 3 ctrl_interface=/var/run/wpa_supplicant

Completed in 716 milliseconds

1 23 4 5 6 7 8 91011>>