Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
Dcmd.c33 u32 supported_rates; in wl18xx_cmd_channel_switch() local
64 supported_rates = CONF_TX_ENABLED_RATES | CONF_TX_MCS_RATES; in wl18xx_cmd_channel_switch()
66 supported_rates |= wlcore_hw_sta_get_ap_rate_mask(wl, wlvif); in wl18xx_cmd_channel_switch()
68 supported_rates |= in wl18xx_cmd_channel_switch()
71 supported_rates &= ~CONF_TX_CCK_RATES; in wl18xx_cmd_channel_switch()
72 cmd->local_supported_rates = cpu_to_le32(supported_rates); in wl18xx_cmd_channel_switch()
Dacx.c186 acx->supported_rates = cpu_to_le32(rate_set); in wl18xx_acx_set_peer_cap()
Dacx.h315 __le32 supported_rates; member
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dmain.c526 memset(&sta_priv->supported_rates, 0, in wcn36xx_update_allowed_rates()
527 sizeof(sta_priv->supported_rates)); in wcn36xx_update_allowed_rates()
528 sta_priv->supported_rates.op_rate_mode = STA_11n; in wcn36xx_update_allowed_rates()
530 size = ARRAY_SIZE(sta_priv->supported_rates.dsss_rates); in wcn36xx_update_allowed_rates()
531 rates_table = sta_priv->supported_rates.dsss_rates; in wcn36xx_update_allowed_rates()
541 size = ARRAY_SIZE(sta_priv->supported_rates.ofdm_rates); in wcn36xx_update_allowed_rates()
542 rates_table = sta_priv->supported_rates.ofdm_rates; in wcn36xx_update_allowed_rates()
552 sizeof(sta_priv->supported_rates.supported_mcs_set)); in wcn36xx_update_allowed_rates()
553 memcpy(sta_priv->supported_rates.supported_mcs_set, in wcn36xx_update_allowed_rates()
Dwcn36xx.h177 struct wcn36xx_hal_supported_rates supported_rates; member
Dsmd.c242 memcpy(&sta_params->supported_rates, &priv_sta->supported_rates, in wcn36xx_smd_set_sta_params()
243 sizeof(priv_sta->supported_rates)); in wcn36xx_smd_set_sta_params()
245 wcn36xx_set_default_rates(&sta_params->supported_rates); in wcn36xx_smd_set_sta_params()
946 memcpy(&v1->supported_rates, &orig->supported_rates, in wcn36xx_smd_convert_sta_to_v1()
947 sizeof(orig->supported_rates)); in wcn36xx_smd_convert_sta_to_v1()
Dhal.h1232 struct wcn36xx_hal_supported_rates supported_rates; member
1398 struct wcn36xx_hal_supported_rates supported_rates; member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dinit.c441 u32 supported_rates; in wl1271_init_ap_rates() local
471 supported_rates = CONF_TX_OFDM_RATES; in wl1271_init_ap_rates()
473 supported_rates = CONF_TX_ENABLED_RATES; in wl1271_init_ap_rates()
476 supported_rates |= CONF_TX_MCS_RATES; in wl1271_init_ap_rates()
479 supported_rates |= wlcore_hw_ap_get_mimo_wide_rate_mask(wl, wlvif); in wl1271_init_ap_rates()
483 rc.enabled_rates = supported_rates; in wl1271_init_ap_rates()
Dcmd.c515 u32 supported_rates; in wl12xx_cmd_role_start_sta() local
537 supported_rates = CONF_TX_ENABLED_RATES | CONF_TX_MCS_RATES | in wl12xx_cmd_role_start_sta()
540 supported_rates &= ~CONF_TX_CCK_RATES; in wl12xx_cmd_role_start_sta()
542 cmd->sta.local_rates = cpu_to_le32(supported_rates); in wl12xx_cmd_role_start_sta()
559 cmd->sta.remote_rates = cpu_to_le32(supported_rates); in wl12xx_cmd_role_start_sta()
627 u32 supported_rates; in wl12xx_cmd_role_start_ap() local
685 supported_rates = CONF_TX_ENABLED_RATES | CONF_TX_MCS_RATES | in wl12xx_cmd_role_start_ap()
688 supported_rates &= ~CONF_TX_CCK_RATES; in wl12xx_cmd_role_start_ap()
691 supported_rates); in wl12xx_cmd_role_start_ap()
693 cmd->ap.local_rates = cpu_to_le32(supported_rates); in wl12xx_cmd_role_start_ap()
[all …]
Dcmd.h601 __le32 supported_rates; member
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.c1066 for (i = 0; i < sizeof(sta->supported_rates); i++) in prism2_sta_proc_show()
1067 if (sta->supported_rates[i] != 0) in prism2_sta_proc_show()
1069 (sta->supported_rates[i] & 0x7f) / 2, in prism2_sta_proc_show()
1070 sta->supported_rates[i] & 1 ? ".5" : ""); in prism2_sta_proc_show()
1225 for (i = 0; i < sizeof(sta->supported_rates); i++) { in prism2_check_tx_rates()
1226 if ((sta->supported_rates[i] & 0x7f) == 2) in prism2_check_tx_rates()
1228 if ((sta->supported_rates[i] & 0x7f) == 4) in prism2_check_tx_rates()
1230 if ((sta->supported_rates[i] & 0x7f) == 11) in prism2_check_tx_rates()
1232 if ((sta->supported_rates[i] & 0x7f) == 22) in prism2_check_tx_rates()
1644 memset(sta->supported_rates, 0, in handle_assoc()
[all …]
Dhostap_ap.h50 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
/linux-4.1.27/drivers/net/wireless/
Dray_cs.h42 UCHAR supported_rates[8]; member
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c1080 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1083 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1094 auto_rate->supported_rates[ii++] = in rsi_send_auto_rate_request()
1096 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1101 auto_rate->supported_rates[ii] = in rsi_send_auto_rate_request()
1107 auto_rate->supported_rates[ii] = cpu_to_le16(min_rate); in rsi_send_auto_rate_request()
Drsi_mgmt.h240 __le16 supported_rates[40]; member
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c1282 unsigned char supported_rates[NDIS_802_11_LENGTH_RATES_EX]; in update_tx_basic_rate23a() local
1284 memset(supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); in update_tx_basic_rate23a()
1287 memcpy(supported_rates, rtw_basic_rate_cck, 4); in update_tx_basic_rate23a()
1289 memcpy(supported_rates, rtw_basic_rate_mix, 7); in update_tx_basic_rate23a()
1291 memcpy(supported_rates, rtw_basic_rate_ofdm, 3); in update_tx_basic_rate23a()
1299 HalSetBrateCfg23a(padapter, supported_rates); in update_tx_basic_rate23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c1317 unsigned char supported_rates[NDIS_802_11_LENGTH_RATES_EX]; in update_tx_basic_rate() local
1318 memset(supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); in update_tx_basic_rate()
1321 memcpy(supported_rates, rtw_basic_rate_cck, 4); in update_tx_basic_rate()
1323 memcpy(supported_rates, rtw_basic_rate_mix, 7); in update_tx_basic_rate()
1325 memcpy(supported_rates, rtw_basic_rate_ofdm, 3); in update_tx_basic_rate()
1333 rtw_hal_set_hwreg(padapter, HW_VAR_BASIC_RATE, supported_rates); in update_tx_basic_rate()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Djoin.c210 memcpy(out_rates, bss_desc->supported_rates, MWIFIEX_SUPPORTED_RATES); in mwifiex_setup_rates_from_bssdesc()
1119 bss_desc->supported_rates[i]; i++) in mwifiex_cmd_802_11_ad_hoc_join()
1127 bss_desc->supported_rates, rates_size); in mwifiex_cmd_802_11_ad_hoc_join()
1131 memcpy(&priv->curr_bss_params.data_rates, bss_desc->supported_rates, in mwifiex_cmd_802_11_ad_hoc_join()
Dscan.c1197 memcpy(bss_entry->supported_rates, current_ptr + 2, in mwifiex_update_bss_desc_with_ie()
1276 rate = (u8 *) bss_entry->supported_rates; in mwifiex_update_bss_desc_with_ie()
Dsta_cmd.c1615 if (params->supported_rates && params->supported_rates_len) { in mwifiex_cmd_tdls_oper()
1622 memcpy(tlv_rates->rates, params->supported_rates, in mwifiex_cmd_tdls_oper()
Dmain.h322 u8 supported_rates[MWIFIEX_SUPPORTED_RATES]; member
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.c5384 rates->supported_rates[rates->num_rates++] = in ipw_compatible_rates()
5394 rates->supported_rates[rates->num_rates++] = network->rates[i]; in ipw_compatible_rates()
5406 rates->supported_rates[rates->num_rates++] = in ipw_compatible_rates()
5416 rates->supported_rates[rates->num_rates++] = in ipw_compatible_rates()
5428 dest->supported_rates[i] = src->supported_rates[i]; in ipw_copy_rates()
5442 rates->supported_rates[rates->num_rates++] = in ipw_add_cck_scan_rates()
5446 rates->supported_rates[rates->num_rates++] = in ipw_add_cck_scan_rates()
5450 rates->supported_rates[rates->num_rates++] = basic_mask | in ipw_add_cck_scan_rates()
5454 rates->supported_rates[rates->num_rates++] = basic_mask | in ipw_add_cck_scan_rates()
5465 rates->supported_rates[rates->num_rates++] = basic_mask | in ipw_add_ofdm_scan_rates()
[all …]
Dipw2200.h910 u8 supported_rates[IPW_MAX_RATES]; member
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00dev.c944 if (spec->supported_rates & SUPPORT_RATE_CCK) in rt2x00lib_probe_hw_modes()
946 if (spec->supported_rates & SUPPORT_RATE_OFDM) in rt2x00lib_probe_hw_modes()
Drt2x00.h406 unsigned int supported_rates; member
Drt2500usb.c1721 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500usb_probe_hw_mode()
Drt2400pci.c1593 spec->supported_rates = SUPPORT_RATE_CCK; in rt2400pci_probe_hw_mode()
Drt2500pci.c1893 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500pci_probe_hw_mode()
Drt73usb.c2130 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt73usb_probe_hw_mode()
Drt61pci.c2791 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt61pci_probe_hw_mode()
Drt2800lib.c7541 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2800_probe_hw_mode()
/linux-4.1.27/net/mac80211/
Dcfg.c1125 if (params->supported_rates) { in sta_apply_parameters()
1127 sband, params->supported_rates, in sta_apply_parameters()
/linux-4.1.27/include/net/
Dcfg80211.h817 const u8 *supported_rates; member
/linux-4.1.27/net/wireless/
Dnl80211.c4005 if (params->supported_rates) in cfg80211_check_station_change()
4053 !params->supported_rates) in cfg80211_check_station_change()
4233 params.supported_rates = in nl80211_set_station()
4344 params.supported_rates = in nl80211_new_station()