Lines Matching refs:sdata
12 struct ieee80211_sub_if_data *sdata; in __ieee80211_suspend() local
73 list_for_each_entry(sdata, &local->interfaces, list) { in __ieee80211_suspend()
74 if (!ieee80211_sdata_running(sdata)) in __ieee80211_suspend()
76 if (sdata->vif.type != NL80211_IFTYPE_STATION) in __ieee80211_suspend()
78 ieee80211_mgd_quiesce(sdata); in __ieee80211_suspend()
114 list_for_each_entry(sdata, &local->interfaces, list) { in __ieee80211_suspend()
115 if (!ieee80211_sdata_running(sdata)) in __ieee80211_suspend()
117 switch (sdata->vif.type) { in __ieee80211_suspend()
122 ieee80211_mgd_quiesce(sdata); in __ieee80211_suspend()
127 sta = sdata->u.wds.sta; in __ieee80211_suspend()
133 WARN_ON(drv_sta_state(local, sta->sdata, in __ieee80211_suspend()
143 drv_remove_interface(local, sdata); in __ieee80211_suspend()
175 struct ieee80211_sub_if_data *sdata = vif_to_sdata(vif); in ieee80211_report_wowlan_wakeup() local
177 cfg80211_report_wowlan_wakeup(&sdata->wdev, wakeup, gfp); in ieee80211_report_wowlan_wakeup()