HomeSort by: relevance | last modified time | path
    Searched defs:scs_elem (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
robust_av.c 928 struct active_scs_elem *scs_elem; local
930 while ((scs_elem = dl_list_first(&wpa_s->active_scs_ids,
932 dl_list_del(&scs_elem->list);
933 os_free(scs_elem);

Completed in 37 milliseconds