12 size_t num_hw_features);
14 int hostapd_acs_completed(
struct hostapd_iface *iface,
int err);
16 const char * hostapd_hw_mode_txt(
int mode);
17 int hostapd_hw_get_freq(
struct hostapd_data *hapd,
int chan);
18 int hostapd_hw_get_channel(
struct hostapd_data *hapd,
int freq);
26 size_t num_hw_features)
30 static inline int hostapd_get_hw_features(
struct hostapd_iface *iface)
35 static inline int hostapd_acs_completed(
struct hostapd_iface *iface,
int err)
45 static inline const char * hostapd_hw_mode_txt(
int mode)
50 static inline int hostapd_hw_get_freq(
struct hostapd_data *hapd,
int chan)
55 static inline int hostapd_check_ht_capab(
struct hostapd_iface *iface)
60 static inline int hostapd_prepare_rates(
struct hostapd_iface *iface,
66 static inline void hostapd_stop_setup_timers(
struct hostapd_iface *iface)
hostapd per-interface data structure
Definition: hostapd.h:291
Supported hardware mode information.
Definition: driver.h:132
int hostapd_select_hw_mode(struct hostapd_iface *iface)
Select the hardware mode.
Definition: hw_features.c:897
hostapd per-BSS data structure
Definition: hostapd.h:103