hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response More...
#include "includes.h"#include "hostapd.h"#include "ieee802_11.h"#include "wpa.h"#include "wme.h"#include "beacon.h"#include "hw_features.h"#include "driver_i.h"#include "sta_info.h"#include "wps_hostapd.h"Go to the source code of this file.
Defines | |
| #define | MAX_PROBERESP_LEN 768 |
| #define | BEACON_HEAD_BUF_SIZE 256 |
| #define | BEACON_TAIL_BUF_SIZE 512 |
Functions | |
| void | handle_probe_req (struct hostapd_data *hapd, struct ieee80211_mgmt *mgmt, size_t len) |
| void | ieee802_11_set_beacon (struct hostapd_data *hapd) |
| void | ieee802_11_set_beacons (struct hostapd_iface *iface) |
hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file beacon.c.
1.6.1