/external/wpa_supplicant_8/wpa_supplicant/ |
mesh.c | 588 iface.ctrl_interface = wpa_s->conf->ctrl_interface;
|
preauth_test.c | 329 wpa_s.conf->ctrl_interface);
|
config.c | [all...] |
ctrl_iface_named_pipe.c | 447 if (wpa_s->conf->ctrl_interface == NULL) 450 if (ctrl_iface_parse(priv, wpa_s->conf->ctrl_interface) < 0) {
|
config_file.c | 991 if (config->ctrl_interface) 992 fprintf(f, "ctrl_interface=%s\n", config->ctrl_interface); [all...] |
ChangeLog | [all...] |
wpa_cli.c | 636 "ctrl_interface", "no_ctrl_interface", "ctrl_interface_group", 725 "ctrl_interface", "ctrl_interface_group", [all...] |
README-WPS | 245 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=admin
|
p2p_supplicant.c | [all...] |
wpa_supplicant.conf | 64 # The value can be set to, e.g., udp (ctrl_interface=udp) 71 # prefixed with SDDL=. For example, ctrl_interface=SDDL=D: would set an empty 75 ctrl_interface=/var/run/wpa_supplicant [all...] |
ctrl_iface.c | [all...] |
README-P2P | 45 ctrl_interface=/var/run/wpa_supplicant [all...] |
eapol_test.c | [all...] |
/external/wpa_supplicant_8/hs20/server/ |
hs20-osu-server.txt | 186 ctrl_interface=/var/run/hostapd
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 339 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config
|
ap_config.c | 461 os_free(conf->ctrl_interface);
|
hostapd.c | [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConfigStoreTest.java | 109 + "ctrl_interface=/data/misc/wifi/sockets\n"
|
/system/connectivity/apmanager/ |
config.cc | 39 const char Config::kHostapdConfigKeyControlInterface[] = "ctrl_interface";
|
config_unittest.cc | 82 "ctrl_interface=/var/run/apmanager/hostapd/ctrl_iface\n"
|
/external/autotest/server/cros/network/ |
hostap_config.py | 687 conf['ctrl_interface'] = control_interface
|
/external/wpa_supplicant_8/hostapd/ |
README-WPS | 92 ctrl_interface=/var/run/hostapd
|
config_file.c | [all...] |
ChangeLog | 353 - Add wps_config ctrl_interface command for configuring AP. This [all...] |
/external/autotest/server/ |
site_linux_router.py | 842 control_if = self.hostapd_instances[-1].config_dict['ctrl_interface'] [all...] |