This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | HOSTAPD_CHAN_W_SCAN 0x00000001 |
#define | HOSTAPD_CHAN_W_ACTIVE_SCAN 0x00000002 |
#define | HOSTAPD_CHAN_W_IBSS 0x00000004 |
#define | HOSTAPD_RATE_ERP 0x00000001 |
#define | HOSTAPD_RATE_BASIC 0x00000002 |
#define | HOSTAPD_RATE_PREAMBLE2 0x00000004 |
#define | HOSTAPD_RATE_SUPPORTED 0x00000010 |
#define | HOSTAPD_RATE_OFDM 0x00000020 |
#define | HOSTAPD_RATE_CCK 0x00000040 |
#define | HOSTAPD_RATE_MANDATORY 0x00000100 |
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.h.
|
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. |