Products Photo


Product Documentation for
Devicescape Secure Wireless Client

API Reference Documentation for Devicescape Secure Wireless Client

events.c File Reference

WPA Supplicant - Driver event processing. More...


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.


Detailed Description

WPA Supplicant - Driver event processing.


Function Documentation

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.

Parameters:
wpa_s pointer to wpa_supplicant data; this is the ctx variable registered with struct wpa_driver_ops::init()
event event type (defined above)
data possible extra data for the event
Driver wrapper code should call this function whenever an event is received from the driver.

int wpa_supplicant_scard_init struct wpa_supplicant wpa_s,
struct wpa_ssid ssid
 

Initialize SIM/USIM access with PC/SC.

Parameters:
wpa_s pointer to wpa_supplicant data
ssid Configuration data for the network
Returns:
0 on success, -1 on failure
This function is called when starting authentication with a network that is configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).

 



Generated by  doxygen 1.4.6