wpa_supplicant / hostapd 2.0
Data Fields

wpa_params Struct Reference

Parameters for wpa_supplicant_init() More...

#include <wpa_supplicant_i.h>

Data Fields

int daemonize
 Run wpa_supplicant in the background.
int wait_for_monitor
 Wait for a monitor program before starting.
char * pid_file
 Path to a PID (process ID) file.
int wpa_debug_level
 Debugging verbosity level (e.g., MSG_INFO)
int wpa_debug_show_keys
 Whether keying material is included in debug.
int wpa_debug_timestamp
 Whether to include timestamp in debug messages.
char * ctrl_interface
 Global ctrl_iface path/parameter.
int dbus_ctrl_interface
 Enable the DBus control interface.
const char * wpa_debug_file_path
 Path of debug file or NULL to use stdout.
int wpa_debug_syslog
 Enable log output through syslog.
int wpa_debug_tracing
 Enable log output through Linux tracing.
char * override_driver
 Optional driver parameter override.
char * override_ctrl_interface
 Optional ctrl_interface override.
char * entropy_file
 Optional entropy file.

Detailed Description

Parameters for wpa_supplicant_init()


Field Documentation

Optional entropy file.

This parameter can be used to configure wpa_supplicant to maintain its internal entropy store over restarts.

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.

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.

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.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines