Searched refs:auth_tlv (Results 1 – 1 of 1) sorted by relevance
384 struct mwifiex_ie_types_auth_type *auth_tlv; in mwifiex_cmd_802_11_associate() local452 auth_tlv = (struct mwifiex_ie_types_auth_type *) pos; in mwifiex_cmd_802_11_associate()453 auth_tlv->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE); in mwifiex_cmd_802_11_associate()454 auth_tlv->header.len = cpu_to_le16(sizeof(auth_tlv->auth_type)); in mwifiex_cmd_802_11_associate()456 auth_tlv->auth_type = cpu_to_le16( in mwifiex_cmd_802_11_associate()459 auth_tlv->auth_type = cpu_to_le16(NL80211_AUTHTYPE_OPEN_SYSTEM); in mwifiex_cmd_802_11_associate()461 pos += sizeof(auth_tlv->header) + le16_to_cpu(auth_tlv->header.len); in mwifiex_cmd_802_11_associate()