reconfig.c File Reference

hostapd / Configuration reloading More...

#include "includes.h"
#include "hostapd.h"
#include "beacon.h"
#include "hw_features.h"
#include "driver.h"
#include "sta_info.h"
#include "radius_client.h"
#include "ieee802_11.h"
#include "iapp.h"
#include "ap_list.h"
#include "wpa.h"
#include "vlan_init.h"
#include "ieee802_11_auth.h"
#include "ieee802_1x.h"
#include "accounting.h"
#include "eloop.h"

Include dependency graph for reconfig.c:

Go to the source code of this file.

Functions

int hostapd_config_reload_start (struct hostapd_iface *hapd_iface, hostapd_iface_cb cb)
 Start reconfiguration of an interface.


Detailed Description

hostapd / Configuration reloading

Copyright
Copyright 2002-2003, Jouni Malinen <[email protected]> Copyright 2002-2004, Instant802 Networks, Inc. Copyright 2005-2006, Devicescape Software, Inc. All Rights Reserved.

Definition in file reconfig.c.


Function Documentation

int hostapd_config_reload_start struct hostapd_iface hapd_iface,
hostapd_iface_cb  cb
 

Start reconfiguration of an interface.

Parameters:
hapd_iface Pointer to hostapd interface data
cb Function to be called back when done. The status indicates: 0 = success, new configuration in use; -1 = failed to update configuraiton, old configuration in use; -2 = failed to update configuration and failed to recover; caller should cleanup and terminate hostapd
Returns:
0 = reconfiguration started; -1 = failed to update configuration, old configuration in use; -2 = failed to update configuration and failed to recover; caller should cleanup and terminate hostapd

Definition at line 628 of file reconfig.c.

Here is the call graph for this function:


Generated on Sun Dec 31 13:45:50 2006 for hostapd by  doxygen 1.4.2