Searched refs:nsdata (Results 1 – 2 of 2) sorted by relevance
209 struct ieee802154_sub_if_data *nsdata; in ieee802154_check_concurrent_iface() local212 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee802154_check_concurrent_iface()213 if (nsdata != sdata && ieee802154_sdata_running(nsdata)) { in ieee802154_check_concurrent_iface()222 nsdata->vif.type == NL802154_IFTYPE_NODE) in ieee802154_check_concurrent_iface()229 &nsdata->wpan_dev); in ieee802154_check_concurrent_iface()
254 struct ieee80211_sub_if_data *nsdata; in ieee80211_check_concurrent_iface() local260 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee80211_check_concurrent_iface()261 if (nsdata != sdata && ieee80211_sdata_running(nsdata)) { in ieee80211_check_concurrent_iface()266 nsdata->vif.type != NL80211_IFTYPE_MONITOR) || in ieee80211_check_concurrent_iface()268 nsdata->vif.type == NL80211_IFTYPE_OCB)) in ieee80211_check_concurrent_iface()282 nsdata->vif.type == NL80211_IFTYPE_ADHOC) in ieee80211_check_concurrent_iface()288 if (nsdata->vif.csa_active) in ieee80211_check_concurrent_iface()296 nsdata->vif.addr)) in ieee80211_check_concurrent_iface()303 nsdata->vif.type)) in ieee80211_check_concurrent_iface()310 nsdata->vif.type == NL80211_IFTYPE_AP) in ieee80211_check_concurrent_iface()[all …]