Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 23 of 23) sorted by relevance

/hostap-latest/doc/
Dcode_structure.doxygen4 [ \ref _wpa_supplicant_core "wpa_supplicant core functionality" |
5 \ref generic_helper_func "Generic helper functions" |
6 \ref crypto_func "Cryptographic functions" |
7 \ref tls_func "TLS library" |
8 \ref configuration "Configuration" |
9 \ref ctrl_iface "Control interface" |
10 \ref wpa_code "WPA supplicant" |
11 \ref eap_peer "EAP peer" |
12 \ref eapol_supp "EAPOL supplicant" |
13 \ref win_port "Windows port" |
[all …]
Dp2p.doxygen24 \ref src/p2p/p2p.h.
27 (\ref src/wps/wps.h).
30 (\ref wpa_supplicant/p2p_supplicant.c) and WPS
31 (\ref wpa_supplicant/wps_supplicant.c). The driver operations are passed
85 P2P module API is defined in \ref src/p2p/p2p.h. The API consists of
95 - \ref p2p_find()
96 - \ref p2p_stop_find()
97 - \ref p2p_listen()
98 - \ref p2p_connect()
99 - \ref p2p_reject()
[all …]
Dhostapd_ctrl_iface.doxygen7 a small C library, in a form of a single C file, \ref wpa_ctrl.c, that
10 the library functions documented in \ref wpa_ctrl.h to interact with
11 wpa_supplicant. This library can also be used with C++. \ref hostapd_cli.c
16 control interface. The use of the functions defined in \ref wpa_ctrl.h can
23 communicate with hostapd should link in \ref wpa_ctrl.c. This
25 interface with \ref wpa_ctrl_open() and to send commands with
26 \ref wpa_ctrl_request().
31 hostapd. These can be executed using \ref wpa_ctrl_request().
35 attach to the control interface with \ref wpa_ctrl_attach() to receive these
41 \ref wpa_ctrl_request() caller will need to supply a callback, msg_cb,
[all …]
Dporting.doxygen22 prototypes in \ref common.h (the \verbatim #ifdef CONFIG_ANSI_C_EXTRA \endverbatim
27 definitions in \ref os.h to allow these to be replaced easily with a
29 available. In addition, \ref os.h defines couple of common platform
30 specific functions that are implemented in \ref os_unix.c for UNIX like
31 targets and in \ref os_win32.c for Win32 API. If the target platform does
38 platform needs different versions of the functions, \ref os.h can be
43 \ref common.h defines number of helper macros for handling integers of
52 a suitable source depending on the target platform. \ref config.c
56 The included \ref config_file.c backend uses a text file for configuration
57 and \ref config_winreg.c uses Windows registry. These files can be used as
[all …]
Deap.doxygen24 file named eap_<name of the method>.c, e.g., \ref eap_md5.c. All EAP
31 \ref eap_peer_register_methods() function of \ref eap_methods.c. Each EAP
36 EAP methods must implement the interface defined in \ref eap_i.h. struct
37 \ref eap_method defines the needed function pointers that each EAP method
42 functions, \ref eap_msg_alloc() and \ref eap_hdr_validate() when processing
51 \ref eap_peer_method_alloc(). These methods must not try to emulate
53 \ref eap_vendor_test.c for an example of an EAP method implementation that
65 \ref eap_example_peer.c shows the initialization and glue code needed to
66 control the EAP peer implementation. \ref eap_example_server.c does the
67 same for EAP server. \ref eap_example.c is an example that ties in both the
[all …]
Ddriver_wrapper.doxygen16 can be replaced with generic code in \ref driver_wext.c once the target driver
21 defined in \ref driver.h. These functions are registered by filling struct
22 \ref wpa_driver_ops with function pointers. Hardware independent parts of
25 callback function, \ref wpa_supplicant_event(), and its parameters are
26 documented in \ref driver.h. In addition, a pointer to the 'struct
27 \ref wpa_driver_ops' needs to be registered in \ref drivers.c file.
43 \ref driver_wext.c. All Linux driver wrappers can use these when the kernel
46 \ref driver_hostap.c. These files need to define struct \ref wpa_driver_ops
47 entry that will be used in \ref wpa_supplicant.c when calling driver
48 functions. struct \ref wpa_driver_ops entries are registered in \ref drivers.c.
[all …]
Deap_server.doxygen24 file named eap_server_<name of the method>.c, e.g., \ref eap_server_md5.c. All EAP
31 \ref eap_server_register_methods() function of \ref eap_server_methods.c. Each EAP
36 EAP methods must implement the interface defined in \ref eap_i.h. struct
37 \ref eap_method defines the needed function pointers that each EAP method
42 functions, \ref eap_msg_alloc() and \ref eap_hdr_validate() when processing
51 \ref eap_server_method_alloc(). These methods must not try to emulate
53 \ref eap_server_vendor_test.c for an example of an EAP method implementation that
Dmainpage.doxygen34 code is divided into separate C files as shown on the \ref
36 functionality is in separate files that implement a \ref
39 the \ref porting "porting page".
42 module that interacts with \ref eap_peer_module "EAP peer implementation".
44 wpa_supplicant source tree includes number of \ref testing_tools
51 \ref ctrl_iface_page "control interface" that can be used by
72 code is divided into separate C files as shown on the \ref
74 functionality is in separate files that implement a \ref
77 the \ref porting "porting page".
80 module that interacts with \ref eap_server_module "EAP server implementation".
[all …]
Dctrl_iface.doxygen7 a small C library, in a form of a single C file, \ref wpa_ctrl.c, that
10 the library functions documented in \ref wpa_ctrl.h to interact with
11 wpa_supplicant. This library can also be used with C++. \ref wpa_cli.c and
17 the functions defined in \ref wpa_ctrl.h can be used to hide the details of
24 communicate with wpa_supplicant should link in \ref wpa_ctrl.c. This
26 interface with \ref wpa_ctrl_open() and to send commands with
27 \ref wpa_ctrl_request().
32 wpa_supplicant. These can be executed using \ref wpa_ctrl_request().
36 attach to the control interface with \ref wpa_ctrl_attach() to receive these
42 \ref wpa_ctrl_request() caller will need to supply a callback, msg_cb,
[all …]
Dtesting_tools.doxygen4 [ \ref eapol_test "eapol_test" |
5 \ref preauth_test "preauth_test" |
6 \ref unit_tests "Unit tests" |
7 \ref wpa_trace "Tracing code" ]
Ddbus.doxygen10 - \ref dbus_main
11 - \ref dbus_interface
12 - \ref dbus_wps
13 - \ref dbus_p2pdevice
14 - \ref dbus_bss
15 - \ref dbus_network
16 - \ref dbus_peer
17 - \ref dbus_group
18 - \ref dbus_persistent_group
19 - \ref dbus_mesh
[all …]
/hostap-latest/src/utils/
Dtrace.c389 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) in wpa_trace_add_ref_func() argument
393 ref->addr = addr; in wpa_trace_add_ref_func()
394 wpa_trace_record(ref); in wpa_trace_add_ref_func()
395 dl_list_add(&active_references, &ref->list); in wpa_trace_add_ref_func()
401 struct wpa_trace_ref *ref; in wpa_trace_check_ref() local
402 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) { in wpa_trace_check_ref()
403 if (addr != ref->addr) in wpa_trace_check_ref()
406 wpa_trace_dump("Reference registration", ref); in wpa_trace_check_ref()
Dhttp_curl.c562 LogotypeReference *ref) in add_logo_indirect() argument
566 hash_num = sk_HashAlgAndValue_num(ref->refStructHash); in add_logo_indirect()
567 uri_num = sk_ASN1_IA5STRING_num(ref->refStructURI); in add_logo_indirect()
577 hash = sk_HashAlgAndValue_value(ref->refStructHash, j); in add_logo_indirect()
578 uri = sk_ASN1_IA5STRING_value(ref->refStructURI, j); in add_logo_indirect()
698 static void i2r_LogotypeReference(LogotypeReference *ref, const char *title, in i2r_LogotypeReference() argument
705 hash_num = ref->refStructHash ? in i2r_LogotypeReference()
706 sk_HashAlgAndValue_num(ref->refStructHash) : 0; in i2r_LogotypeReference()
707 uri_num = ref->refStructURI ? in i2r_LogotypeReference()
708 sk_ASN1_IA5STRING_num(ref->refStructURI) : 0; in i2r_LogotypeReference()
[all …]
Dtrace.h36 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr);
/hostap-latest/tests/remote/
Drun-tests.py42 for ref in refs:
43 config.get_device(devices, ref, lock=True)
56 for ref in refs:
57 config.put_device(devices, ref)
314 for ref in refs:
316 logger.warning("REF (dev): " + str(ref))
318 logger.warning("REF: " + str(ref))
Dtest_devices.py119 for ref in refs:
120 check_device(devices, setup_params, ref)
Dhwsim_wrapper.py27 for ref in refs:
28 ref_host = rutils.get_host(devices, ref)
/hostap-latest/src/drivers/
Dndis_events.c32 UINT ref; member
121 events->ref = 1; in ndis_events_constructor()
172 return ++events->ref; in ndis_events_add_ref()
180 if (--events->ref != 0) in ndis_events_release()
181 return events->ref; in ndis_events_release()
/hostap-latest/src/ap/
Dieee802_11_auth.c698 src->ref++; in hostapd_copy_psk_list()
706 if (psk && psk->ref) { in hostapd_free_psk_list()
708 psk->ref--; in hostapd_free_psk_list()
Dap_config.h161 int ref; /* (number of references held) - 1 */ member
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c2898 u64 ref = 0; in wpas_dbus_handler_p2p_service_sd_req() local
2951 ref = wpas_p2p_sd_request_upnp(wpa_s, addr, version, service); in wpas_dbus_handler_p2p_service_sd_req()
2955 ref = wpas_p2p_sd_request(wpa_s, addr, tlv); in wpas_dbus_handler_p2p_service_sd_req()
2958 if (ref != 0) { in wpas_dbus_handler_p2p_service_sd_req()
2961 &ref, DBUS_TYPE_INVALID); in wpas_dbus_handler_p2p_service_sd_req()
/hostap-latest/tests/hwsim/
Dtest_dbus.py3499 ref = p2p.ServiceDiscoveryRequest(args)
3500 p2p.ServiceDiscoveryCancelRequest(ref)
3502 p2p.ServiceDiscoveryCancelRequest(ref)
3522 ref = p2p.ServiceDiscoveryRequest(args)
3523 p2p.ServiceDiscoveryCancelRequest(ref)
/hostap-latest/wpa_supplicant/
Dctrl_iface.c6575 u64 ref; in p2p_ctrl_serv_disc_req() local
6602 ref = wpas_p2p_sd_request_upnp(wpa_s, dst, version, pos); in p2p_ctrl_serv_disc_req()
6605 ref = wpas_p2p_sd_request_wifi_display(wpa_s, dst, pos + 13); in p2p_ctrl_serv_disc_req()
6639 ref = wpas_p2p_sd_request_asp(wpa_s, dst, (u8) id, in p2p_ctrl_serv_disc_req()
6654 ref = wpas_p2p_sd_request(wpa_s, dst, tlvs); in p2p_ctrl_serv_disc_req()
6657 if (ref == 0) in p2p_ctrl_serv_disc_req()
6659 res = os_snprintf(buf, buflen, "%llx", (long long unsigned) ref); in p2p_ctrl_serv_disc_req()