Searched refs:function (Results 1 – 16 of 16) sorted by relevance
/hostap-latest/src/utils/ |
D | trace.c | 145 const char *function; member 184 &data->function, in find_addr_sect() 208 if (data.function) in wpa_trace_bfd_addr() 209 aname = bfd_demangle(abfd, data.function, in wpa_trace_bfd_addr() 211 name = aname ? aname : data.function; in wpa_trace_bfd_addr() 228 &data.function, &data.line); in wpa_trace_bfd_addr() 248 return data.function; in wpa_trace_bfd_addr2func() 318 if (data.function && in wpa_trace_calling_func() 320 os_strcmp(data.function, __func__) != 0)) { in wpa_trace_calling_func() 321 buf[pos++] = data.function; in wpa_trace_calling_func() [all …]
|
/hostap-latest/doc/ |
D | eap.doxygen | 7 of direct function calls (mainly, to debug/event functions) in order for 31 \ref eap_peer_register_methods() function of \ref eap_methods.c. Each EAP 37 \ref eap_method defines the needed function pointers that each EAP method 72 the peer are passed by direct function calls within the same process.
|
D | eap_server.doxygen | 7 direct function calls (mainly, to debug/event functions) in order for 31 \ref eap_server_register_methods() function of \ref eap_server_methods.c. Each EAP 37 \ref eap_method defines the needed function pointers that each EAP method
|
D | porting.doxygen | 141 function with a specific set of arguments and calling convention. This 142 function is responsible on initializing wpa_supplicant. 145 operating system, i.e., main() function that uses command line arguments 153 \ref wpa_supplicant_i.h. In most cases, the entry point function should
|
D | p2p.doxygen | 152 The P2P module will use following callback function to update P2P IE 182 to implement P2P device discovery and group formation. The function 209 function. If a group owner negotiation from another P2P device is 289 part of the device discovery phase. \ref p2p_sd_request() function is used 323 per-group information in a group owner. The function calls are 355 function can be used to filter or received Probe Request frames and
|
D | driver_wrapper.doxygen | 22 \ref wpa_driver_ops with function pointers. Hardware independent parts of 25 callback function, \ref wpa_supplicant_event(), and its parameters are 136 details are defined in \ref driver.h (\ref wpa_supplicant_event() function
|
D | code_structure.doxygen | 97 PRF-SHA-1 (pseudorandom (key/nonce generation) function)
|
D | dbus.doxygen | 2279 …", not 2437. When setting the properties, use the same format as for the AddNetwork() function.</p>
|
/hostap-latest/wpa_supplicant/ |
D | todo.txt | 24 (Done once; number of unused function arguments still present) 67 - change TLS/crypto library interface to use a structure of function
|
D | android.config | 236 # main = UNIX/POSIX like main() function (default) 405 # from the operating system. os_get_random() function is used to fetch random
|
D | defconfig | 285 # main = UNIX/POSIX like main() function (default) 467 # from the operating system. os_get_random() function is used to fetch random
|
D | ChangeLog | 1029 - use OpenSSL function for PKBDF2 passphrase-to-PSK 1342 * fixed IEEE 802.11r key derivation function to match with the standard 1348 * fixed SHA-256 based key derivation function to match with the 2075 driver_ops function set_param() 2262 function so that this will not be set for plaintext connections
|
/hostap-latest/eap_example/ |
D | README | 28 the peer are passed by direct function calls within the same process.
|
/hostap-latest/tests/hwsim/ |
D | README | 200 the function name following the "test_" prefix.
|
/hostap-latest/hostapd/ |
D | defconfig | 236 # operating system. os_get_random() function is used to fetch random data when
|
D | ChangeLog | 781 * fixed IEEE 802.11r key derivation function to match with the standard 783 * fixed SHA-256 based key derivation function to match with the 1102 * fixed EAPOL state machine step function to process all state
|