Searched refs:iface_state (Results 1 – 2 of 2) sorted by relevance
112 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()
60 } iface_state; /* for EVENT_FST_IFACE_STATE_CHANGED */ member