#include "includes.h"
#include "common.h"
#include "eapol_sm.h"
#include "wpa.h"
#include "eloop.h"
#include "wpa_supplicant.h"
#include "config.h"
#include "l2_packet.h"
#include "wpa_supplicant_i.h"
#include "pcsc_funcs.h"
#include "preauth.h"
#include "pmksa_cache.h"
#include "wpa_ctrl.h"
#include "eap.h"
#include "ctrl_iface_dbus.h"
Include dependency graph for events.c:
Go to the source code of this file.
Functions | |
int | wpa_supplicant_scard_init (struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) |
Initialize SIM/USIM access with PC/SC. | |
void | wpa_supplicant_event (struct wpa_supplicant *wpa_s, wpa_event_type event, union wpa_event_data *data) |
Report a driver event for wpa_supplicant. |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file events.c.
|
Report a driver event for wpa_supplicant.
Definition at line 800 of file events.c. Here is the call graph for this function: |
|
Initialize SIM/USIM access with PC/SC.
Definition at line 176 of file events.c. Here is the call graph for this function: |