Searched defs:subscription (Results 1 – 1 of 1) sorted by relevance
79 struct subscription { struct82 time_t timeout_time; /* when to age out the subscription */ argument89 u8 uuid[UUID_LEN];91 struct dl_list addr_list;92 struct dl_list event_queue; /* Queued event messages. */95 int last_event_failed; /* Whether delivery of last event failed */98 u8 selected_registrar;99 u16 dev_password_id;100 u16 config_methods;101 u8 authorized_macs[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN];[all …]