Searched refs:host_mlme_tlv (Results 1 – 1 of 1) sorted by relevance
387 struct mwifiex_ie_types_host_mlme *host_mlme_tlv; in mwifiex_cmd_802_11_associate() local515 host_mlme_tlv = (struct mwifiex_ie_types_host_mlme *)pos; in mwifiex_cmd_802_11_associate()516 host_mlme_tlv->header.type = cpu_to_le16(TLV_TYPE_HOST_MLME); in mwifiex_cmd_802_11_associate()517 host_mlme_tlv->header.len = in mwifiex_cmd_802_11_associate()518 cpu_to_le16(sizeof(host_mlme_tlv->host_mlme)); in mwifiex_cmd_802_11_associate()519 host_mlme_tlv->host_mlme = 1; in mwifiex_cmd_802_11_associate()520 pos += sizeof(host_mlme_tlv->header) + in mwifiex_cmd_802_11_associate()521 sizeof(host_mlme_tlv->host_mlme); in mwifiex_cmd_802_11_associate()