/hostap-latest/doc/ |
D | p2p.doxygen | 2 \page p2p Wi-Fi Direct - P2P module 18 P2P module implements higher layer functionality for management P2P 21 information about neighboring P2P Devices. This module could be used 23 inside the driver/firmware component. P2P module API is defined in 29 wpa_supplicant includes code in interact with both the P2P module 41 communication paths from the P2P module to upper layer management 44 operations. Glue code is used to bind the P2P module API to the rest 50 An architecture where the P2P module resides inside the 55 \image html p2p_arch.png "P2P module within wpa_supplicant" 56 \image latex p2p_arch.eps "P2P module within wpa_supplicant" width=15cm [all …]
|
D | directories.doxygen | 11 This module includes IEEE 802.11, IEEE 802.1X, and WPA related 17 This module defines crypto and tls interfaces to provide portability 49 This module defines an interface for layer 2 (link layer) packet 58 RADIUS module includes RADIUS message building and parsing 67 This module can be used as an alternative to using an external TLS
|
D | eap_server.doxygen | 5 defined in RFC 3748. hostapd uses a separate code module for EAP server 6 implementation. This module was designed to use only a minimal set of 16 layer being IEEE 802.1X if EAP module is built for other programs than 23 Each EAP method is implemented as a separate module, usually as one C
|
D | eap.doxygen | 5 defined in RFC 3748. wpa_supplicant uses a separate code module for EAP 6 peer implementation. This module was designed to use only a minimal set 16 layer being IEEE 802.1X if EAP module is built for other programs than 23 Each EAP method is implemented as a separate module, usually as one C
|
D | mainpage.doxygen | 42 module that interacts with \ref eap_peer_module "EAP peer implementation". 80 module that interacts with \ref eap_server_module "EAP server implementation". 81 Similarly, RADIUS authentication server is in its own separate module.
|
D | porting.doxygen | 68 adding a new driver interface module or modifying an existing module 101 layer is required, a new l2_packet module may need to be
|
D | code_structure.doxygen | 241 \ref eap_peer_module "EAP peer implementation" is a separate module that
|
D | dbus.doxygen | 638 <p>Set PKCS #11 engine and module path.</p> 644 <dd>PKCS #11 module path.</dd> 649 <dd>Invalid PKCS #11 engine or module path.</dd> 651 <dd>Reinit of the EAPOL state machine with the new PKCS #11 engine and module path failed.</dd> 858 <p>PKCS #11 module path.</p> 1570 …val obviously having to be larger than or equal to duration). If the P2P module is not idle at the…
|
/hostap-latest/src/utils/ |
D | wpa_debug.h | 288 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, 292 unsigned int module, int level,
|
D | wpa_debug_zephyr.h | 338 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, const char *fmt, ...) 341 typedef void (*hostapd_logger_cb_func)(void *ctx, const u8 *addr, unsigned int module, int level,
|
D | wpa_debug_zephyr.c | 352 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, const char *fmt, ...) in hostapd_logger() argument 372 hostapd_logger_cb(ctx, addr, module, level, buf, len); in hostapd_logger()
|
D | wpa_debug.c | 833 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, in hostapd_logger() argument 855 hostapd_logger_cb(ctx, addr, module, level, buf, len); in hostapd_logger()
|
/hostap-latest/tests/hwsim/ |
D | README | 83 mac80211_hwsim kernel module is available from the upstream Linux 134 mac80211_hwsim module and start wpa_supplicant, hostapd, and various 137 module. 173 line. "-f <module name>" (pointing to file test_<module name>.py) can be
|
D | start.sh | 118 test -d /sys/module/mac80211_hwsim || sudo modprobe mac80211_hwsim radios=7 channels=$NUM_CH suppor…
|
/hostap-latest/hostapd/ |
D | main.c | 45 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() argument 69 switch (module) { in hostapd_logger_cb() 115 if ((conf_stdout & module) && level >= conf_stdout_level) { in hostapd_logger_cb() 121 if ((conf_syslog & module) && level >= conf_syslog_level) { in hostapd_logger_cb()
|
D | ChangeLog | 316 * added Fast Session Transfer (FST) module 745 * cleaned up various module interfaces
|
/hostap-latest/radius_example/ |
D | radius_example.c | 24 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() argument
|
/hostap-latest/tests/hwsim/vm/ |
D | linux.gdb | 48 # Thus we can use that behaviour to work around the module issue:
|
/hostap-latest/tests/ |
D | README | 39 tools that expose hostap.git module functionality with input from a file
|
/hostap-latest/wpa_supplicant/ |
D | android.config | 487 # Enabling directly a module will enable autoscan support. 488 # For exponential module: 490 # For periodic module:
|
D | defconfig | 558 # Enabling directly a module will enable autoscan support. 559 # For exponential module: 561 # For periodic module:
|
D | ChangeLog | 226 kernel macsec module 474 * added Fast Session Transfer (FST) module 556 module gets removed and reloaded without restarting wpa_supplicant 1004 * added autoscan module to control scanning behavior while not connected 1024 OpenSSL FIPS object module 1304 * cleaned up various module interfaces 2076 * added possibility to override l2_packet module with driver interface 2528 * use module prefix in debug messages (WPA, EAP, EAP-TLS, ..)
|
D | eapol_test.c | 93 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() argument
|
D | README-P2P | 619 larger than or equal to duration). If the P2P module is not idle at
|