Searched refs:wiphy_by_index (Results 1 – 3 of 3) sorted by relevance
16 hashmap_remove_value(w->manager->wiphy_by_index, UINT32_TO_PTR(w->index), w); in wiphy_free()39 r = hashmap_ensure_put(&manager->wiphy_by_index, NULL, UINT32_TO_PTR(w->index), w); in wiphy_new()57 w = hashmap_get(manager->wiphy_by_index, UINT32_TO_PTR(index)); in wiphy_get_by_index()
88 Hashmap *wiphy_by_index; member
560 m->wiphy_by_index = hashmap_free_with_destructor(m->wiphy_by_index, wiphy_free); in manager_free()