/external/wpa_supplicant_8/src/eap_peer/ |
Makefile | 8 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \ 9 cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \
|
/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-2016,
|
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_8/src/drivers/ |
Makefile | 6 rm -f build.wpa_supplicant build.hostapd
|
/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
|
/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
wpa_supplicant.service.in | 9 ExecStart=@BINDIR@/wpa_supplicant -u
|
/external/wpa_supplicant_8/wpa_supplicant/ |
blacklist.c | 2 * wpa_supplicant - Temporary BSSID blacklist 17 * @wpa_s: Pointer to wpa_supplicant data 21 struct wpa_blacklist * wpa_blacklist_get(struct wpa_supplicant *wpa_s, 42 * @wpa_s: Pointer to wpa_supplicant data 51 * This blacklist is used to force %wpa_supplicant to go through all available 56 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) 121 * @wpa_s: Pointer to wpa_supplicant data 123 void wpa_blacklist_clear(struct wpa_supplicant *wpa_s [all...] |
bss.h | 62 /** List entry for struct wpa_supplicant::bss */ 64 /** List entry for struct wpa_supplicant::bss_id */ 112 void wpa_bss_update_start(struct wpa_supplicant *wpa_s); 113 void wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, 116 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info, 118 int wpa_bss_init(struct wpa_supplicant *wpa_s); 119 void wpa_bss_deinit(struct wpa_supplicant *wpa_s); 120 void wpa_bss_flush(struct wpa_supplicant *wpa_s); 121 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age); 122 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid [all...] |
README-Windows.txt | 0 wpa_supplicant for Windows 11 wpa_supplicant has support for being used as a WPA/WPA2/IEEE 802.1X 33 Building wpa_supplicant with mingw 36 The default build setup for wpa_supplicant is to use MinGW and 43 Building wpa_supplicant with MSVC 46 wpa_supplicant can be built with Microsoft Visual C++ compiler. This 67 support will be included in the wpa_supplicant, OpenSSL needs to be 87 Building wpa_supplicant for cygwin 90 wpa_supplicant can be built for cygwin by installing the needed 102 wpa_supplicant [all...] |
gas_query.h | 17 struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s); 47 static inline struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
|
README | 121 number of driver specific interface included in wpa_supplicant, please 123 interface driver_nl80211 (-Dnl80211 on wpa_supplicant command line) 143 wpa_supplicant was designed to be portable for different drivers and 146 (http://hostap.epitest.fi/wpa_supplicant/devel/) for more information about the 147 design of wpa_supplicant and porting to other drivers. One main goal 150 driver-specific interface code in wpa_supplicant. 184 information about the wpa_supplicant build time configuration. 254 wpa_supplicant 257 wpa_supplicant is an implementation of the WPA Supplicant component, 263 wpa_supplicant is designed to be a "daemon" program that runs in th [all...] |
ibss_rsn.h | 2 * wpa_supplicant - IBSS RSN 47 struct wpa_supplicant *wpa_s; 54 struct ibss_rsn * ibss_rsn_init(struct wpa_supplicant *wpa_s);
|
bgscan.c | 34 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, 79 void bgscan_deinit(struct wpa_supplicant *wpa_s) 91 int bgscan_notify_scan(struct wpa_supplicant *wpa_s, 101 void bgscan_notify_beacon_loss(struct wpa_supplicant *wpa_s) 108 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
|
/external/wpa_supplicant_8/wpa_supplicant/binder/ |
supplicant.cpp | 2 * binder interface for wpa_supplicant daemon 23 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) 38 * Try to get the wpa_supplicant record for this iface, return 45 android::String8("wpa_supplicant already controls this interface.")); 48 struct wpa_supplicant *wpa_s = NULL; 57 /* Otherwise, have wpa_supplicant attach to it. */ 64 android::String8("wpa_supplicant couldn't grab this interface.")); 73 android::String8("wpa_supplicant encountered a binder error.")); 87 struct wpa_supplicant *wpa_s; 93 android::String8("wpa_supplicant does not control this interface.")) [all...] |
binder_manager.cpp | 2 * binder interface for wpa_supplicant daemon 21 const char BinderManager::kBinderServiceName[] = "fi.w1.wpa_supplicant"; 54 int BinderManager::registerInterface(struct wpa_supplicant *wpa_s) 59 /* Using the corresponding wpa_supplicant pointer as key to our 77 int BinderManager::unregisterInterface(struct wpa_supplicant *wpa_s) 95 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object)
|
binder_i.h | 2 * binder interface for wpa_supplicant daemon
|
/external/wpa_supplicant_8/src/common/ |
ctrl_iface_common.h | 2 * Common hostapd/wpa_supplicant ctrl iface code. 18 * interface monitors into struct wpa_supplicant.
|
/external/wpa_supplicant_8/ |
Android.mk | 9 $(LOCAL_PATH)/wpa_supplicant/Android.mk
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
RawByteElement.java | 6 * An object holding the raw octets of an ANQP element as provided by the wpa_supplicant.
|
/system/connectivity/shill/supplicant/ |
supplicant_eap_state_handler.h | 26 // This object tracks the state of wpa_supplicant's EAP association. 27 // It parses events from wpa_supplicant and can notify callers when 28 // wpa_supplicant succeeds or fails authentication. In the latter 58 // specifically that an EAP failure in wpa_supplicant does not
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiCountryCode.java | 25 * to driver through wpa_supplicant when WifiStateMachine marks current state as ready 108 // Country code will be set upon when wpa_supplicant starts next time. 113 * Change the state to indicates if wpa_supplicant is ready to handle country code changing 115 * We call native code to request country code changes only when wpa_supplicant is 146 // If wpa_supplicant is ready we set the country code now, otherwise it will be 147 // set once wpa_supplicant is ready. 155 * Method to get the Country Code that was sent to wpa_supplicant. 159 * If wpa_supplicant was never started, this may be null even if a SIM reported a valid 184 // 2. If Wifi restarted therefoere wpa_supplicant also restarted, 185 // the country code counld be reset to '00' by wpa_supplicant [all...] |