Searched refs:vht_op (Results 1 – 3 of 3) sorted by relevance
157 struct nxpwifi_ie_types_vht_oper *vht_op; in nxpwifi_cmd_append_11ac_tlv() local188 vht_op = (struct nxpwifi_ie_types_vht_oper *)*buffer; in nxpwifi_cmd_append_11ac_tlv()189 memset(vht_op, 0, sizeof(*vht_op)); in nxpwifi_cmd_append_11ac_tlv()190 vht_op->header.type = in nxpwifi_cmd_append_11ac_tlv()192 vht_op->header.len = cpu_to_le16(sizeof(*vht_op) - in nxpwifi_cmd_append_11ac_tlv()194 memcpy((u8 *)vht_op + in nxpwifi_cmd_append_11ac_tlv()197 le16_to_cpu(vht_op->header.len)); in nxpwifi_cmd_append_11ac_tlv()205 vht_op->chan_width = in nxpwifi_cmd_append_11ac_tlv()210 vht_op->chan_width = in nxpwifi_cmd_append_11ac_tlv()215 vht_op->chan_width = in nxpwifi_cmd_append_11ac_tlv()[all …]
164 struct mwifiex_ie_types_vht_oper *vht_op; in mwifiex_cmd_append_11ac_tlv() local195 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->chan_width = in mwifiex_cmd_append_11ac_tlv()218 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()223 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()[all …]
590 const struct ieee80211_vht_operation *vht_op) in ieee80211_verify_sta_vht_mcs_support() argument599 if (!vht_op) in ieee80211_verify_sta_vht_mcs_support()605 ap_min_req_set = le16_to_cpu(vht_op->basic_mcs_set); in ieee80211_verify_sta_vht_mcs_support()