HomeSort by relevance Sort by last modified time
    Searched refs:wpa_supplicant (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib/
Android.mk 34 include $(WPA_SUPPL_DIR)/wpa_supplicant/android.config
42 $(WPA_SUPPL_DIR)/wpa_supplicant \
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 47 BINALL=wpa_supplicant wpa_cli
54 ALL += systemd/wpa_supplicant.service
55 ALL += systemd/wpa_supplicant@.service
56 ALL += systemd/wpa_supplicant-nl80211@.service
57 ALL += systemd/wpa_supplicant-wired@.service
69 echo 'Building wpa_supplicant requires a configuration file'; \
146 CFLAGS += -DPACKAGE="wpa_supplicant" -DWPA_TRACE_BFD
    [all...]
nfc_pw_token.c 39 struct wpa_supplicant wpa_s;
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...]
wpas_module_tests.c 2 * wpa_supplicant module tests
19 struct wpa_supplicant wpa_s;
77 wpa_printf(MSG_INFO, "wpa_supplicant module tests");
bgscan_simple.c 21 struct wpa_supplicant *wpa_s;
36 struct wpa_supplicant *wpa_s = data->wpa_s;
103 static void * bgscan_simple_init(struct wpa_supplicant *wpa_s,
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
ctrl_iface_udp.c 28 * interface monitors into struct wpa_supplicant. This data is private to
45 struct wpa_supplicant *wpa_s;
58 static void wpa_supplicant_ctrl_iface_send(struct wpa_supplicant *wpa_s,
220 struct wpa_supplicant *wpa_s = eloop_ctx;
351 struct wpa_supplicant *wpa_s = ctx;
378 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
499 static void wpa_supplicant_ctrl_iface_send(struct wpa_supplicant *wpa_s,
mesh_rsn.c 33 struct wpa_supplicant *wpa_s = eloop_ctx;
223 struct mesh_rsn *mesh_rsn_auth_init(struct wpa_supplicant *wpa_s,
290 static int mesh_rsn_sae_group(struct wpa_supplicant *wpa_s,
316 static int mesh_rsn_build_sae_commit(struct wpa_supplicant *wpa_s,
342 int mesh_rsn_auth_sae_sta(struct wpa_supplicant *wpa_s,
444 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta)
506 void mesh_rsn_init_ampe_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta)
621 int mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta,
op_classes.c 210 static int wpas_op_class_supported(struct wpa_supplicant *wpa_s,
276 size_t wpas_supp_op_class_ie(struct wpa_supplicant *wpa_s, int freq, u8 *pos,
eapol_test.c 8 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c.
45 struct wpa_supplicant *wpa_s;
457 struct wpa_supplicant *wpa_s = e->wpa_s;
545 struct wpa_supplicant *wpa_s = e->wpa_s;
576 struct wpa_supplicant *wpa_s = e->wpa_s;
582 static int test_eapol(struct eapol_test_data *e, struct wpa_supplicant *wpa_s,
660 struct wpa_supplicant *wpa_s)
702 struct wpa_supplicant *wpa_s = eloop_ctx;
1002 struct wpa_supplicant *wpa_s, const char *authsrv,
1241 struct wpa_supplicant *wpa_s = signal_ctx
    [all...]
  /device/google/marlin/
device-sailfish.mk 70 $(call add-product-sanitizer-module-config,wpa_supplicant,never)
device-marlin.mk 70 $(call add-product-sanitizer-module-config,wpa_supplicant,never)
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
supplicant.cpp 2 * hidl interface for wpa_supplicant daemon
19 // Pre-populated interface params for interfaces controlled by wpa_supplicant.
23 "/data/vendor/wifi/wpa/wpa_supplicant.conf";
32 "/system/etc/wifi/wpa_supplicant.conf";
34 "/vendor/etc/wifi/wpa_supplicant.conf";
36 "/data/misc/wifi/wpa_supplicant.conf";
265 // Try to get the wpa_supplicant record for this iface, return
308 struct wpa_supplicant* wpa_s =
321 struct wpa_supplicant* wpa_s =
335 struct wpa_supplicant* wpa_s
    [all...]
p2p_network.cpp 2 * hidl interface for wpa_supplicant daemon
168 struct wpa_supplicant *wpa_s = retrieveIfacePtr();
237 wpa_supplicant *wpa_s = retrieveIfacePtr();
244 * Retrieve the underlying |wpa_supplicant| struct
247 struct wpa_supplicant *P2pNetwork::retrieveIfacePtr()
p2p_network.h 2 * hidl interface for wpa_supplicant daemon
35 * controlled by wpa_supplicant.
82 struct wpa_supplicant* retrieveIfacePtr();
sta_network.cpp 2 * hidl interface for wpa_supplicant daemon
730 struct wpa_supplicant *wpa_s = retrieveIfacePtr();
916 // wpa_supplicant can support setting multiple eap methods for each
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_network.cpp 2 * hidl interface for wpa_supplicant daemon
168 struct wpa_supplicant *wpa_s = retrieveIfacePtr();
237 wpa_supplicant *wpa_s = retrieveIfacePtr();
244 * Retrieve the underlying |wpa_supplicant| struct
247 struct wpa_supplicant *P2pNetwork::retrieveIfacePtr()
p2p_network.h 2 * hidl interface for wpa_supplicant daemon
34 * controlled by wpa_supplicant.
81 struct wpa_supplicant* retrieveIfacePtr();
supplicant.cpp 2 * hidl interface for wpa_supplicant daemon
20 "/data/misc/wifi/wpa_supplicant.conf";
25 "/vendor/etc/wifi/wpa_supplicant.conf";
129 "/data/misc/wifi/wpa_supplicant.conf";
221 struct wpa_supplicant* wpa_s =
256 for (struct wpa_supplicant* wpa_s = wpa_global_->ifaces; wpa_s;
sta_network.cpp 2 * hidl interface for wpa_supplicant daemon
711 struct wpa_supplicant *wpa_s = retrieveIfacePtr();
897 // wpa_supplicant can support setting multiple eap methods for each
    [all...]
  /build/make/target/product/
emulator.mk 134 wpa_supplicant \
149 device/generic/goldfish/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 205 struct wpa_supplicant *wpa_s;
219 wpa_s = (struct wpa_supplicant *)(drv->ctx);
284 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx);
driver_cmd_nl80211.c 83 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx);
  /device/linaro/hikey/
device-common.mk 30 PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond wifilogd
163 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \

Completed in 559 milliseconds

1 2 3 45 6