Home
last modified time | relevance | path

Searched refs:nsdata (Results 1 – 2 of 2) sorted by relevance

/net/mac802154/
Diface.c270 struct ieee802154_sub_if_data *nsdata; in ieee802154_check_concurrent_iface() local
273 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee802154_check_concurrent_iface()
274 if (nsdata != sdata && ieee802154_sdata_running(nsdata)) { in ieee802154_check_concurrent_iface()
283 nsdata->wpan_dev.iftype == NL802154_IFTYPE_NODE) in ieee802154_check_concurrent_iface()
290 &nsdata->wpan_dev); in ieee802154_check_concurrent_iface()
/net/mac80211/
Diface.c247 struct ieee80211_sub_if_data *nsdata; in ieee80211_check_concurrent_iface() local
253 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee80211_check_concurrent_iface()
254 if (nsdata != sdata && ieee80211_sdata_running(nsdata)) { in ieee80211_check_concurrent_iface()
259 nsdata->vif.type != NL80211_IFTYPE_MONITOR) || in ieee80211_check_concurrent_iface()
261 nsdata->vif.type == NL80211_IFTYPE_OCB)) in ieee80211_check_concurrent_iface()
275 nsdata->vif.type == NL80211_IFTYPE_ADHOC) in ieee80211_check_concurrent_iface()
281 if (nsdata->vif.csa_active) in ieee80211_check_concurrent_iface()
289 nsdata->vif.addr)) in ieee80211_check_concurrent_iface()
296 nsdata->vif.type)) in ieee80211_check_concurrent_iface()
303 nsdata->vif.type == NL80211_IFTYPE_AP) in ieee80211_check_concurrent_iface()
[all …]