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

1 2 3 4 56

  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 31 struct wpa_supplicant *wpa_s;
118 os_strncmp(buf, "wpa_supplicant-bgscan-learn\n", 28) != 0) {
175 fprintf(f, "wpa_supplicant-bgscan-learn\n");
273 struct wpa_supplicant *wpa_s = data->wpa_s;
348 static int * bgscan_learn_get_supp_freqs(struct wpa_supplicant *wpa_s)
380 static void * bgscan_learn_init(struct wpa_supplicant *wpa_s,
ctrl_iface_named_pipe.c 57 * interface monitors into struct wpa_supplicant. This data is private to
76 struct wpa_supplicant *wpa_s;
281 struct wpa_supplicant *wpa_s = dst->priv->wpa_s;
429 struct wpa_supplicant *wpa_s = ctx;
437 wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
gas_query.c 63 struct wpa_supplicant *wpa_s;
93 * @wpa_s: Pointer to wpa_supplicant data
96 struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
217 static void gas_query_tx_status(struct wpa_supplicant *wpa_s,
272 static int pmf_in_use(struct wpa_supplicant *wpa_s, const u8 *addr)
679 struct wpa_supplicant *wpa_s = gas->wpa_s;
745 struct wpa_supplicant *wpa_s = gas->wpa_s;
ibss_rsn.c 2 * wpa_supplicant - IBSS RSN
66 struct wpa_supplicant *wpa_s = peer->ibss_rsn->wpa_s;
125 struct wpa_supplicant *wpa_s = peer->ibss_rsn->wpa_s;
281 struct wpa_supplicant *wpa_s = ibss_rsn->wpa_s;
485 struct wpa_supplicant *wpa_s = ibss_rsn->wpa_s;
673 struct ibss_rsn * ibss_rsn_init(struct wpa_supplicant *wpa_s,
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...]
main.c 26 " wpa_supplicant [-BddhKLqq"
108 " wpa_supplicant -D%s -iwlan0 -c/etc/wpa_supplicant.conf\n",
133 /* When started from pcmcia-cs scripts, wpa_supplicant might start with
135 * places in wpa_supplicant are still printing out to stdout. As a
344 wpa_printf(MSG_ERROR, "Failed to initialize wpa_supplicant");
349 "wpa_supplicant");
364 struct wpa_supplicant *wpa_s;
  /device/generic/armv7-a-neon/
mini_common.mk 59 wpa_supplicant.conf
  /device/google/cuttlefish/shared/
device.mk 67 wpa_supplicant.vsoc.conf \
85 wpa_supplicant \
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.h 2 * hidl interface for wpa_supplicant daemon
42 * controlled by wpa_supplicant.
293 struct wpa_supplicant* retrieveIfacePtr();
294 struct wpa_supplicant* retrieveGroupIfacePtr(
sta_iface.h 2 * hidl interface for wpa_supplicant daemon
41 * controlled by wpa_supplicant.
230 struct wpa_supplicant* retrieveIfacePtr();
sta_network.h 2 * hidl interface for wpa_supplicant daemon
42 * controlled by wpa_supplicant.
291 struct wpa_supplicant* retrieveIfacePtr();
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_iface.h 2 * hidl interface for wpa_supplicant daemon
43 * controlled by wpa_supplicant.
293 struct wpa_supplicant* retrieveIfacePtr();
294 struct wpa_supplicant* retrieveGroupIfacePtr(
sta_iface.h 2 * hidl interface for wpa_supplicant daemon
42 * controlled by wpa_supplicant.
236 struct wpa_supplicant* retrieveIfacePtr();
sta_network.h 2 * hidl interface for wpa_supplicant daemon
43 * controlled by wpa_supplicant.
304 struct wpa_supplicant* retrieveIfacePtr();
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 97 adb shell stop wpa_supplicant
  /device/google/marlin/
device-common.mk 237 wpa_supplicant \
238 wpa_supplicant.conf
  /system/sepolicy/vendor/
file_contexts 53 /(vendor|system/vendor)/bin/hw/wpa_supplicant u:object_r:hal_wifi_supplicant_default_exec:s0
  /device/google/marlin/common/
base.mk 594 WPA := wpa_supplicant.conf
597 WPA += wpa_supplicant
  /device/google/wahoo/
device.mk 461 WPA := wpa_supplicant.conf
463 WPA += wpa_supplicant
init.hardware.rc 291 mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi
691 service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
694 # we will start as root and wpa_supplicant will switch to user wifi
  /frameworks/base/core/proto/android/os/
system_properties.proto 182 optional Status wpa_supplicant = 39;
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_qmi_oc.c 175 struct wpa_supplicant *wpa_s = NULL;
    [all...]

Completed in 635 milliseconds

1 2 3 4 56