Home
last modified time | relevance | path

Searched refs:fst_iface_get_group (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst.c92 struct fst_group *group = fst_iface_get_group(iface); in fst_detach()
184 fst_group_update_ie(fst_iface_get_group(iface)); in fst_notify_peer_connected()
200 fst_group_update_ie(fst_iface_get_group(iface)); in fst_notify_peer_disconnected()
213 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2); in fst_are_ifaces_aggregated()
222 fst_group_update_ie(fst_iface_get_group(iface)); in fst_update_mac_addr()
Dfst_internal.h28 fst_printf_group(fst_iface_get_group(iface), (level), "%s: " format, \
Dfst_iface.h34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i) in fst_iface_get_group() function
Dfst_group.c304 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) { in fst_group_get_peer_other_connection_1()
345 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) { in fst_group_get_peer_other_connection_2()
Dfst_session.c392 g = fst_iface_get_group(iface); in fst_session_handle_setup_request()
1223 s = fst_find_session_in_progress(mgmt->sa, fst_iface_get_group(iface)); in fst_session_on_action_rx()