Lines Matching full:iface
17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_csa_update_hwmode(struct hostapd_iface *iface);
19 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
20 int hostapd_select_hw_mode(struct hostapd_iface *iface);
24 int hostapd_check_ht_capab(struct hostapd_iface *iface);
25 int hostapd_check_edmg_capab(struct hostapd_iface *iface);
26 int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface);
27 int hostapd_prepare_rates(struct hostapd_iface *iface,
29 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
30 int hostapd_hw_skip_mode(struct hostapd_iface *iface,
32 int hostapd_determine_mode(struct hostapd_iface *iface);
40 static inline int hostapd_get_hw_features(struct hostapd_iface *iface)
45 static inline int hostapd_csa_update_hwmode(struct hostapd_iface *iface)
50 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err)
55 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
70 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
75 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface)
80 static inline int hostapd_prepare_rates(struct hostapd_iface *iface,
86 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface)
90 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface,
96 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface)
101 static inline int hostapd_determine_mode(struct hostapd_iface *iface)