/hostap-3.6.0/wpa_supplicant/ |
D | Makefile | 4 ALL += systemd/wpa_supplicant.service 5 ALL += systemd/wpa_supplicant@.service 6 ALL += systemd/wpa_supplicant-nl80211@.service 7 ALL += systemd/wpa_supplicant-wired@.service 8 ALL += dbus/fi.w1.wpa_supplicant1.service
|
D | README-P2P | 76 [delay=<search delay in ms>] [seek=<service name>] [freq=<MHz>] 99 for a P2PS service. For example, 107 Service name must match the remote service being advertised exactly 112 Multiple service names may be requested, but if it exceeds internal 221 [info='service info'] <method=Default|keypad|Display> 230 adv_id - Mandatory remote Advertising ID of service connection is being 232 adv_mac - Mandatory MAC address that owns/registered the service 240 info - Optional UTF-8 string. Hint for service to indicate possible usage 255 adv_id - Mandatory local Advertising ID of service connection is being 257 adv_mac - Mandatory MAC address that owns/registered the service [all …]
|
D | p2p_supplicant_sd.c | 169 const char *service) in wpas_p2p_service_get_upnp() argument 176 os_strcmp(service, usrv->service) == 0) in wpas_p2p_service_get_upnp() 374 if (wpabuf_tailroom(resp) < 5 + 1 + os_strlen(usrv->service)) in wpas_sd_all_upnp() 387 usrv->service); in wpas_sd_all_upnp() 388 wpabuf_put_str(resp, usrv->service); in wpas_sd_all_upnp() 441 os_strstr(usrv->service, str) == NULL) in wpas_sd_req_upnp() 457 usrv->service); in wpas_sd_req_upnp() 458 if (wpabuf_tailroom(resp) < os_strlen(usrv->service)) in wpas_sd_req_upnp() 460 wpabuf_put_str(resp, usrv->service); in wpas_sd_req_upnp() 1139 os_free(usrv->service); in wpas_p2p_srv_upnp_free() [all …]
|
D | README-Windows.txt | 131 service and which reads its configuration from registry instead of 245 Starting wpa_supplicant as a Windows service (wpasvc.exe) 248 wpa_supplicant can be started as a Windows service by using wpasvc.exe 253 registered as a service that can be started automatically or manually 254 like any other Windows service. 263 e.g., for debugging, with 'wpasvc.exe app' or as a Windows service. 266 the service with the current location of wpasvc.exe. After this, wpasvc 267 can be started like any other Windows service (e.g., 'net start wpasvc') 269 in administrative tasks. The service can be unregistered with 272 If the service is set to start during system bootup to make the
|
D | .gitignore | 2 *.service
|
D | p2p_supplicant.h | 105 const char *service); 107 const char *service);
|
D | README-HS20 | 159 # (Computer account) is used when running wpasvc as a service. 185 # domain: Home service provider FQDN(s)
|
D | android.config | 237 # main_winsvc = Windows service (read parameters from registry) 435 # already provided by the entropymixer service which ensures sufficient
|
D | wpa_supplicant_i.h | 271 char *service; member
|
D | ChangeLog | 595 - fixed some service discovery cases with broadcast queries not being 998 - WFD service discovery 1801 contents; this version can be run both as a Windows service and as a 1803 'wpasvc.exe reg <full path to wpasvc.exe>' to register a service, 1804 'net start wpasvc' to start the service, 'wpasvc.exe unreg' to 1805 unregister a service 1843 Windows service
|
D | defconfig | 274 # main_winsvc = Windows service (read parameters from registry)
|
/hostap-3.6.0/src/common/ |
D | ctrl_iface_common.c | 86 char service[NI_MAXSERV] = { 0 }; in sockaddr_print() local 90 service, sizeof(service), in sockaddr_print() 93 wpa_printf(level, "%s %s:%s", msg, host, service); in sockaddr_print()
|
/hostap-3.6.0/wpa_supplicant/systemd/ |
D | wpa_supplicant.service.in | 4 After=dbus.service 14 Alias=dbus-fi.w1.wpa_supplicant1.service
|
/hostap-3.6.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 2670 char *service = NULL; in wpas_dbus_handler_p2p_add_service() local 2697 os_free(service); in wpas_dbus_handler_p2p_add_service() 2698 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_add_service() 2717 if (version <= 0 || service == NULL) in wpas_dbus_handler_p2p_add_service() 2720 if (wpas_p2p_service_add_upnp(wpa_s, version, service) != 0) in wpas_dbus_handler_p2p_add_service() 2734 os_free(service); in wpas_dbus_handler_p2p_add_service() 2739 os_free(service); in wpas_dbus_handler_p2p_add_service() 2756 char *service = NULL; in wpas_dbus_handler_p2p_delete_service() local 2782 os_free(service); in wpas_dbus_handler_p2p_delete_service() 2783 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_delete_service() [all …]
|
D | fi.w1.wpa_supplicant1.service.in | 5 SystemdService=wpa_supplicant.service
|
/hostap-3.6.0/doc/ |
D | p2p.doxygen | 272 \section p2p_sd P2P service discovery 274 P2P protocol includes service discovery functionality that can be used 282 service discovery. The user of the P2P module is responsible for 290 to schedule service discovery queries to a specific peer or to all 295 After the service discovery queries have been queued, device discovery 296 is started with a call to \ref p2p_find(). The pending service discovery 301 \subsection p2p_sd_response Replying to service discovery queries from peers 303 The received service discovery requests will be indicated with the 309 P2P service discovery provides a mechanism to notify peers about
|
D | ctrl_iface.doxygen | 486 Schedule a P2P service discovery request. The parameters for this 489 supports service discovery) and P2P Service Query TLV(s) as hexdump. 491 a request for listing all supported service discovery protocols and 503 Cancel a pending P2P service discovery request. This command takes a 511 Reply to a service discovery query. This command takes following 521 the P2P service indicator value so that peers know when previously 527 Configure external processing of P2P service requests: 0 (default) = 530 is responsible for replying to service discovery requests with 1013 P2P-SERV-DISC-REQ: Indicate reception of a P2P service discovery 1024 P2P-SERV-DISC-RESP: Indicate reception of a P2P service discovery
|
D | dbus.doxygen | 1629 A dictionary with parameters for the service: 1634 <tr><td>service</td><td>s</td><td></td><td></td></tr> 1649 A dictionary with parameters for the service: 1654 <tr><td>service</td><td>s</td><td></td><td></td></tr> 1678 <tr><td>service</td><td>s</td><td></td><td></td></tr>
|
/hostap-3.6.0/hostapd/ |
D | hostapd.android.rc | 12 service hostapd /vendor/bin/hostapd \
|
D | android.config | 202 # already provided by the entropymixer service which ensures sufficient
|
/hostap-3.6.0/hs20/server/ |
D | hs20-osu-server.txt | 25 Packages needed for running the service: 144 # Configure RADIUS authentication service 245 sudo service apache2 restart
|
/hostap-3.6.0/tests/hwsim/ |
D | example-setup.txt | 182 With systemd based distros, e.g., Ubuntu 16.04, systemd-rfkill.service might 191 systemctl mask systemd-rfkill.service
|
D | test_dbus.py | 5462 def run_busctl(service, obj): argument 5465 logger.info("busctl introspect %s %s" % (service, obj)) 5466 cmd = subprocess.Popen(['busctl', 'introspect', service, obj],
|
D | test_ap_wps.py | 2983 service = root.find("./" + urn + "device/" + urn + "serviceList/" + urn + "service") 2985 res['scpd_url'] = urljoin(location, service.find(urn + 'SCPDURL').text) 2987 service.find(urn + 'controlURL').text) 2989 service.find(urn + 'eventSubURL').text)
|
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 907 <source>wpa_supplicant service is not running. 1239 <source>Failed to start wpa_supplicant service</source> 1244 <source>Failed to stop wpa_supplicant service</source>
|