Lines Matching refs:fst_iface

18 struct fst_iface {  struct
28 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname, argument
32 void fst_iface_delete(struct fst_iface *i);
34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i) in fst_iface_get_group()
39 static inline const char * fst_iface_get_name(struct fst_iface *i) in fst_iface_get_name()
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i) in fst_iface_get_addr()
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i) in fst_iface_get_group_id()
54 static inline u8 fst_iface_get_priority(struct fst_iface *i) in fst_iface_get_priority()
59 static inline u32 fst_iface_get_llt(struct fst_iface *i) in fst_iface_get_llt()
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *i) in fst_iface_get_mbie()
69 static inline const u8 * fst_iface_get_bssid(struct fst_iface *i) in fst_iface_get_bssid()
74 static inline void fst_iface_get_channel_info(struct fst_iface *i, in fst_iface_get_channel_info()
81 static inline int fst_iface_get_hw_modes(struct fst_iface *i, in fst_iface_get_hw_modes()
87 static inline void fst_iface_set_ies(struct fst_iface *i, in fst_iface_set_ies()
93 static inline int fst_iface_send_action(struct fst_iface *i, in fst_iface_send_action()
100 fst_iface_get_peer_mb_ie(struct fst_iface *i, const u8 *addr) in fst_iface_get_peer_mb_ie()
105 static inline void fst_iface_update_mb_ie(struct fst_iface *i, in fst_iface_update_mb_ie()
112 static inline const u8 * fst_iface_get_peer_first(struct fst_iface *i, in fst_iface_get_peer_first()
119 static inline const u8 * fst_iface_get_peer_next(struct fst_iface *i, in fst_iface_get_peer_next()
126 bool fst_iface_is_connected(struct fst_iface *iface, const u8 *addr,
128 void fst_iface_attach_mbie(struct fst_iface *i, struct wpabuf *mbie);
129 enum mb_band_id fst_iface_get_band_id(struct fst_iface *i);
131 static inline void * fst_iface_get_wpa_obj_ctx(struct fst_iface *i) in fst_iface_get_wpa_obj_ctx()