Lines Matching refs:iface
17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_check_edmg_capab(struct hostapd_iface *iface);
25 int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface);
26 int hostapd_prepare_rates(struct hostapd_iface *iface,
28 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
29 int hostapd_hw_skip_mode(struct hostapd_iface *iface,
38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() argument
43 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() argument
48 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode() argument
63 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab() argument
68 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab() argument
73 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() argument
79 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers() argument
83 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface, in hostapd_hw_skip_mode() argument
89 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab() argument