Lines Matching refs:fst_iface
33 struct fst_iface;
174 int (*on_iface_added)(struct fst_iface *i);
179 void (*on_iface_removed)(struct fst_iface *i);
199 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i,
225 struct fst_iface * fst_attach(const char *ifname,
234 void fst_detach(struct fst_iface *iface);
243 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt,
251 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr);
258 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr);
271 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
272 struct fst_iface *iface2);