Home
last modified time | relevance | path

Searched refs:active_scs_elem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Drobust_av.c477 struct active_scs_elem *scs_desc, *prev; in scs_request_timer()
484 struct active_scs_elem, list) { in scs_request_timer()
587 struct active_scs_elem *active_scs_elem; in wpas_send_scs_req() local
592 active_scs_elem = os_malloc(sizeof(struct active_scs_elem)); in wpas_send_scs_req()
593 if (!active_scs_elem) in wpas_send_scs_req()
595 active_scs_elem->scs_id = desc_elem->scs_id; in wpas_send_scs_req()
596 active_scs_elem->status = SCS_DESC_SENT; in wpas_send_scs_req()
597 dl_list_add(&wpa_s->active_scs_ids, &active_scs_elem->list); in wpas_send_scs_req()
843 struct active_scs_elem *scs_desc, *prev; in wpas_handle_robust_av_scs_recv_action()
886 struct active_scs_elem, list) { in wpas_handle_robust_av_scs_recv_action()
[all …]
H A Dwpa_supplicant_i.h658 struct active_scs_elem { struct
H A Dctrl_iface.c11636 struct active_scs_elem *active_scs_desc; in wpas_ctrl_iface_configure_scs()
11661 struct active_scs_elem, list) { in wpas_ctrl_iface_configure_scs()