Home
last modified time | relevance | path

Searched refs:iface_state (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.c112 is = &extra->iface_state; in fst_ctrl_iface_notify()
700 extra.iface_state.attached = attached; in fst_ctrl_iface_on_iface_state_changed()
701 os_strlcpy(extra.iface_state.ifname, fst_iface_get_name(i), in fst_ctrl_iface_on_iface_state_changed()
702 sizeof(extra.iface_state.ifname)); in fst_ctrl_iface_on_iface_state_changed()
703 os_strlcpy(extra.iface_state.group_id, fst_iface_get_group_id(i), in fst_ctrl_iface_on_iface_state_changed()
704 sizeof(extra.iface_state.group_id)); in fst_ctrl_iface_on_iface_state_changed()
Dfst_ctrl_aux.h60 } iface_state; /* for EVENT_FST_IFACE_STATE_CHANGED */ member