sta_ht_cap       4385 drivers/net/wireless/ti/wlcore/main.c 	struct ieee80211_sta_ht_cap sta_ht_cap;
sta_ht_cap       4446 drivers/net/wireless/ti/wlcore/main.c 			sta_ht_cap = sta->ht_cap;
sta_ht_cap       4561 drivers/net/wireless/ti/wlcore/main.c 					     &sta_ht_cap,
sta_ht_cap        155 net/mac80211/mlme.c 	struct ieee80211_sta_ht_cap sta_ht_cap;
sta_ht_cap        158 net/mac80211/mlme.c 	memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap));
sta_ht_cap        159 net/mac80211/mlme.c 	ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap);
sta_ht_cap        166 net/mac80211/mlme.c 	if (!ht_oper || !sta_ht_cap.ht_supported) {
sta_ht_cap        193 net/mac80211/mlme.c 	if (sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) {
sta_ht_cap       5431 net/mac80211/mlme.c 		struct ieee80211_sta_ht_cap sta_ht_cap;
sta_ht_cap       5436 net/mac80211/mlme.c 		memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap));
sta_ht_cap       5437 net/mac80211/mlme.c 		ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap);
sta_ht_cap       5442 net/mac80211/mlme.c 		    !(sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40))