Symbol: ieee80211_vht_operation
drivers/net/wireless/marvell/mwifiex/11ac.c
297
struct ieee80211_vht_operation *vht_oper;
drivers/net/wireless/marvell/mwifiex/main.h
373
struct ieee80211_vht_operation vhtoper;
drivers/net/wireless/marvell/mwifiex/main.h
416
struct ieee80211_vht_operation *bcn_vht_oper;
drivers/net/wireless/marvell/mwifiex/main.h
760
struct ieee80211_vht_operation vhtoper;
drivers/net/wireless/marvell/mwifiex/tdls.c
1027
sizeof(struct ieee80211_vht_operation))
drivers/net/wireless/marvell/mwifiex/tdls.c
1031
sizeof(struct ieee80211_vht_operation));
drivers/net/wireless/marvell/mwifiex/tdls.c
238
struct ieee80211_vht_operation *vht_oper;
drivers/net/wireless/marvell/mwifiex/tdls.c
274
pos = skb_put(skb, sizeof(struct ieee80211_vht_operation) + 2);
drivers/net/wireless/marvell/mwifiex/tdls.c
276
*pos++ = sizeof(struct ieee80211_vht_operation);
drivers/net/wireless/marvell/mwifiex/tdls.c
277
vht_oper = (struct ieee80211_vht_operation *)pos;
net/mac80211/ibss.c
67
2 + sizeof(struct ieee80211_vht_operation) +
net/mac80211/ieee80211_i.h
1784
const struct ieee80211_vht_operation *vht_operation;
net/mac80211/ieee80211_i.h
2709
const struct ieee80211_vht_operation *oper,
net/mac80211/mesh.c
561
if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_operation))
net/mac80211/mesh.c
564
pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation));
net/mac80211/mesh.c
991
2 + sizeof(struct ieee80211_vht_operation) +
net/mac80211/mesh_plink.c
242
2 + sizeof(struct ieee80211_vht_operation) +
net/mac80211/mlme.c
162
const struct ieee80211_vht_operation *vht_oper = elems->vht_operation;
net/mac80211/mlme.c
264
struct ieee80211_vht_operation he_oper_vht_cap;
net/mac80211/mlme.c
447
const struct ieee80211_vht_operation *vht_op)
net/mac80211/parse.c
509
if (elen >= sizeof(struct ieee80211_vht_operation)) {
net/mac80211/spectmgmt.c
81
struct ieee80211_vht_operation vht_oper;
net/mac80211/tdls.c
676
pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation));
net/mac80211/tdls.c
938
sizeof(struct ieee80211_vht_operation)) +
net/mac80211/util.c
2774
struct ieee80211_vht_operation *vht_oper;
net/mac80211/util.c
2777
*pos++ = sizeof(struct ieee80211_vht_operation);
net/mac80211/util.c
2778
vht_oper = (struct ieee80211_vht_operation *)pos;
net/mac80211/util.c
2822
return pos + sizeof(struct ieee80211_vht_operation);
net/mac80211/util.c
3022
const struct ieee80211_vht_operation *oper,