sta_info.c File Reference

hostapd / Station table More...

#include "includes.h"
#include "hostapd.h"
#include "sta_info.h"
#include "eloop.h"
#include "accounting.h"
#include "ieee802_1x.h"
#include "ieee802_11.h"
#include "radius/radius.h"
#include "wpa.h"
#include "preauth.h"
#include "radius/radius_client.h"
#include "driver_i.h"
#include "beacon.h"
#include "hw_features.h"
#include "mlme.h"
#include "vlan_init.h"
Include dependency graph for sta_info.c:

Go to the source code of this file.

Functions

int ap_for_each_sta (struct hostapd_data *hapd, int(*cb)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx), void *ctx)
struct sta_infoap_get_sta (struct hostapd_data *hapd, const u8 *sta)
void ap_sta_hash_add (struct hostapd_data *hapd, struct sta_info *sta)
void ap_free_sta (struct hostapd_data *hapd, struct sta_info *sta)
void hostapd_free_stas (struct hostapd_data *hapd)
void ap_handle_timer (void *eloop_ctx, void *timeout_ctx)
 Per STA timer handler.
void ap_sta_session_timeout (struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout)
void ap_sta_no_session_timeout (struct hostapd_data *hapd, struct sta_info *sta)
struct sta_infoap_sta_add (struct hostapd_data *hapd, const u8 *addr)
void ap_sta_disassociate (struct hostapd_data *hapd, struct sta_info *sta, u16 reason)
void ap_sta_deauthenticate (struct hostapd_data *hapd, struct sta_info *sta, u16 reason)
int ap_sta_bind_vlan (struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid)

Detailed Description

hostapd / Station table

Copyright
Copyright (c) 2002-2008, Jouni Malinen <j@w1.fi> Copyright (c) 2007-2008, Intel Corporation

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 sta_info.c.


Function Documentation

void ap_handle_timer ( void *  eloop_ctx,
void *  timeout_ctx 
)

Per STA timer handler.

Parameters:
eloop_ctx struct hostapd_data *
timeout_ctx struct sta_info *

This function is called to check station activity and to remove inactive stations.

Definition at line 235 of file sta_info.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:17:49 2009 for hostapd by  doxygen 1.6.1