Lines Matching refs:wil6210_vif
26 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen()
70 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search()
140 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_p2p_listen()
188 u8 wil_p2p_stop_discovery(struct wil6210_vif *vif) in wil_p2p_stop_discovery()
207 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen()
246 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_listen_expired()
247 struct wil6210_vif, p2p); in wil_p2p_listen_expired()
274 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_search_expired()
275 struct wil6210_vif, p2p); in wil_p2p_search_expired()
306 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_delayed_listen_work()
307 struct wil6210_vif, p2p); in wil_p2p_delayed_listen_work()
351 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_p2p_stop_radio_operations()