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

  /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 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...]
config.h 119 * ctrl_interface - Parameters for the control interface
160 * (ctrl_interface=udp).
167 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
170 char *ctrl_interface; member in struct:wpa_config
177 * ctrl_interface variable.
525 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
wpa_supplicant_i.h 52 * that case, ctrl_interface must be set to allow the interface to be
58 * ctrl_interface - Control interface parameter
61 * set the ctrl_interface parameter that would have otherwise been read
62 * from the configuration file. If both confname and ctrl_interface are
63 * set, ctrl_interface is used to override the value from configuration
66 const char *ctrl_interface; member in struct:wpa_interface
144 * ctrl_interface - Global ctrl_iface path/parameter
146 char *ctrl_interface; member in struct:wpa_params
173 * override_ctrl_interface - Optional ctrl_interface override
175 * This parameter can be used to override the ctrl_interface paramete
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 244 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config

Completed in 226 milliseconds