Lines Matching refs:fst_iface
41 struct fst_iface;
182 int (*on_iface_added)(struct fst_iface *i);
187 void (*on_iface_removed)(struct fst_iface *i);
207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i,
233 struct fst_iface * fst_attach(const char *ifname,
242 void fst_detach(struct fst_iface *iface);
251 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt,
259 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr);
266 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr);
279 bool fst_are_ifaces_aggregated(struct fst_iface *iface1,
280 struct fst_iface *iface2);
287 void fst_update_mac_addr(struct fst_iface *iface, const u8 *addr);