Home
last modified time | relevance | path

Searched refs:ss_tlv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c382 struct mwifiex_ie_types_ss_param_set *ss_tlv; in mwifiex_cmd_802_11_associate() local
428 ss_tlv = (struct mwifiex_ie_types_ss_param_set *) pos; in mwifiex_cmd_802_11_associate()
429 ss_tlv->header.type = cpu_to_le16(WLAN_EID_CF_PARAMS); in mwifiex_cmd_802_11_associate()
430 ss_tlv->header.len = cpu_to_le16(sizeof(ss_tlv->cf_ibss.cf_param_set)); in mwifiex_cmd_802_11_associate()
431 pos += sizeof(ss_tlv->header) + le16_to_cpu(ss_tlv->header.len); in mwifiex_cmd_802_11_associate()