|
wpa_supplicant / hostapd
2.5
|
hostapd / Callback functions for driver wrappers More...
#include "utils/includes.h"#include "utils/common.h"#include "utils/eloop.h"#include "radius/radius.h"#include "drivers/driver.h"#include "common/ieee802_11_defs.h"#include "common/ieee802_11_common.h"#include "common/wpa_ctrl.h"#include "crypto/random.h"#include "p2p/p2p.h"#include "wps/wps.h"#include "fst/fst.h"#include "wnm_ap.h"#include "hostapd.h"#include "ieee802_11.h"#include "sta_info.h"#include "accounting.h"#include "tkip_countermeasures.h"#include "ieee802_1x.h"#include "wpa_auth.h"#include "wps_hostapd.h"#include "ap_drv_ops.h"#include "ap_config.h"#include "hw_features.h"#include "dfs.h"#include "beacon.h"Functions | |
| int | hostapd_notif_assoc (struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) |
| void | hostapd_notif_disassoc (struct hostapd_data *hapd, const u8 *addr) |
| void | hostapd_event_sta_low_ack (struct hostapd_data *hapd, const u8 *addr) |
| void | hostapd_event_ch_switch (struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2) |
| void | hostapd_event_connect_failed_reason (struct hostapd_data *hapd, const u8 *addr, int reason_code) |
| int | hostapd_probe_req_rx (struct hostapd_data *hapd, const u8 *sa, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal) |
hostapd / Callback functions for driver wrappers
1.8.6