Lines Matching defs:fst_iface

18 struct fst_iface {
28 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname,
32 void fst_iface_delete(struct fst_iface *i);
34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i)
39 static inline const char * fst_iface_get_name(struct fst_iface *i)
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i)
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i)
54 static inline u8 fst_iface_get_priority(struct fst_iface *i)
59 static inline u32 fst_iface_get_llt(struct fst_iface *i)
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *i)
69 static inline const u8 * fst_iface_get_bssid(struct fst_iface *i)
74 static inline void fst_iface_get_channel_info(struct fst_iface *i,
81 static inline int fst_iface_get_hw_modes(struct fst_iface *i,
87 static inline void fst_iface_set_ies(struct fst_iface *i,
93 static inline int fst_iface_send_action(struct fst_iface *i,
100 fst_iface_get_peer_mb_ie(struct fst_iface *i, const u8 *addr)
105 static inline void fst_iface_update_mb_ie(struct fst_iface *i,
112 static inline const u8 * fst_iface_get_peer_first(struct fst_iface *i,
119 static inline const u8 * fst_iface_get_peer_next(struct fst_iface *i,
126 Boolean 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)