#include <wpa_supplicant_i.h>
Public Attributes | |
char * | ctrl_interface |
int | daemonize |
int | dbus_ctrl_interface |
char * | override_ctrl_interface |
char * | override_driver |
char * | pid_file |
int | wait_for_monitor |
const char * | wpa_debug_file_path |
int | wpa_debug_level |
int | wpa_debug_show_keys |
int | wpa_debug_syslog |
int | wpa_debug_timestamp |
struct wpa_params - Parameters for wpa_supplicant_init()
Definition at line 107 of file wpa_supplicant_i.h.
ctrl_interface - Global ctrl_iface path/parameter
Definition at line 150 of file wpa_supplicant_i.h.
daemonize - Run wpa_supplicant in the background
Definition at line 111 of file wpa_supplicant_i.h.
dbus_ctrl_interface - Enable the DBus control interface
Definition at line 155 of file wpa_supplicant_i.h.
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.
Definition at line 183 of file wpa_supplicant_i.h.
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.
Definition at line 174 of file wpa_supplicant_i.h.
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.
Definition at line 124 of file wpa_supplicant_i.h.
wait_for_monitor - Wait for a monitor program before starting
Definition at line 116 of file wpa_supplicant_i.h.
const char* wpa_params::wpa_debug_file_path |
wpa_debug_file_path - Path of debug file or NULL to use stdout
Definition at line 160 of file wpa_supplicant_i.h.
wpa_debug_level - Debugging verbosity level (e.g., MSG_INFO)
Definition at line 129 of file wpa_supplicant_i.h.
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.
Definition at line 140 of file wpa_supplicant_i.h.
wpa_debug_syslog - Enable log output through syslog
Definition at line 165 of file wpa_supplicant_i.h.
wpa_debug_timestamp - Whether to include timestamp in debug messages
Definition at line 145 of file wpa_supplicant_i.h.