Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c400 u16 tmp_cap; in mwifiex_cmd_802_11_associate() local
545 tmp_cap = bss_desc->cap_info_bitmap; in mwifiex_cmd_802_11_associate()
548 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_associate()
550 tmp_cap &= CAPINFO_MASK; in mwifiex_cmd_802_11_associate()
553 tmp_cap, CAPINFO_MASK); in mwifiex_cmd_802_11_associate()
554 assoc->cap_info_bitmap = cpu_to_le16(tmp_cap); in mwifiex_cmd_802_11_associate()
851 u16 tmp_cap; in mwifiex_cmd_802_11_ad_hoc_start() local
951 tmp_cap = WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()
959 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_start()
1094 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_join.c686 t_u16 tmp_cap; in wlan_cmd_802_11_associate() local
990 memcpy(pmadapter, &tmp_cap, &pbss_desc->cap_info, in wlan_cmd_802_11_associate()
994 SHORT_SLOT_TIME_DISABLED(tmp_cap); in wlan_cmd_802_11_associate()
998 SPECTRUM_MGMT_ENABLED(tmp_cap); in wlan_cmd_802_11_associate()
999 RADIO_MEASUREMENT_ENABLED(tmp_cap); in wlan_cmd_802_11_associate()
1002 RADIO_MEASUREMENT_ENABLED(tmp_cap); in wlan_cmd_802_11_associate()
1004 tmp_cap &= CAPINFO_MASK; in wlan_cmd_802_11_associate()
1006 tmp_cap, CAPINFO_MASK); in wlan_cmd_802_11_associate()
1007 tmp_cap = wlan_cpu_to_le16(tmp_cap); in wlan_cmd_802_11_associate()
1008 memcpy(pmadapter, &passo->cap_info, &tmp_cap, sizeof(passo->cap_info)); in wlan_cmd_802_11_associate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_join.c879 t_u16 tmp_cap; in wlan_cmd_802_11_associate() local
1304 memcpy_ext(pmadapter, &tmp_cap, &pbss_desc->cap_info, in wlan_cmd_802_11_associate()
1305 sizeof(passo->cap_info), sizeof(tmp_cap)); in wlan_cmd_802_11_associate()
1308 SHORT_SLOT_TIME_DISABLED(tmp_cap); in wlan_cmd_802_11_associate()
1310 tmp_cap &= CAPINFO_MASK; in wlan_cmd_802_11_associate()
1311 PRINTM(MINFO, "ASSOC_CMD: tmp_cap=%4X CAPINFO_MASK=%4lX\n", tmp_cap, in wlan_cmd_802_11_associate()
1313 tmp_cap = wlan_cpu_to_le16(tmp_cap); in wlan_cmd_802_11_associate()
1314 memcpy_ext(pmadapter, &passo->cap_info, &tmp_cap, sizeof(tmp_cap), in wlan_cmd_802_11_associate()
1723 t_u16 tmp_cap; in wlan_cmd_802_11_ad_hoc_start() local
1986 memcpy_ext(pmadapter, &tmp_cap, &padhoc_start->cap, sizeof(t_u16), in wlan_cmd_802_11_ad_hoc_start()
[all …]
/OK3568_Linux_fs/kernel/drivers/most/
H A Dmost_usb.c955 struct most_channel_capability *tmp_cap; in hdm_probe() local
1018 tmp_cap = mdev->cap; in hdm_probe()
1028 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()
1029 tmp_cap->buffer_size_packet = MAX_BUF_SIZE; in hdm_probe()
1030 tmp_cap->buffer_size_streaming = MAX_BUF_SIZE; in hdm_probe()
1031 tmp_cap->num_buffers_packet = BUF_CHAIN_SIZE; in hdm_probe()
1032 tmp_cap->num_buffers_streaming = BUF_CHAIN_SIZE; in hdm_probe()
1033 tmp_cap->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC | in hdm_probe()
1036 tmp_cap->direction = MOST_CH_RX; in hdm_probe()
1038 tmp_cap->direction = MOST_CH_TX; in hdm_probe()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_ra.c744 u8 tmp_cap = 0; in halbb_gen_vht_mask() local
759 tmp_cap = vht_cap[0]; in halbb_gen_vht_mask()
761 tmp_cap = vht_cap[1]; in halbb_gen_vht_mask()
763 cap_ss = tmp_cap & 0x03; in halbb_gen_vht_mask()
764 tmp_cap = tmp_cap >> 2; in halbb_gen_vht_mask()
807 u8 tmp_cap = 0; in halbb_gen_he_mask() local
831 tmp_cap = he_cap[0]; in halbb_gen_he_mask()
833 tmp_cap = he_cap[1]; in halbb_gen_he_mask()
834 cap_ss = tmp_cap & 0x03; in halbb_gen_he_mask()
835 tmp_cap = tmp_cap >> 2; in halbb_gen_he_mask()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_ra.c744 u8 tmp_cap = 0; in halbb_gen_vht_mask() local
759 tmp_cap = vht_cap[0]; in halbb_gen_vht_mask()
761 tmp_cap = vht_cap[1]; in halbb_gen_vht_mask()
763 cap_ss = tmp_cap & 0x03; in halbb_gen_vht_mask()
764 tmp_cap = tmp_cap >> 2; in halbb_gen_vht_mask()
807 u8 tmp_cap = 0; in halbb_gen_he_mask() local
831 tmp_cap = he_cap[0]; in halbb_gen_he_mask()
833 tmp_cap = he_cap[1]; in halbb_gen_he_mask()
834 cap_ss = tmp_cap & 0x03; in halbb_gen_he_mask()
835 tmp_cap = tmp_cap >> 2; in halbb_gen_he_mask()