Searched refs:wmi_nettype (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ | 
| D | cfg80211.c | 1930 	u8 wmi_nettype = wil_iftype_nl2wmi(wdev->iftype);  in _wil_cfg80211_start_ap()  local1937 		wmi_nettype = WMI_NETTYPE_P2P;  in _wil_cfg80211_start_ap()
 1996 	rc = wmi_pcp_start(vif, bi, wmi_nettype, chan, wmi_edmg_channel,  in _wil_cfg80211_start_ap()
 
 | 
| D | wmi.c | 2185 int wmi_pcp_start(struct wil6210_vif *vif, int bi, u8 wmi_nettype,  in wmi_pcp_start()  argument2193 		.network_type = wmi_nettype,  in wmi_pcp_start()
 2241 	if (wmi_nettype != WMI_NETTYPE_P2P)  in wmi_pcp_start()
 
 | 
| D | wil6210.h | 1351 int wmi_pcp_start(struct wil6210_vif *vif, int bi, u8 wmi_nettype, u8 chan,
 |