Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A 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()
H A Dwil6210.h1314 int wmi_p2p_cfg(struct wil6210_vif *vif, int channel, int bi);
H A Dwmi.c2355 int wmi_p2p_cfg(struct wil6210_vif *vif, int channel, int bi) in wmi_p2p_cfg() function