Home
last modified time | relevance | path

Searched refs:vht_op (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c164 struct mwifiex_ie_types_vht_oper *vht_op; in mwifiex_cmd_append_11ac_tlv() local
195 vht_op = (struct mwifiex_ie_types_vht_oper *)*buffer; in mwifiex_cmd_append_11ac_tlv()
196 memset(vht_op, 0, sizeof(*vht_op)); in mwifiex_cmd_append_11ac_tlv()
197 vht_op->header.type = in mwifiex_cmd_append_11ac_tlv()
199 vht_op->header.len = cpu_to_le16(sizeof(*vht_op) - in mwifiex_cmd_append_11ac_tlv()
201 memcpy((u8 *)vht_op + in mwifiex_cmd_append_11ac_tlv()
204 le16_to_cpu(vht_op->header.len)); in mwifiex_cmd_append_11ac_tlv()
213 vht_op in mwifiex_cmd_append_11ac_tlv()
[all...]
/linux/net/mac80211/
H A Dmlme.c390 const struct ieee80211_vht_operation *vht_op) in ieee80211_verify_sta_vht_mcs_support() argument
399 if (!vht_op) in ieee80211_verify_sta_vht_mcs_support()
405 ap_min_req_set = le16_to_cpu(vht_op->basic_mcs_set); in ieee80211_verify_sta_vht_mcs_support()