Lines Matching defs:wdev
957 struct wireless_dev *wdev = vif_to_wdev(vif);
1020 if ((wdev->iftype == NL80211_IFTYPE_STATION) ||
1021 (wdev->iftype == NL80211_IFTYPE_P2P_CLIENT)) {
1028 } else if ((wdev->iftype == NL80211_IFTYPE_AP) ||
1029 (wdev->iftype == NL80211_IFTYPE_P2P_GO)) {
1052 if ((wdev->iftype == NL80211_IFTYPE_STATION) ||
1053 (wdev->iftype == NL80211_IFTYPE_P2P_CLIENT)) {
1074 } else if ((wdev->iftype == NL80211_IFTYPE_AP) ||
1075 (wdev->iftype == NL80211_IFTYPE_P2P_GO)) {
1101 wil_err(wil, "unhandled iftype %d for CID %d\n", wdev->iftype,
1143 struct wireless_dev *wdev = vif_to_wdev(vif);
1147 switch (wdev->iftype) {
1221 struct wireless_dev *wdev = vif_to_wdev(vif);
1233 if (wdev->iftype != NL80211_IFTYPE_AP || !disable_ap_sme ||
1256 if (wdev->iftype != NL80211_IFTYPE_AP)
1591 if (!(vif->wdev.iftype == NL80211_IFTYPE_STATION ||
1592 vif->wdev.iftype == NL80211_IFTYPE_P2P_CLIENT)) {
1593 wil_err(wil, "invalid interface type %d\n", vif->wdev.iftype);
2614 struct wireless_dev *wdev = ndev->ieee80211_ptr;
2637 if (wdev->iftype == NL80211_IFTYPE_MONITOR) {