Go to the source code of this file.
Classes | |
struct | ap_info |
Functions | |
int | ap_ap_for_each (struct hostapd_iface *iface, int(*func)(struct ap_info *s, void *data), void *data) |
struct ap_info * | ap_get_ap (struct hostapd_iface *iface, const u8 *sta) |
static void | ap_list_deinit (struct hostapd_iface *iface) |
static int | ap_list_init (struct hostapd_iface *iface) |
void | ap_list_process_beacon (struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) |
int ap_ap_for_each | ( | struct hostapd_iface * | iface, | |
int(*)(struct ap_info *s, void *data) | func, | |||
void * | data | |||
) |
struct ap_info* ap_get_ap | ( | struct hostapd_iface * | iface, | |
const u8 * | sta | |||
) | [read] |
static void ap_list_deinit | ( | struct hostapd_iface * | iface | ) | [inline, static] |
static int ap_list_init | ( | struct hostapd_iface * | iface | ) | [inline, static] |
void ap_list_process_beacon | ( | struct hostapd_iface * | iface, | |
const struct ieee80211_mgmt * | mgmt, | |||
struct ieee802_11_elems * | elems, | |||
struct hostapd_frame_info * | fi | |||
) |