Searched refs:pauth_tlv (Results 1 – 2 of 2) sorted by relevance
872 MrvlIEtypes_AuthType_t *pauth_tlv = MNULL; in wlan_cmd_802_11_associate() local965 pauth_tlv = (MrvlIEtypes_AuthType_t *)pos; in wlan_cmd_802_11_associate()966 pauth_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_AUTH_TYPE); in wlan_cmd_802_11_associate()967 pauth_tlv->header.len = sizeof(pauth_tlv->auth_type); in wlan_cmd_802_11_associate()971 pauth_tlv->auth_type = wlan_cpu_to_le16( in wlan_cmd_802_11_associate()975 pauth_tlv->auth_type = in wlan_cmd_802_11_associate()979 pauth_tlv->auth_type = in wlan_cmd_802_11_associate()982 pauth_tlv->auth_type = in wlan_cmd_802_11_associate()984 pos += sizeof(pauth_tlv->header) + pauth_tlv->header.len; in wlan_cmd_802_11_associate()985 pauth_tlv->header.len = wlan_cpu_to_le16(pauth_tlv->header.len); in wlan_cmd_802_11_associate()[all …]
681 MrvlIEtypes_AuthType_t *pauth_tlv; in wlan_cmd_802_11_associate() local763 pauth_tlv = (MrvlIEtypes_AuthType_t *)pos; in wlan_cmd_802_11_associate()764 pauth_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_AUTH_TYPE); in wlan_cmd_802_11_associate()765 pauth_tlv->header.len = sizeof(pauth_tlv->auth_type); in wlan_cmd_802_11_associate()769 pauth_tlv->auth_type = in wlan_cmd_802_11_associate()774 pauth_tlv->auth_type = in wlan_cmd_802_11_associate()777 pauth_tlv->auth_type = in wlan_cmd_802_11_associate()779 pos += sizeof(pauth_tlv->header) + pauth_tlv->header.len; in wlan_cmd_802_11_associate()780 pauth_tlv->header.len = wlan_cpu_to_le16(pauth_tlv->header.len); in wlan_cmd_802_11_associate()