|
wpa_supplicant / hostapd
2.5
|
Driver interaction with Linux nl80211/cfg80211 - Event processing Copyright (c) 2007, Johannes Berg johannes@sipsolutions.net Copyright (c) 2009-2010, Atheros Communications. More...
#include "includes.h"#include <netlink/genl/genl.h>#include "utils/common.h"#include "utils/eloop.h"#include "common/qca-vendor.h"#include "common/qca-vendor-attr.h"#include "common/ieee802_11_defs.h"#include "common/ieee802_11_common.h"#include "driver_nl80211.h"Macros | |
| #define | C2S(x) case x: return #x; |
| #define | MAX_REPORT_FREQS 50 |
Functions | |
| int | process_global_event (struct nl_msg *msg, void *arg) |
| int | process_bss_event (struct nl_msg *msg, void *arg) |
Driver interaction with Linux nl80211/cfg80211 - Event processing Copyright (c) 2007, Johannes Berg johannes@sipsolutions.net Copyright (c) 2009-2010, Atheros Communications.
1.8.6