Searched refs:tmp_cap (Results 1 – 3 of 3) sorted by relevance
390 u16 tmp_cap; in mwifiex_cmd_802_11_associate() local563 tmp_cap = bss_desc->cap_info_bitmap; in mwifiex_cmd_802_11_associate()566 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_associate()568 tmp_cap &= CAPINFO_MASK; in mwifiex_cmd_802_11_associate()571 tmp_cap, CAPINFO_MASK); in mwifiex_cmd_802_11_associate()572 assoc->cap_info_bitmap = cpu_to_le16(tmp_cap); in mwifiex_cmd_802_11_associate()879 u16 tmp_cap; in mwifiex_cmd_802_11_ad_hoc_start() local979 tmp_cap = WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()987 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_start()1122 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()[all …]
959 struct most_channel_capability *tmp_cap; in hdm_probe() local1020 tmp_cap = mdev->cap; in hdm_probe()1030 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()1031 tmp_cap->buffer_size_packet = MAX_BUF_SIZE; in hdm_probe()1032 tmp_cap->buffer_size_streaming = MAX_BUF_SIZE; in hdm_probe()1033 tmp_cap->num_buffers_packet = BUF_CHAIN_SIZE; in hdm_probe()1034 tmp_cap->num_buffers_streaming = BUF_CHAIN_SIZE; in hdm_probe()1035 tmp_cap->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC | in hdm_probe()1038 tmp_cap->direction = MOST_CH_RX; in hdm_probe()1040 tmp_cap->direction = MOST_CH_TX; in hdm_probe()[all …]
280 u16 tmp_cap; in nxpwifi_cmd_802_11_associate() local454 tmp_cap = bss_desc->cap_info_bitmap; in nxpwifi_cmd_802_11_associate()457 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in nxpwifi_cmd_802_11_associate()459 tmp_cap &= CAPINFO_MASK; in nxpwifi_cmd_802_11_associate()462 tmp_cap, CAPINFO_MASK); in nxpwifi_cmd_802_11_associate()463 assoc->cap_info_bitmap = cpu_to_le16(tmp_cap); in nxpwifi_cmd_802_11_associate()