|
wpa_supplicant / hostapd
2.5
|
hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP) More...
#include "utils/includes.h"#include <net/if.h>#include <sys/ioctl.h>#include <netpacket/packet.h>#include "utils/common.h"#include "utils/eloop.h"#include "common/ieee802_11_defs.h"#include "hostapd.h"#include "ap_config.h"#include "ieee802_11.h"#include "sta_info.h"#include "iapp.h"Data Structures | |
| struct | iapp_hdr |
| struct | iapp_add_notify |
| struct | iapp_layer2_update |
| struct | iapp_move_notify |
| struct | iapp_move_response |
| struct | iapp_cache_notify |
| struct | iapp_cache_response |
| struct | iapp_send_security_block |
| struct | iapp_ack_security_block |
| struct | iapp_data |
Macros | |
| #define | IAPP_MULTICAST "224.0.1.178" |
| #define | IAPP_UDP_PORT 3517 |
| #define | IAPP_TCP_PORT 3517 |
| #define | IAPP_VERSION 0 |
Functions | |
| struct iapp_hdr | __attribute__ ((packed)) |
| void | iapp_new_station (struct iapp_data *iapp, struct sta_info *sta) |
| IAPP processing for a new STA. More... | |
| struct iapp_data * | iapp_init (struct hostapd_data *hapd, const char *iface) |
| void | iapp_deinit (struct iapp_data *iapp) |
hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP)
Note: IEEE 802.11F-2003 was a experimental use specification. It has expired and IEEE has withdrawn it. In other words, it is likely better to look at using some other mechanism for AP-to-AP communication than extending the implementation here.
1.8.6