|
hostapd
|
struct wpa_params - Parameters for wpa_supplicant_init() More...
#include <wpa_supplicant_i.h>
Public Attributes | |
| int | daemonize |
| daemonize - Run wpa_supplicant in the background | |
| int | wait_for_monitor |
| wait_for_monitor - Wait for a monitor program before starting | |
| char * | pid_file |
| pid_file - Path to a PID (process ID) file More... | |
| int | wpa_debug_level |
| wpa_debug_level - Debugging verbosity level (e.g., MSG_INFO) | |
| int | wpa_debug_show_keys |
| wpa_debug_show_keys - Whether keying material is included in debug More... | |
| int | wpa_debug_timestamp |
| wpa_debug_timestamp - Whether to include timestamp in debug messages | |
| char * | ctrl_interface |
| ctrl_interface - Global ctrl_iface path/parameter | |
| char * | ctrl_interface_group |
| ctrl_interface_group - Global ctrl_iface group | |
| int | dbus_ctrl_interface |
| dbus_ctrl_interface - Enable the DBus control interface | |
| const char * | wpa_debug_file_path |
| wpa_debug_file_path - Path of debug file or NULL to use stdout | |
| int | wpa_debug_syslog |
| wpa_debug_syslog - Enable log output through syslog | |
| int | wpa_debug_tracing |
| wpa_debug_tracing - Enable log output through Linux tracing | |
| char * | override_driver |
| override_driver - Optional driver parameter override More... | |
| char * | override_ctrl_interface |
| override_ctrl_interface - Optional ctrl_interface override More... | |
| char * | entropy_file |
| entropy_file - Optional entropy file More... | |
struct wpa_params - Parameters for wpa_supplicant_init()
| char* wpa_params::entropy_file |
entropy_file - Optional entropy file
This parameter can be used to configure wpa_supplicant to maintain its internal entropy store over restarts.
| char* wpa_params::override_ctrl_interface |
override_ctrl_interface - Optional ctrl_interface override
This parameter can be used to override the ctrl_interface parameter in dynamic interface addition to force a control interface to be created.
| char* wpa_params::override_driver |
override_driver - Optional driver parameter override
This parameter can be used to override the driver parameter in dynamic interface addition to force a specific driver wrapper to be used instead.
| char* wpa_params::pid_file |
pid_file - Path to a PID (process ID) file
If this and daemonize are set, process ID of the background process will be written to the specified file.
| int wpa_params::wpa_debug_show_keys |
wpa_debug_show_keys - Whether keying material is included in debug
This parameter can be used to allow keying material to be included in debug messages. This is a security risk and this option should not be enabled in normal configuration. If needed during development or while troubleshooting, this option can provide more details for figuring out what is happening.
1.8.12