#include "includes.h"
#include "hostapd.h"
#include "hw_features.h"
#include "driver.h"
#include "config.h"
#include "ieee802_11.h"
#include "eloop.h"
Include dependency graph for hw_features.c:
Go to the source code of this file.
Functions | |
void | hostapd_free_hw_features (struct hostapd_hw_modes *hw_features, size_t num_hw_features) |
int | hostapd_get_hw_features (struct hostapd_iface *iface) |
int | hostapd_select_hw_mode_start (struct hostapd_iface *iface, hostapd_iface_cb cb) |
Start selection of the hardware mode. | |
int | hostapd_select_hw_mode_stop (struct hostapd_iface *iface) |
Stops automatic channel selection. | |
const char * | hostapd_hw_mode_txt (int mode) |
int | hostapd_hw_get_freq (struct hostapd_data *hapd, int chan) |
int | hostapd_hw_get_channel (struct hostapd_data *hapd, int freq) |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file hw_features.c.
|
Start selection of the hardware mode.
Definition at line 358 of file hw_features.c. Here is the call graph for this function: |
|
Stops automatic channel selection.
Definition at line 383 of file hw_features.c. |