Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dnetdev.c280 INIT_LIST_HEAD(&vif->probe_client_pending); in wil_vif_init()
Dcfg80211.c2339 if (!list_empty(&vif->probe_client_pending)) { in next_probe_client()
2340 ret = vif->probe_client_pending.next; in next_probe_client()
2374 list_for_each_entry_safe(req, t, &vif->probe_client_pending, list) { in wil_probe_client_flush()
2405 list_add_tail(&req->list, &vif->probe_client_pending); in wil_cfg80211_probe_client()
Dwil6210.h873 struct list_head probe_client_pending; member