| /src/external/bsd/wpa/dist/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 | 548 * ctrl_interface - Parameters for the control interface 589 * (ctrl_interface=udp). 596 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject 599 char *ctrl_interface; member in struct:wpa_config 606 * ctrl_interface variable. 1850 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
|
| wpa_supplicant_i.h | 63 * that case, ctrl_interface must be set to allow the interface to be 77 * ctrl_interface - Control interface parameter 80 * set the ctrl_interface parameter that would have otherwise been read 81 * from the configuration file. If both confname and ctrl_interface are 82 * set, ctrl_interface is used to override the value from configuration 85 const char *ctrl_interface; member in struct:wpa_interface 184 * ctrl_interface - Global ctrl_iface path/parameter 186 char *ctrl_interface; member in struct:wpa_params 223 * override_ctrl_interface - Optional ctrl_interface override 225 * This parameter can be used to override the ctrl_interface paramete [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| ap_config.h | 412 char *ctrl_interface; /* directory for UNIX domain sockets */ member in struct:hostapd_bss_config
|