hostapd / AP table More...
#include "includes.h"
#include "hostapd.h"
#include "config.h"
#include "ieee802_11.h"
#include "eloop.h"
#include "sta_info.h"
#include "ap_list.h"
#include "hw_features.h"
#include "beacon.h"
#include "drivers/driver.h"
Go to the source code of this file.
Data Structures | |
struct | ieee80211_frame_info |
Enumerations | |
enum | ieee80211_phytype { ieee80211_phytype_fhss_dot11_97 = 1, ieee80211_phytype_dsss_dot11_97 = 2, ieee80211_phytype_irbaseband = 3, ieee80211_phytype_dsss_dot11_b = 4, ieee80211_phytype_pbcc_dot11_b = 5, ieee80211_phytype_ofdm_dot11_g = 6, ieee80211_phytype_pbcc_dot11_g = 7, ieee80211_phytype_ofdm_dot11_a = 8, ieee80211_phytype_dsss_dot11_turbog = 255, ieee80211_phytype_dsss_dot11_turbo = 256 } |
Functions | |
struct ap_info * | ap_get_ap (struct hostapd_iface *iface, u8 *ap) |
int | ap_ap_for_each (struct hostapd_iface *iface, int(*func)(struct ap_info *s, void *data), void *data) |
void | ap_list_process_beacon (struct hostapd_iface *iface, struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) |
int | ap_list_init (struct hostapd_iface *iface) |
void | ap_list_deinit (struct hostapd_iface *iface) |
int | ap_list_reconfig (struct hostapd_iface *iface, struct hostapd_config *oldconf) |
Variables | |
struct ieee80211_frame_info | packed |
hostapd / AP table
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 ap_list.c.