Searched refs:nsdata (Results 1 – 2 of 2) sorted by relevance
278 struct ieee802154_sub_if_data *nsdata; in ieee802154_check_concurrent_iface() local281 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee802154_check_concurrent_iface()282 if (nsdata != sdata && ieee802154_sdata_running(nsdata)) { in ieee802154_check_concurrent_iface()291 nsdata->wpan_dev.iftype == NL802154_IFTYPE_NODE) in ieee802154_check_concurrent_iface()298 &nsdata->wpan_dev); in ieee802154_check_concurrent_iface()
249 struct ieee80211_sub_if_data *nsdata; in ieee80211_check_concurrent_iface() local255 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee80211_check_concurrent_iface()256 if (nsdata != sdata && ieee80211_sdata_running(nsdata)) { in ieee80211_check_concurrent_iface()261 nsdata->vif.type != NL80211_IFTYPE_MONITOR) || in ieee80211_check_concurrent_iface()263 nsdata->vif.type == NL80211_IFTYPE_OCB)) in ieee80211_check_concurrent_iface()277 nsdata->vif.type == NL80211_IFTYPE_ADHOC) in ieee80211_check_concurrent_iface()283 if (nsdata->vif.csa_active) in ieee80211_check_concurrent_iface()291 nsdata->vif.addr)) in ieee80211_check_concurrent_iface()298 nsdata->vif.type)) in ieee80211_check_concurrent_iface()305 nsdata->vif.type == NL80211_IFTYPE_AP) in ieee80211_check_concurrent_iface()[all …]