Home
last modified time | relevance | path

Searched refs:supported_rates (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c19 u32 supported_rates; in wl18xx_cmd_channel_switch() local
50 supported_rates = CONF_TX_ENABLED_RATES | CONF_TX_MCS_RATES; in wl18xx_cmd_channel_switch()
52 supported_rates |= wlcore_hw_sta_get_ap_rate_mask(wl, wlvif); in wl18xx_cmd_channel_switch()
54 supported_rates |= in wl18xx_cmd_channel_switch()
57 supported_rates &= ~CONF_TX_CCK_RATES; in wl18xx_cmd_channel_switch()
58 cmd->local_supported_rates = cpu_to_le32(supported_rates); in wl18xx_cmd_channel_switch()
H A Dacx.c172 acx->supported_rates = cpu_to_le32(rate_set); in wl18xx_acx_set_peer_cap()
H A Dacx.h314 __le32 supported_rates; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c258 void rtw_set_supported_rate(u8 *supported_rates, uint mode) in rtw_set_supported_rate() argument
260 memset(supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); in rtw_set_supported_rate()
264 memcpy(supported_rates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in rtw_set_supported_rate()
268 memcpy(supported_rates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate()
275 memcpy(supported_rates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); in rtw_set_supported_rate()
276 memcpy(supported_rates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); in rtw_set_supported_rate()
327 rtw_set_supported_rate(pdev_network->supported_rates, wireless_mode); in rtw_generate_ie()
329 rate_len = rtw_get_rateset_len(pdev_network->supported_rates); in rtw_generate_ie()
332 ie = rtw_set_ie(ie, WLAN_EID_SUPP_RATES, 8, pdev_network->supported_rates, &sz); in rtw_generate_ie()
335 ie = rtw_set_ie(ie, WLAN_EID_SUPP_RATES, rate_len, pdev_network->supported_rates, &sz); in rtw_generate_ie()
[all …]
H A Drtw_mlme.c970 psta->bssratelen = rtw_get_rateset_len(pnetwork->network.supported_rates); in rtw_joinbss_update_stainfo()
971 memcpy(psta->bssrateset, pnetwork->network.supported_rates, psta->bssratelen); in rtw_joinbss_update_stainfo()
/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c427 u32 supported_rates; in wl1271_init_ap_rates() local
457 supported_rates = CONF_TX_OFDM_RATES; in wl1271_init_ap_rates()
459 supported_rates = CONF_TX_ENABLED_RATES; in wl1271_init_ap_rates()
462 supported_rates |= CONF_TX_MCS_RATES; in wl1271_init_ap_rates()
465 supported_rates |= wlcore_hw_ap_get_mimo_wide_rate_mask(wl, wlvif); in wl1271_init_ap_rates()
469 rc.enabled_rates = supported_rates; in wl1271_init_ap_rates()
H A Dcmd.c517 u32 supported_rates; in wl12xx_cmd_role_start_sta() local
539 supported_rates = CONF_TX_ENABLED_RATES | CONF_TX_MCS_RATES | in wl12xx_cmd_role_start_sta()
542 supported_rates &= ~CONF_TX_CCK_RATES; in wl12xx_cmd_role_start_sta()
544 cmd->sta.local_rates = cpu_to_le32(supported_rates); in wl12xx_cmd_role_start_sta()
561 cmd->sta.remote_rates = cpu_to_le32(supported_rates); in wl12xx_cmd_role_start_sta()
629 u32 supported_rates; in wl12xx_cmd_role_start_ap() local
690 supported_rates = CONF_TX_ENABLED_RATES | CONF_TX_MCS_RATES | in wl12xx_cmd_role_start_ap()
693 supported_rates &= ~CONF_TX_CCK_RATES; in wl12xx_cmd_role_start_ap()
696 supported_rates); in wl12xx_cmd_role_start_ap()
698 cmd->ap.local_rates = cpu_to_le32(supported_rates); in wl12xx_cmd_role_start_ap()
[all …]
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c724 memset(&sta_priv->supported_rates, 0, in wcn36xx_update_allowed_rates()
725 sizeof(sta_priv->supported_rates)); in wcn36xx_update_allowed_rates()
726 sta_priv->supported_rates.op_rate_mode = STA_11n; in wcn36xx_update_allowed_rates()
728 size = ARRAY_SIZE(sta_priv->supported_rates.dsss_rates); in wcn36xx_update_allowed_rates()
729 rates_table = sta_priv->supported_rates.dsss_rates; in wcn36xx_update_allowed_rates()
739 size = ARRAY_SIZE(sta_priv->supported_rates.ofdm_rates); in wcn36xx_update_allowed_rates()
740 rates_table = sta_priv->supported_rates.ofdm_rates; in wcn36xx_update_allowed_rates()
750 sizeof(sta_priv->supported_rates.supported_mcs_set)); in wcn36xx_update_allowed_rates()
751 memcpy(sta_priv->supported_rates.supported_mcs_set, in wcn36xx_update_allowed_rates()
757 sta_priv->supported_rates.op_rate_mode = STA_11ac; in wcn36xx_update_allowed_rates()
[all …]
H A Dsmd.c413 memcpy(&sta_params->supported_rates, &sta_priv->supported_rates, in wcn36xx_smd_set_sta_params()
417 &sta_params->supported_rates); in wcn36xx_smd_set_sta_params()
1380 memcpy(&v1->supported_rates, &orig->supported_rates, in wcn36xx_smd_convert_sta_to_v1()
1381 sizeof(orig->supported_rates)); in wcn36xx_smd_convert_sta_to_v1()
1403 memcpy(&sta_par->supported_rates, &sta_priv->supported_rates, in wcn36xx_smd_set_sta_params_v1()
1404 sizeof(sta_par->supported_rates)); in wcn36xx_smd_set_sta_params_v1()
1406 wcn36xx_set_default_rates_v1(&sta_par->supported_rates); in wcn36xx_smd_set_sta_params_v1()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.h20 unsigned int supported_rates[DP_MAX_SUPPORTED_RATES]; member
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c1409 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1412 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1422 auto_rate->supported_rates[ii++] = in rsi_send_auto_rate_request()
1425 auto_rate->supported_rates[ii++] = in rsi_send_auto_rate_request()
1427 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1432 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1438 auto_rate->supported_rates[ii] = cpu_to_le16(min_rate); in rsi_send_auto_rate_request()
H A Drsi_mgmt.h490 __le16 supported_rates[40]; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c199 memcpy(out_rates, bss_desc->supported_rates, MWIFIEX_SUPPORTED_RATES); in mwifiex_setup_rates_from_bssdesc()
1218 bss_desc->supported_rates[i]; i++) in mwifiex_cmd_802_11_ad_hoc_join()
1226 bss_desc->supported_rates, rates_size); in mwifiex_cmd_802_11_ad_hoc_join()
1230 memcpy(&priv->curr_bss_params.data_rates, bss_desc->supported_rates, in mwifiex_cmd_802_11_ad_hoc_join()
H A Dscan.c1236 memcpy(bss_entry->supported_rates, current_ptr + 2, in mwifiex_update_bss_desc_with_ie()
1328 rate = (u8 *) bss_entry->supported_rates; in mwifiex_update_bss_desc_with_ie()
H A Dsta_cmd.c1899 if (params->link_sta_params.supported_rates && in mwifiex_cmd_tdls_oper()
1908 params->link_sta_params.supported_rates, in mwifiex_cmd_tdls_oper()
H A Duap_cmd.c857 params->link_sta_params.supported_rates, tlv_len); in mwifiex_cmd_uap_add_station()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c517 u32 *supported_rates) in aq_a2_fw_get_eee_rate() argument
525 *supported_rates = a2_fw_dev_to_eee_mask(&device_link_caps); in aq_a2_fw_get_eee_rate()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c5314 rates->supported_rates[rates->num_rates++] = in ipw_compatible_rates()
5324 rates->supported_rates[rates->num_rates++] = network->rates[i]; in ipw_compatible_rates()
5336 rates->supported_rates[rates->num_rates++] = in ipw_compatible_rates()
5346 rates->supported_rates[rates->num_rates++] = in ipw_compatible_rates()
5358 dest->supported_rates[i] = src->supported_rates[i]; in ipw_copy_rates()
5372 rates->supported_rates[rates->num_rates++] = in ipw_add_cck_scan_rates()
5376 rates->supported_rates[rates->num_rates++] = in ipw_add_cck_scan_rates()
5380 rates->supported_rates[rates->num_rates++] = basic_mask | in ipw_add_cck_scan_rates()
5384 rates->supported_rates[rates->num_rates++] = basic_mask | in ipw_add_cck_scan_rates()
5395 rates->supported_rates[rates->num_rates++] = basic_mask | in ipw_add_ofdm_scan_rates()
[all …]
/linux/net/wireless/
H A Dtrace.h881 __dynamic_array(u8, supported_rates,
914 if (params->link_sta_params.supported_rates &&
916 memcpy(__get_dynamic_array(supported_rates),
917 params->link_sta_params.supported_rates,
4133 __dynamic_array(u8, supported_rates,
4153 if (params->supported_rates && params->supported_rates_len)
4154 memcpy(__get_dynamic_array(supported_rates),
4155 params->supported_rates,
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c1018 if (spec->supported_rates & SUPPORT_RATE_CCK) in rt2x00lib_probe_hw_modes()
1020 if (spec->supported_rates & SUPPORT_RATE_OFDM) in rt2x00lib_probe_hw_modes()
H A Drt2500usb.c1697 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500usb_probe_hw_mode()
H A Drt2400pci.c1584 spec->supported_rates = SUPPORT_RATE_CCK; in rt2400pci_probe_hw_mode()
H A Drt2500pci.c1884 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500pci_probe_hw_mode()
H A Drt73usb.c2118 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt73usb_probe_hw_mode()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c848 memcpy(cur_byte, params->link_sta_params.supported_rates, in wilc_hif_pack_sta_param()

12