Searched refs:sae_pwe_tlv (Results 1 – 1 of 1) sorted by relevance
385 struct mwifiex_ie_types_sae_pwe_mode *sae_pwe_tlv; in mwifiex_cmd_802_11_associate() local471 sae_pwe_tlv = in mwifiex_cmd_802_11_associate()473 sae_pwe_tlv->header.type = in mwifiex_cmd_802_11_associate()475 sae_pwe_tlv->header.len = in mwifiex_cmd_802_11_associate()476 cpu_to_le16(sizeof(sae_pwe_tlv->pwe[0])); in mwifiex_cmd_802_11_associate()477 sae_pwe_tlv->pwe[0] = bss_desc->bcn_rsnx_ie->data[0]; in mwifiex_cmd_802_11_associate()478 pos += sizeof(sae_pwe_tlv->header) + in mwifiex_cmd_802_11_associate()479 sizeof(sae_pwe_tlv->pwe[0]); in mwifiex_cmd_802_11_associate()