Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/mwifiex/
Djoin.c347 struct mwifiex_ie_types_ss_param_set *ss_tlv; in mwifiex_cmd_802_11_associate() local
395 ss_tlv = (struct mwifiex_ie_types_ss_param_set *) pos; in mwifiex_cmd_802_11_associate()
396 ss_tlv->header.type = cpu_to_le16(WLAN_EID_CF_PARAMS); in mwifiex_cmd_802_11_associate()
397 ss_tlv->header.len = cpu_to_le16(sizeof(ss_tlv->cf_ibss.cf_param_set)); in mwifiex_cmd_802_11_associate()
398 pos += sizeof(ss_tlv->header) + le16_to_cpu(ss_tlv->header.len); in mwifiex_cmd_802_11_associate()