/external/wpa_supplicant_8/wpa_supplicant/examples/ |
plaintext.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
wep.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
wpa-psk-tkip.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
ieee8021x.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
wpa2-eap-ccmp.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
/device/asus/fugu/ |
wpa_supplicant.conf | 0 ctrl_interface=wlan0
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main_winmain.c | 56 ifaces[i].ctrl_interface == NULL) || 58 if (iface_count == 1 && (params.ctrl_interface ||
|
main_winsvc.c | 66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; local 81 buflen = sizeof(ctrl_interface); 82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, 83 (LPBYTE) ctrl_interface, &buflen); 85 ctrl_interface[TBUFLEN - 1] = TEXT('\0'); 86 wpa_unicode2ascii_inplace(ctrl_interface); 87 printf("ctrl_interface[len=%d] '%s'\n", 88 (int) buflen, (char *) ctrl_interface); 89 iface.ctrl_interface = (char *) ctrl_interface; [all...] |
ctrl_iface_unix.c | 237 if (wpa_s->conf->ctrl_interface == NULL) 240 pbuf = os_strdup(wpa_s->conf->ctrl_interface); 500 buf = os_strdup(wpa_s->conf->ctrl_interface); 505 wpa_s->conf->ctrl_interface); 529 wpa_printf(MSG_ERROR, "mkdir[ctrl_interface=%s]: %s", 574 wpa_printf(MSG_ERROR, "chown[ctrl_interface=%s,gid=%d]: %s", 582 wpa_printf(MSG_ERROR, "CTRL: chmod[ctrl_interface]: %s", 642 wpa_printf(MSG_ERROR, "chown[ctrl_interface=%s,gid=%d]: %s", 648 wpa_printf(MSG_ERROR, "chmod[ctrl_interface=%s]: %s", 706 if (wpa_s->conf->ctrl_interface == NULL [all...] |
main.c | 67 " -C = ctrl_interface parameter (only used if -c is not)\n" 74 " -g = global ctrl_interface\n" 75 " -G = global ctrl_interface group\n" 89 " -O = override ctrl_interface parameter for new interfaces\n" 218 iface->ctrl_interface = optarg; 242 params.ctrl_interface = optarg; 367 ifaces[i].ctrl_interface == NULL) || 369 if (iface_count == 1 && (params.ctrl_interface ||
|
README-Windows.txt | 177 ctrl_interface= 193 ctrl_interface is using UNIX domain sockets when built for cygwin, but 195 ctrl_interface configuration item is used to control access to the 204 ctrl_interface=SDDL=D:(A;;GA;;;BA) 214 ctrl_interface=SDDL=D:(A;;GA;;;BA)(A;;GA;;;PU) 222 ctrl_interface=SDDL=D:(A;;GA;;;AU) 232 ctrl_interface=SDDL=D:(A;;GA;;;BU)(A;;GA;;;AN) 260 'adapter', 'config', and 'ctrl_interface' values.
|
ctrl_iface_udp.c | 399 if (wpa_s->conf->ctrl_interface == NULL) 402 pos = os_strstr(wpa_s->conf->ctrl_interface, "udp:"); 408 wpa_s->conf->ctrl_interface); 449 /* Update the ctrl_interface value to match the selected port */ 451 os_free(wpa_s->conf->ctrl_interface); 452 wpa_s->conf->ctrl_interface = os_strdup(port_str); 453 if (!wpa_s->conf->ctrl_interface) { 454 wpa_msg(wpa_s, MSG_ERROR, "Failed to malloc ctrl_interface"); 714 if (global->params.ctrl_interface == NULL) 718 global->params.ctrl_interface); [all...] |
wpa_supplicant_i.h | 57 * that case, ctrl_interface must be set to allow the interface to be 71 * ctrl_interface - Control interface parameter 74 * set the ctrl_interface parameter that would have otherwise been read 75 * from the configuration file. If both confname and ctrl_interface are 76 * set, ctrl_interface is used to override the value from configuration 79 const char *ctrl_interface; member in struct:wpa_interface 166 * ctrl_interface - Global ctrl_iface path/parameter 168 char *ctrl_interface; member in struct:wpa_params 205 * override_ctrl_interface - Optional ctrl_interface override 207 * This parameter can be used to override the ctrl_interface paramete [all...] |
config_winreg.c | 231 config->ctrl_interface = wpa_config_read_reg_string( 232 hk, TEXT("ctrl_interface")); 555 wpa_config_write_reg_string(hk, "ctrl_interface", 556 config->ctrl_interface);
|
wpa_supplicant.c | 927 reconf_ctrl = !!conf->ctrl_interface != !!wpa_s->conf->ctrl_interface 928 || (conf->ctrl_interface && wpa_s->conf->ctrl_interface && 929 os_strcmp(conf->ctrl_interface, 930 wpa_s->conf->ctrl_interface) != 0); [all...] |
README | 420 -C = ctrl_interface parameter (only used if -c is not) 425 -g = global ctrl_interface 426 -G = global ctrl_interface group 527 ctrl_interface=/var/run/wpa_supplicant 557 ctrl_interface=/var/run/wpa_supplicant 575 ctrl_interface=/var/run/wpa_supplicant 593 ctrl_interface=/var/run/wpa_supplicant 614 ctrl_interface=/var/run/wpa_supplicant 641 ctrl_interface=/var/run/wpa_supplicant [all...] |
config.h | 442 * ctrl_interface - Parameters for the control interface 483 * (ctrl_interface=udp). 490 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject 493 char *ctrl_interface; member in struct:wpa_config 500 * ctrl_interface variable. [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 82 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 104 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 126 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 151 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 181 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
|
wpa_cli.sgml | 18 <arg>-g <replaceable>path to global ctrl_interface socket</replaceable></arg> 49 allow non-root user access (ctrl_interface GROUP= parameter in the 160 contains the absolute path to the ctrl_interface socket. WPA_ID
|
wpa_supplicant.sgml | 314 <term>-C ctrl_interface</term> 316 <para>Path to ctrl_interface socket (Per interface. Only used if 365 <term>-g global ctrl_interface</term> 367 <para>Path to global ctrl_interface socket. If specified, interface 409 <term>-O override ctrl_interface</term> 411 <para>Override the ctrl_interface parameter for new
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
10-wpa_supplicant | 25 dir=$(key_get_value "[[:space:]]*ctrl_interface=" \ 55 "ctrl_interface not defined in $wpa_supplicant_conf"
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ, 194 * INTERFACE_ADD <ifname>TAB<confname>TAB<driver>TAB<ctrl_interface>TAB
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | [all...] |
/external/autotest/client/cros/ |
hostapd_server.py | 31 ctrl_interface=%(config_directory)s/%(control_directory)s
|
/system/netd/server/ |
SoftapController.cpp | 144 "ctrl_interface=/data/misc/wifi/hostapd\n"
|