Home
last modified time | relevance | path

Searched refs:supported_rates (Results 1 – 25 of 27) 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/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/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.c1411 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1414 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1424 auto_rate->supported_rates[ii++] = in rsi_send_auto_rate_request()
1427 auto_rate->supported_rates[ii++] = in rsi_send_auto_rate_request()
1429 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1434 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1440 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()
1217 bss_desc->supported_rates[i]; i++) in mwifiex_cmd_802_11_ad_hoc_join()
1225 bss_desc->supported_rates, rates_size); in mwifiex_cmd_802_11_ad_hoc_join()
1229 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.c1894 if (params->link_sta_params.supported_rates && in mwifiex_cmd_tdls_oper()
1903 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/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()
H A Drt61pci.c2697 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt61pci_probe_hw_mode()
/linux/net/wireless/
H A Dtrace.h891 __dynamic_array(u8, supported_rates,
924 if (params->link_sta_params.supported_rates &&
926 memcpy(__get_dynamic_array(supported_rates),
927 params->link_sta_params.supported_rates,
4157 __dynamic_array(u8, supported_rates,
4177 if (params->supported_rates && params->supported_rates_len)
4178 memcpy(__get_dynamic_array(supported_rates),
4179 params->supported_rates,
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Djoin.c178 memcpy(out_rates, bss_desc->supported_rates, NXPWIFI_SUPPORTED_RATES); in nxpwifi_setup_rates_from_bssdesc()
H A Dscan.c1077 memcpy(bss_entry->supported_rates, current_ptr + 2, in nxpwifi_update_bss_desc_with_ie()
1158 rate = (u8 *)bss_entry->supported_rates; in nxpwifi_update_bss_desc_with_ie()
H A Duap_cmd.c621 u8 *data = (u8 *)params->link_sta_params.supported_rates; in nxpwifi_cmd_uap_add_new_station()
H A Dmain.h342 u8 supported_rates[NXPWIFI_SUPPORTED_RATES]; member
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c853 memcpy(cur_byte, params->link_sta_params.supported_rates, in wilc_hif_pack_sta_param()
/linux/net/mac80211/
H A Dcfg.c2369 if (params->supported_rates && in sta_link_apply_parameters()
2371 !ieee80211_parse_bitrates(sband, params->supported_rates, in sta_link_apply_parameters()

12