Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dnetdev.c280 INIT_LIST_HEAD(&vif->probe_client_pending); in wil_vif_init()
Dcfg80211.c2315 if (!list_empty(&vif->probe_client_pending)) { in next_probe_client()
2316 ret = vif->probe_client_pending.next; in next_probe_client()
2350 list_for_each_entry_safe(req, t, &vif->probe_client_pending, list) { in wil_probe_client_flush()
2381 list_add_tail(&req->list, &vif->probe_client_pending); in wil_cfg80211_probe_client()
Dwil6210.h871 struct list_head probe_client_pending; member