Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_cmd.c1539 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_cmd_robust_coex() local
1542 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()
1545 coex_tlv = (struct mwifiex_ie_types_robust_coex *) in mwifiex_cmd_robust_coex()
1547 coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX); in mwifiex_cmd_robust_coex()
1548 coex_tlv->header.len = cpu_to_le16(sizeof(coex_tlv->mode)); in mwifiex_cmd_robust_coex()
1554 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_TIMESHARE); in mwifiex_cmd_robust_coex()
1556 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_SPATIAL); in mwifiex_cmd_robust_coex()
Dsta_cmdresp.c1015 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_ret_robust_coex() local
1019 coex_tlv = (struct mwifiex_ie_types_robust_coex in mwifiex_ret_robust_coex()
1022 mode = le32_to_cpu(coex_tlv->mode); in mwifiex_ret_robust_coex()