Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dp2p.c24 rc = wmi_p2p_cfg(vif, channel, P2P_DEFAULT_BI); in wil_p2p_start_listen()
76 rc = wmi_p2p_cfg(vif, P2P_DMG_SOCIAL_CHANNEL, P2P_DEFAULT_BI); in wil_p2p_search()
Dwil6210.h1314 int wmi_p2p_cfg(struct wil6210_vif *vif, int channel, int bi);
Dwmi.c2355 int wmi_p2p_cfg(struct wil6210_vif *vif, int channel, int bi) in wmi_p2p_cfg() function