Searched refs:tmp_cap (Results 1 – 1 of 1) sorted by relevance
353 u16 tmp_cap; in mwifiex_cmd_802_11_associate() local491 tmp_cap = bss_desc->cap_info_bitmap; in mwifiex_cmd_802_11_associate()494 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_associate()496 tmp_cap &= CAPINFO_MASK; in mwifiex_cmd_802_11_associate()498 tmp_cap, CAPINFO_MASK); in mwifiex_cmd_802_11_associate()499 assoc->cap_info_bitmap = cpu_to_le16(tmp_cap); in mwifiex_cmd_802_11_associate()728 u16 tmp_cap; in mwifiex_cmd_802_11_ad_hoc_start() local824 tmp_cap = le16_to_cpu(adhoc_start->cap_info_bitmap); in mwifiex_cmd_802_11_ad_hoc_start()825 tmp_cap &= ~WLAN_CAPABILITY_ESS; in mwifiex_cmd_802_11_ad_hoc_start()826 tmp_cap |= WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()[all …]