utils.c File Reference
#include "includes.h"
#include "common.h"
#include "common/ieee802_11_defs.h"
#include "sta_info.h"
#include "hostapd.h"
Go to the source code of this file.
Function Documentation
void hostapd_prune_associations |
( |
struct hostapd_data * |
hapd, |
|
|
const u8 * |
addr | |
|
) |
| | |
hostapd_prune_associations - Remove extraneous associations : Pointer to BSS data for the most recent association : Associated STA address
This function looks through all radios and BSS's for previous (stale) associations of STA. If any are found they are removed.
Definition at line 80 of file utils.c.
int hostapd_register_probereq_cb |
( |
struct hostapd_data * |
hapd, |
|
|
int(*)(void *ctx, const u8 *sa, const u8 *ie, size_t ie_len) |
cb, |
|
|
void * |
ctx | |
|
) |
| | |
static int prune_associations |
( |
struct hostapd_iface * |
iface, |
|
|
void * |
ctx | |
|
) |
| | [static] |