Searched refs:probe_client_pending (Results 1 – 3 of 3) sorted by relevance
280 INIT_LIST_HEAD(&vif->probe_client_pending); in wil_vif_init()
2337 if (!list_empty(&vif->probe_client_pending)) { in next_probe_client()2338 ret = vif->probe_client_pending.next; in next_probe_client()2372 list_for_each_entry_safe(req, t, &vif->probe_client_pending, list) { in wil_probe_client_flush()2403 list_add_tail(&req->list, &vif->probe_client_pending); in wil_cfg80211_probe_client()
873 struct list_head probe_client_pending; member