HomeSort by relevance Sort by last modified time
    Searched full:wpa_supplicant (Results 151 - 175 of 385) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/sepolicy/
wpa.te 46 # wpa_supplicant should not trust any data from sdcards
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 0 wpa_supplicant and Hotspot 2.0
5 Hotspot 2.0 (Release 1) implementation in wpa_supplicant can be
27 wpa_supplicant network selection
33 network selection, wpa_supplicant picks the highest priority enabled
42 By default, wpa_supplicant is not using automatic network selection
47 case works similarly to "interworking_select auto", i.e., wpa_supplicant
52 wpa_supplicant configuration
56 need to be enabled in the wpa_supplicant build configuration
65 wpa_supplicant. The Linux nl80211 driver interface provides the needed
70 wpa_supplicant.conf when using the configuration file) that can be use
    [all...]
wpas_kay.c 185 int ieee802_1x_alloc_kay_sm(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
239 void ieee802_1x_dealloc_kay_sm(struct wpa_supplicant *wpa_s)
249 static int ieee802_1x_auth_get_session_id(struct wpa_supplicant *wpa_s,
275 static int ieee802_1x_auth_get_msk(struct wpa_supplicant *wpa_s, const u8 *addr,
304 void * ieee802_1x_notify_create_actor(struct wpa_supplicant *wpa_s,
config.h 124 * directory may change when wpa_supplicant is run in the background.
137 * used since working directory may change when wpa_supplicant is run
149 * Note that when running wpa_supplicant as an application, the user
339 * struct wpa_config - wpa_supplicant configuration data
377 * wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which
380 * frames completely). In order to make wpa_supplicant interoperate
389 * By default, wpa_supplicant requests driver to perform AP
393 * wpa_supplicant just to process EAPOL frames based on IEEE
396 * 1: wpa_supplicant initiates scanning and AP selection (default).
435 * By default, %wpa_supplicant tries to offload scanning if the drive
    [all...]
wnm_sta.c 2 * wpa_supplicant - WNM
29 static int ieee80211_11_get_tfs_ie(struct wpa_supplicant *wpa_s, u8 *buf,
39 static int ieee80211_11_set_tfs_ie(struct wpa_supplicant *wpa_s,
52 int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s,
153 static void wnm_sleep_mode_enter_success(struct wpa_supplicant *wpa_s,
178 static void wnm_sleep_mode_exit_success(struct wpa_supplicant *wpa_s,
245 static void ieee802_11_rx_wnmsleep_resp(struct wpa_supplicant *wpa_s,
326 void wnm_deallocate_memory(struct wpa_supplicant *wpa_s)
428 static int wnm_nei_get_chan(struct wpa_supplicant *wpa_s, u8 op_class, u8 chan)
459 static void wnm_parse_neighbor_report(struct wpa_supplicant *wpa_s
    [all...]
ctrl_iface_unix.c 35 struct wpa_supplicant *wpa_s;
55 struct wpa_supplicant *wpa_s;
63 static void wpa_supplicant_ctrl_iface_send(struct wpa_supplicant *wpa_s,
70 static int wpas_ctrl_iface_reinit(struct wpa_supplicant *wpa_s,
132 struct wpa_supplicant *wpa_s = eloop_ctx;
230 static char * wpa_supplicant_ctrl_iface_path(struct wpa_supplicant *wpa_s)
325 static void wpas_ctrl_msg_send_pending_iface(struct wpa_supplicant *wpa_s)
348 struct wpa_supplicant *wpa_s = eloop_ctx;
376 struct wpa_supplicant *wpa_s, int level,
419 struct wpa_supplicant *wpa_s = ctx
    [all...]
nmake.mak 1 # Makefile for Microsoft nmake to build wpa_supplicant
8 all: wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe wpasvc.exe win_if_list.exe
79 $(OBJDIR)\wpa_supplicant.obj \
181 wpa_supplicant.exe: $(OBJDIR) $(OBJS) $(OBJS2)
182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS)
240 erase $(OBJDIR)\*.obj wpa_supplicant.exe
scan.c 28 static void wpa_supplicant_gen_assoc_event(struct wpa_supplicant *wpa_s)
51 static int wpas_wps_in_use(struct wpa_supplicant *wpa_s,
88 * @wpa_s: Pointer to wpa_supplicant data
95 int wpa_supplicant_enabled_networks(struct wpa_supplicant *wpa_s)
121 static void wpa_supplicant_assoc_try(struct wpa_supplicant *wpa_s,
151 struct wpa_supplicant *wpa_s = work->wpa_s;
217 * @wpa_s: Pointer to wpa_supplicant data
221 int wpa_supplicant_trigger_scan(struct wpa_supplicant *wpa_s,
248 struct wpa_supplicant *wpa_s = eloop_ctx;
260 struct wpa_supplicant *wpa_s = eloop_ctx
    [all...]
interworking.c 48 static void interworking_next_anqp_fetch(struct wpa_supplicant *wpa_s);
50 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw,
53 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw,
74 static void interworking_reconnect(struct wpa_supplicant *wpa_s)
129 struct wpa_supplicant *wpa_s = ctx;
140 static int cred_with_roaming_consortium(struct wpa_supplicant *wpa_s)
154 static int cred_with_3gpp(struct wpa_supplicant *wpa_s)
166 static int cred_with_nai_realm(struct wpa_supplicant *wpa_s)
182 static int cred_with_domain(struct wpa_supplicant *wpa_s)
197 static int cred_with_min_backhaul(struct wpa_supplicant *wpa_s
    [all...]
mesh_rsn.c 33 struct wpa_supplicant *wpa_s = eloop_ctx;
195 struct mesh_rsn *mesh_rsn_auth_init(struct wpa_supplicant *wpa_s,
239 static int mesh_rsn_sae_group(struct wpa_supplicant *wpa_s,
265 static int mesh_rsn_build_sae_commit(struct wpa_supplicant *wpa_s,
286 int mesh_rsn_auth_sae_sta(struct wpa_supplicant *wpa_s,
380 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta)
436 void mesh_rsn_init_ampe_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta)
522 int mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta,
nfc_pw_token.c 39 struct wpa_supplicant wpa_s;
todo.txt 15 - IEEE 802.1X and key update with driver_ndis?? wpa_supplicant did not seem
31 - consider merging hostapd and wpa_supplicant PMKSA cache implementations
36 - www pages about configuring wpa_supplicant:
wpa_supplicant.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/wpa_supplicant_8/src/eap_peer/
eap_config.h 80 * wpa_supplicant is run in the background.
97 * Note that when running wpa_supplicant as an application, the user
121 * wpa_supplicant is run in the background.
134 * used since working directory may change when wpa_supplicant is run
146 * Note that when running wpa_supplicant as an application, the user
173 * wpa_supplicant is run in the background.
254 * working directory may change when wpa_supplicant is run in the
285 * wpa_supplicant is run in the background.
298 * wpa_supplicant is run in the background.
319 * wpa_supplicant is run in the background
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 3 # Example nfcpy to wpa_supplicant wrapper for P2P NFC operations
25 wpas_ctrl = '/var/run/wpa_supplicant'
57 print "Could not find wpa_supplicant: ", error
61 print "No wpa_supplicant control interface found"
161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
236 print "P2P carrier type match - send to wpa_supplicant"
309 print "Could not get handover select carrier record from wpa_supplicant"
311 print "Handover select carrier record from wpa_supplicant:"
339 print "Could not get handover select carrier record from wpa_supplicant"
    [all...]
  /system/connectivity/shill/wifi/
wifi.h 86 // third_party/wpa_supplicant/doc/dbus.doxygen.
173 // wpa_supplicant.
196 // Clear any cached credentials wpa_supplicant may be holding for
413 // Return the RPC identifier associated with the wpa_supplicant network
468 // Disable a network entry in wpa_supplicant, and catch any exception
471 // Disable the wpa_supplicant network entry associated with |service|.
472 // Any cached credentials stored in wpa_supplicant related to this
479 // Remove a network entry from wpa_supplicant, and catch any exception
482 // Remove the wpa_supplicant network entry associated with |service|.
483 // Any cached credentials stored in wpa_supplicant related to thi
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 93 * Create wpa_supplicant service query for upnp.
97 * @return wpa_supplicant service query for upnp
  /external/autotest/client/site_tests/security_SandboxedServices/
baseline 6 wpa_supplicant,wpa,No,No,No,No,No
  /external/autotest/server/site_tests/network_WiFi_IBSS/
network_WiFi_IBSS.py 21 # channel where IBSS was disallowed would prohibit wpa_supplicant
  /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py 25 Note that since the BSS is hidden, and wpa_supplicant does not
  /system/connectivity/shill/supplicant/
supplicant_event_delegate_interface.h 26 // wpa_supplicant events occur on the network interface interface.
  /device/linaro/hikey/
device.mk 45 PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd
100 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
  /device/moto/shamu/
init.shamu.rc 263 mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi
292 #Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant
294 #symlink /data/misc/wifi/wpa_supplicant /data/system/wpa_supplicant
416 service p2p_supplicant /system/bin/wpa_supplicant \
417 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
422 # we will start as root and wpa_supplicant will switch to user wifi
431 service wpa_supplicant /system/bin/wpa_supplicant \
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py 19 that shill will send a dbus roam command to wpa_supplicant. We seek
88 # This is to include the case that wpa_supplicant
97 # and shill will send dbus roam command to wpa_supplicant
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 72 * String representing the keystore URI used for wpa_supplicant.
78 * String representing the keystore URI used for wpa_supplicant,
120 // Fields to copy verbatim from wpa_supplicant.
336 // Loader and saver interfaces for exchanging data with wpa_supplicant.
338 // from the implementation that knows what wpa_supplicant wants.
345 * Set a value within wpa_supplicant configuration
359 * Returns a value within wpa_supplicant configuration
367 * Internal use only; supply field values to wpa_supplicant config. The configuration
378 // wpa_supplicant can update the anonymous identity for these kinds of networks after
412 * Internal use only; retrieve configuration from wpa_supplicant config
    [all...]

Completed in 1922 milliseconds

1 2 3 4 5 67 8 91011>>