wpa_supplicant / hostapd
2.5
|
Internal, global data for all wpa_supplicant interfaces. More...
#include <wpa_supplicant_i.h>
Public Types | |
enum | wpa_conc_pref { WPA_CONC_PREF_NOT_SET, WPA_CONC_PREF_STA, WPA_CONC_PREF_P2P } |
Data Fields | |
struct wpa_supplicant * | ifaces |
struct wpa_params | params |
struct ctrl_iface_global_priv * | ctrl_iface |
struct wpas_dbus_priv * | dbus |
void ** | drv_priv |
size_t | drv_count |
struct os_time | suspend_time |
struct p2p_data * | p2p |
struct wpa_supplicant * | p2p_init_wpa_s |
struct wpa_supplicant * | p2p_group_formation |
struct wpa_supplicant * | p2p_invite_group |
u8 | p2p_dev_addr [ETH_ALEN] |
struct os_reltime | p2p_go_wait_client |
struct dl_list | p2p_srv_bonjour |
struct dl_list | p2p_srv_upnp |
int | p2p_disabled |
int | cross_connection |
struct wpa_freq_range_list | p2p_disallow_freq |
struct wpa_freq_range_list | p2p_go_avoid_freq |
enum wpa_global::wpa_conc_pref | conc_pref |
unsigned int | p2p_per_sta_psk:1 |
unsigned int | p2p_fail_on_wps_complete:1 |
unsigned int | p2p_24ghz_social_channels:1 |
unsigned int | pending_p2ps_group:1 |
unsigned int | pending_group_iface_for_p2ps:1 |
struct psk_list_entry * | add_psk |
Internal, global data for all wpa_supplicant interfaces.
This structure is initialized by calling wpa_supplicant_init() when starting wpa_supplicant.