Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c280 INIT_LIST_HEAD(&vif->probe_client_pending); in wil_vif_init()
H A Dcfg80211.c2337 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()
H A Dwil6210.h873 struct list_head probe_client_pending; member