Searched refs:fst_iface (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/fst/ |
D | fst_iface.h | 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() [all …]
|
D | fst.h | 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, [all …]
|
D | fst_group.h | 23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry) 26 void fst_group_attach_iface(struct fst_group *g, struct fst_iface *i); 27 void fst_group_detach_iface(struct fst_group *g, struct fst_iface *i); 37 static inline struct fst_iface * fst_group_first_iface(struct fst_group *g) in fst_group_first_iface() 39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry); in fst_group_first_iface() 48 struct fst_iface * fst_group_get_iface_by_name(struct fst_group *g, 50 struct fst_iface * 52 struct fst_iface *iface, 56 struct fst_iface *
|
D | fst_group.c | 90 static unsigned fst_fill_iface_mb_ies(struct fst_iface *f, struct wpabuf *buf) in fst_fill_iface_mb_ies() 128 struct fst_iface *i) in fst_group_create_mb_ie() 131 struct fst_iface *f; in fst_group_create_mb_ie() 199 static struct fst_iface * 215 struct fst_iface *iface; in fst_group_get_new_iface_by_mbie_and_band_id() 241 struct fst_iface * fst_group_get_iface_by_name(struct fst_group *g, in fst_group_get_iface_by_name() 244 struct fst_iface *f; in fst_group_get_iface_by_name() 275 struct fst_iface *iface, in fst_group_does_iface_appear_in_other_mbies() 276 struct fst_iface *other, in fst_group_does_iface_appear_in_other_mbies() 294 struct fst_iface *other_new_iface; in fst_group_does_iface_appear_in_other_mbies() [all …]
|
D | fst.c | 21 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, in fst_ctrl_iface_notify_peer_state_change() 37 struct fst_iface * fst_attach(const char *ifname, const u8 *own_addr, in fst_attach() 43 struct fst_iface *iface = NULL; in fst_attach() 89 void fst_detach(struct fst_iface *iface) in fst_detach() 160 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, in fst_rx_action() 172 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_connected() 188 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_disconnected() 204 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1, in fst_are_ifaces_aggregated() 205 struct fst_iface *iface2) in fst_are_ifaces_aggregated()
|
D | fst_iface.c | 15 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname, in fst_iface_create() 20 struct fst_iface *i; in fst_iface_create() 44 void fst_iface_delete(struct fst_iface *i) in fst_iface_delete() 52 Boolean fst_iface_is_connected(struct fst_iface *iface, const u8 *addr, in fst_iface_is_connected() 66 void fst_iface_attach_mbie(struct fst_iface *i, struct wpabuf *mbie) in fst_iface_attach_mbie() 73 enum mb_band_id fst_iface_get_band_id(struct fst_iface *i) in fst_iface_get_band_id()
|
D | fst_session.h | 14 struct fst_iface; 21 void fst_session_global_on_iface_detached(struct fst_iface *iface); 26 void fst_session_set_iface(struct fst_session *s, struct fst_iface *iface, 34 void fst_session_handle_action(struct fst_session *s, struct fst_iface *iface, 42 struct fst_iface * fst_session_get_iface(struct fst_session *s, Boolean is_old); 55 void fst_session_on_action_rx(struct fst_iface *iface,
|
D | fst_ctrl_iface.c | 81 static void fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, in fst_ctrl_iface_notify() 174 struct fst_iface *new_iface, *old_iface; in session_get() 512 struct fst_iface *f; in iface_peers() 563 struct fst_iface *iface = NULL; in get_peer_mbies() 599 struct fst_iface *f; in list_ifaces() 660 static int print_band(unsigned num, struct fst_iface *iface, const u8 *addr, in print_band() 694 static void fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, in fst_ctrl_iface_on_iface_state_changed() 711 static int fst_ctrl_iface_on_iface_added(struct fst_iface *i) in fst_ctrl_iface_on_iface_added() 718 static void fst_ctrl_iface_on_iface_removed(struct fst_iface *i) in fst_ctrl_iface_on_iface_removed() 725 struct fst_iface *i, struct fst_session *s, in fst_ctrl_iface_on_event() [all …]
|
D | fst_session.c | 61 struct fst_iface *new_iface; 62 struct fst_iface *old_iface; 278 struct fst_iface *iface = in fst_session_send_action() 358 static void fst_session_handle_setup_request(struct fst_iface *iface, in fst_session_handle_setup_request() 364 struct fst_iface *new_iface = NULL; in fst_session_handle_setup_request() 520 struct fst_iface *iface, in fst_session_handle_setup_response() 624 struct fst_iface *iface, in fst_session_handle_tear_down() 659 struct fst_iface *iface, in fst_session_handle_ack_request() 723 struct fst_iface *iface, in fst_session_handle_ack_response() 808 void fst_session_set_iface(struct fst_session *s, struct fst_iface *iface, in fst_session_set_iface() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 328 struct fst_iface *fst;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 1043 struct fst_iface *fst;
|