sta_opmode       6879 include/net/cfg80211.h 				       struct sta_opmode_info *sta_opmode,
sta_opmode       3083 net/mac80211/rx.c 			struct sta_opmode_info sta_opmode = {};
sta_opmode       3104 net/mac80211/rx.c 			sta_opmode.smps_mode =
sta_opmode       3106 net/mac80211/rx.c 			sta_opmode.changed = STA_OPMODE_SMPS_MODE_CHANGED;
sta_opmode       3114 net/mac80211/rx.c 							  &sta_opmode,
sta_opmode       3122 net/mac80211/rx.c 			struct sta_opmode_info sta_opmode = {};
sta_opmode       3143 net/mac80211/rx.c 			sta_opmode.bw =
sta_opmode       3145 net/mac80211/rx.c 			sta_opmode.changed = STA_OPMODE_MAX_BW_CHANGED;
sta_opmode       3151 net/mac80211/rx.c 							  &sta_opmode,
sta_opmode        505 net/mac80211/vht.c 	struct sta_opmode_info sta_opmode = {};
sta_opmode        519 net/mac80211/vht.c 		sta_opmode.rx_nss = nss;
sta_opmode        521 net/mac80211/vht.c 		sta_opmode.changed |= STA_OPMODE_N_SS_CHANGED;
sta_opmode        542 net/mac80211/vht.c 		sta_opmode.bw = ieee80211_sta_rx_bw_to_chan_width(sta);
sta_opmode        544 net/mac80211/vht.c 		sta_opmode.changed |= STA_OPMODE_MAX_BW_CHANGED;
sta_opmode        547 net/mac80211/vht.c 	if (sta_opmode.changed)
sta_opmode        549 net/mac80211/vht.c 						  &sta_opmode, GFP_KERNEL);
sta_opmode       16373 net/wireless/nl80211.c 				       struct sta_opmode_info *sta_opmode,
sta_opmode       16403 net/wireless/nl80211.c 	if ((sta_opmode->changed & STA_OPMODE_SMPS_MODE_CHANGED) &&
sta_opmode       16404 net/wireless/nl80211.c 	    nla_put_u8(msg, NL80211_ATTR_SMPS_MODE, sta_opmode->smps_mode))
sta_opmode       16407 net/wireless/nl80211.c 	if ((sta_opmode->changed & STA_OPMODE_MAX_BW_CHANGED) &&
sta_opmode       16408 net/wireless/nl80211.c 	    nla_put_u32(msg, NL80211_ATTR_CHANNEL_WIDTH, sta_opmode->bw))
sta_opmode       16411 net/wireless/nl80211.c 	if ((sta_opmode->changed & STA_OPMODE_N_SS_CHANGED) &&
sta_opmode       16412 net/wireless/nl80211.c 	    nla_put_u8(msg, NL80211_ATTR_NSS, sta_opmode->rx_nss))