Searched refs:wil_has_other_active_ifaces (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 23 bool wil_has_other_active_ifaces(struct wil6210_priv *wil, in wil_has_other_active_ifaces() function 47 return wil_has_other_active_ifaces(wil, NULL, up, ok); in wil_has_active_ifaces() 63 if (!wil_has_other_active_ifaces(wil, ndev, true, false)) { in wil_open() 84 if (!wil_has_other_active_ifaces(wil, ndev, true, false)) { in wil_stop()
|
D | cfg80211.c | 833 if (!wil_has_other_active_ifaces(wil, ndev, true, false) && in wil_cfg80211_change_iface() 1358 if (!wil_has_other_active_ifaces(wil, ndev, false, true)) in wil_cfg80211_connect() 1968 if (!wil_has_other_active_ifaces(wil, ndev, true, false)) { in _wil_cfg80211_start_ap() 1993 if (!wil_has_other_active_ifaces(wil, ndev, false, true)) in _wil_cfg80211_start_ap() 2011 if (!wil_has_other_active_ifaces(wil, ndev, false, true)) in _wil_cfg80211_start_ap() 2186 last = !wil_has_other_active_ifaces(wil, ndev, false, true); in wil_cfg80211_stop_ap()
|
D | wil6210.h | 1217 bool wil_has_other_active_ifaces(struct wil6210_priv *wil,
|
D | main.c | 358 if (!wil_has_other_active_ifaces(wil, ndev, false, true)) in _wil6210_disconnect_complete()
|