Products Photo


Product Documentation for
Devicescape Secure Wireless Client

API Reference Documentation for Devicescape Secure Wireless Client

driver_hostap.c File Reference

WPA Supplicant - driver interaction with Linux Host AP driver. More...


Data Structures

struct  wpa_driver_hostap_data

Variables

const struct wpa_driver_ops wpa_driver_hostap_ops


Detailed Description

WPA Supplicant - driver interaction with Linux Host AP driver.


Variable Documentation

const struct wpa_driver_ops wpa_driver_hostap_ops
 

Initial value:

 {
        .name = "hostap",
        .desc = "Host AP driver (Intersil Prism2/2.5/3)",
        .get_bssid = wpa_driver_hostap_get_bssid,
        .get_ssid = wpa_driver_hostap_get_ssid,
        .set_wpa = wpa_driver_hostap_set_wpa,
        .set_key = wpa_driver_hostap_set_key,
        .set_countermeasures = wpa_driver_hostap_set_countermeasures,
        .set_drop_unencrypted = wpa_driver_hostap_set_drop_unencrypted,
        .scan = wpa_driver_hostap_scan,
        .get_scan_results = wpa_driver_hostap_get_scan_results,
        .deauthenticate = wpa_driver_hostap_deauthenticate,
        .disassociate = wpa_driver_hostap_disassociate,
        .associate = wpa_driver_hostap_associate,
        .set_auth_alg = wpa_driver_hostap_set_auth_alg,
        .init = wpa_driver_hostap_init,
        .deinit = wpa_driver_hostap_deinit,
        .set_operstate = wpa_driver_hostap_set_operstate,
}

 



Generated by  doxygen 1.4.6