sme.c File Reference
#include "includes.h"
#include "common.h"
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "eapol_supp/eapol_supp_sm.h"
#include "common/wpa_common.h"
#include "rsn_supp/wpa.h"
#include "rsn_supp/pmksa_cache.h"
#include "config.h"
#include "wpa_supplicant_i.h"
#include "driver_i.h"
#include "wpas_glue.h"
#include "wps_supplicant.h"
#include "notify.h"
#include "blacklist.h"
#include "bss.h"
#include "scan.h"
#include "sme.h"
Go to the source code of this file.
Functions |
void | sme_associate (struct wpa_supplicant *wpa_s, enum wpas_mode mode, const u8 *bssid, u16 auth_type) |
void | sme_authenticate (struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_ssid *ssid) |
void | sme_event_assoc_reject (struct wpa_supplicant *wpa_s, union wpa_event_data *data) |
void | sme_event_assoc_timed_out (struct wpa_supplicant *wpa_s, union wpa_event_data *data) |
void | sme_event_auth (struct wpa_supplicant *wpa_s, union wpa_event_data *data) |
void | sme_event_auth_timed_out (struct wpa_supplicant *wpa_s, union wpa_event_data *data) |
void | sme_event_disassoc (struct wpa_supplicant *wpa_s, union wpa_event_data *data) |
int | sme_update_ft_ies (struct wpa_supplicant *wpa_s, const u8 *md, const u8 *ies, size_t ies_len) |
Function Documentation
void sme_associate |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
enum wpas_mode |
mode, |
|
|
const u8 * |
bssid, |
|
|
u16 |
auth_type | |
|
) |
| | |
Definition at line 35 of file sme.c.
int sme_update_ft_ies |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const u8 * |
md, |
|
|
const u8 * |
ies, |
|
|
size_t |
ies_len | |
|
) |
| | |