HomeSort by relevance Sort by last modified time
    Searched defs:ctrl_interface (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant/
config.h 125 * ctrl_interface - Parameters for the control interface
166 * (ctrl_interface=udp).
173 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
176 char *ctrl_interface; member in struct:wpa_config
183 * ctrl_interface variable.
298 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
main_winsvc.c 72 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; local
86 buflen = sizeof(ctrl_interface);
87 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL,
88 (LPBYTE) ctrl_interface, &buflen);
90 ctrl_interface[TBUFLEN - 1] = TEXT('\0');
91 wpa_unicode2ascii_inplace(ctrl_interface);
92 printf("ctrl_interface[len=%d] '%s'\n",
93 (int) buflen, (char *) ctrl_interface);
94 iface.ctrl_interface = (char *) ctrl_interface;
    [all...]
wpa_supplicant_i.h 48 * that case, ctrl_interface must be set to allow the interface to be
54 * ctrl_interface - Control interface parameter
57 * set the ctrl_interface parameter that would have otherwise been read
58 * from the configuration file. If both confname and ctrl_interface are
59 * set, ctrl_interface is used to override the value from configuration
62 const char *ctrl_interface; member in struct:wpa_interface
151 * ctrl_interface - Global ctrl_iface path/parameter
153 char *ctrl_interface; member in struct:wpa_params
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 100 * ctrl_interface - Parameters for the control interface
141 * (ctrl_interface=udp).
148 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
151 char *ctrl_interface; member in struct:wpa_config
158 * ctrl_interface variable.
352 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
main_winsvc.c 72 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; local
87 buflen = sizeof(ctrl_interface);
88 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL,
89 (LPBYTE) ctrl_interface, &buflen);
91 ctrl_interface[TBUFLEN - 1] = TEXT('\0');
92 wpa_unicode2ascii_inplace(ctrl_interface);
93 printf("ctrl_interface[len=%d] '%s'\n",
94 (int) buflen, (char *) ctrl_interface);
95 iface.ctrl_interface = (char *) ctrl_interface;
    [all...]
wpa_supplicant_i.h 54 * that case, ctrl_interface must be set to allow the interface to be
60 * ctrl_interface - Control interface parameter
63 * set the ctrl_interface parameter that would have otherwise been read
64 * from the configuration file. If both confname and ctrl_interface are
65 * set, ctrl_interface is used to override the value from configuration
68 const char *ctrl_interface; member in struct:wpa_interface
146 * ctrl_interface - Global ctrl_iface path/parameter
148 char *ctrl_interface; member in struct:wpa_params
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 72 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; local
87 buflen = sizeof(ctrl_interface);
88 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL,
89 (LPBYTE) ctrl_interface, &buflen);
91 ctrl_interface[TBUFLEN - 1] = TEXT('\0');
92 wpa_unicode2ascii_inplace(ctrl_interface);
93 printf("ctrl_interface[len=%d] '%s'\n",
94 (int) buflen, (char *) ctrl_interface);
95 iface.ctrl_interface = (char *) ctrl_interface;
    [all...]
config.h 121 * ctrl_interface - Parameters for the control interface
162 * (ctrl_interface=udp).
169 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
172 char *ctrl_interface; member in struct:wpa_config
179 * ctrl_interface variable.
459 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
wpa_supplicant_i.h 57 * that case, ctrl_interface must be set to allow the interface to be
63 * ctrl_interface - Control interface parameter
66 * set the ctrl_interface parameter that would have otherwise been read
67 * from the configuration file. If both confname and ctrl_interface are
68 * set, ctrl_interface is used to override the value from configuration
71 const char *ctrl_interface; member in struct:wpa_interface
149 * ctrl_interface - Global ctrl_iface path/parameter
151 char *ctrl_interface; member in struct:wpa_params
178 * override_ctrl_interface - Optional ctrl_interface override
180 * This parameter can be used to override the ctrl_interface paramete
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 239 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config

Completed in 155 milliseconds