he_operation      668 include/net/mac80211.h 	struct ieee80211_he_operation he_operation;
he_operation       58 net/mac80211/he.c 	struct ieee80211_he_operation *he_operation =
he_operation       59 net/mac80211/he.c 					&vif->bss_conf.he_operation;
he_operation       62 net/mac80211/he.c 		memset(he_operation, 0, sizeof(*he_operation));
he_operation       66 net/mac80211/he.c 	vif->bss_conf.he_operation = *he_op_ie_elem;
he_operation     1482 net/mac80211/ieee80211_i.h 	const struct ieee80211_he_operation *he_operation;
he_operation     3340 net/mac80211/mlme.c 	    (!elems.he_cap || !elems.he_operation)) {
he_operation     3357 net/mac80211/mlme.c 	if (elems.he_operation && !(ifmgd->flags & IEEE80211_STA_DISABLE_HE) &&
he_operation     3373 net/mac80211/mlme.c 			le32_get_bits(elems.he_operation->he_oper_params,
he_operation     3377 net/mac80211/mlme.c 			le32_get_bits(elems.he_operation->he_oper_params,
he_operation     3380 net/mac80211/mlme.c 			le32_get_bits(elems.he_operation->he_oper_params,
he_operation     3395 net/mac80211/mlme.c 		ieee80211_he_op_ie_to_bss_conf(&sdata->vif, elems.he_operation);
he_operation     4031 net/mac80211/mlme.c 				elems.vht_operation, elems.he_operation,
he_operation     1239 net/mac80211/util.c 				   elen >= sizeof(*elems->he_operation) &&
he_operation     1241 net/mac80211/util.c 				elems->he_operation = (void *)&pos[1];