Searched defs:ctrl_interface (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winsvc.c66 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...]
H A Dconfig.c2021 os_free(config->ctrl_interface);
3252 * @ctrl_interface: Control interface parameters, e.g., path to UNIX domain
3257 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface, argument
3294 if (ctrl_interface)
3295 config->ctrl_interface = os_strdup(ctrl_interface);
3783 wpa_printf(MSG_DEBUG, "no_ctrl_interface -> ctrl_interface=NULL");
3784 os_free(config->ctrl_interface);
3785 config->ctrl_interface = NULL;
3810 { STR(ctrl_interface),
[all...]
H A Dconfig.h422 * ctrl_interface - Parameters for the control interface
463 * (ctrl_interface=udp).
470 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
473 char *ctrl_interface; member in struct:wpa_config
480 * ctrl_interface variable.
1123 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
H A Dwpa_supplicant_i.h55 * that case, ctrl_interface must be set to allow the interface to be
80 * ctrl_interface - Control interface parameter
83 * set the ctrl_interface parameter that would have otherwise been read
84 * from the configuration file. If both confname and ctrl_interface are
85 * set, ctrl_interface is used to override the value from configuration
88 const char *ctrl_interface; member in struct:wpa_interface
175 * ctrl_interface - Global ctrl_iface path/parameter
177 char *ctrl_interface; member in struct:wpa_params
214 * override_ctrl_interface - Optional ctrl_interface override
216 * This parameter can be used to override the ctrl_interface paramete
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h292 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h292 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h292 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config

Completed in 1104 milliseconds