/Linux-v4.19/net/wireless/ |
D | debugfs.c | 34 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d", 35 wiphy->rts_threshold); 112 DEBUGFS_ADD(rts_threshold); in cfg80211_debugfs_rdev_add()
|
D | wext-compat.c | 256 u32 orts = wdev->wiphy->rts_threshold; in cfg80211_wext_siwrts() 260 wdev->wiphy->rts_threshold = (u32) -1; in cfg80211_wext_siwrts() 264 wdev->wiphy->rts_threshold = rts->value; in cfg80211_wext_siwrts() 268 wdev->wiphy->rts_threshold = orts; in cfg80211_wext_siwrts() 280 rts->value = wdev->wiphy->rts_threshold; in cfg80211_wext_giwrts()
|
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
D | cfg.c | 90 wiphy->rts_threshold = priv->rts_thresh; in orinoco_wiphy_register() 255 if (wiphy->rts_threshold == -1) in orinoco_set_wiphy_params() 257 else if (wiphy->rts_threshold > 2347) in orinoco_set_wiphy_params() 260 rts_value = wiphy->rts_threshold; in orinoco_set_wiphy_params()
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | uap_cmd.c | 292 config->rts_threshold = 0x7FFF; in mwifiex_set_sys_config_invalid_data() 481 struct host_cmd_tlv_rts_threshold *rts_threshold; in mwifiex_uap_bss_param_prepare() local 563 if (bss_cfg->rts_threshold <= MWIFIEX_RTS_MAX_VALUE) { in mwifiex_uap_bss_param_prepare() 564 rts_threshold = (struct host_cmd_tlv_rts_threshold *)tlv; in mwifiex_uap_bss_param_prepare() 565 rts_threshold->header.type = in mwifiex_uap_bss_param_prepare() 567 rts_threshold->header.len = in mwifiex_uap_bss_param_prepare() 570 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
|
D | ioctl.h | 100 u16 rts_threshold; member
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
D | at76c50x-usb.h | 140 __le16 rts_threshold; member 245 __le16 rts_threshold; member 414 int rts_threshold; /* threshold for RTS mechanism */ member
|
D | at76c50x-usb.c | 908 priv->mib_buf.index = offsetof(struct mib_mac, rts_threshold); in at76_set_rts() 1064 le16_to_cpu(m->frag_threshold), le16_to_cpu(m->rts_threshold), in at76_dump_mib_mac() 1369 preambles[priv->preamble_type], priv->rts_threshold, in at76_startup_device() 1401 ccfg->rts_threshold = cpu_to_le16(priv->rts_threshold); in at76_startup_device() 1445 ret = at76_set_rts(priv, priv->rts_threshold); in at76_startup_device() 2348 priv->rts_threshold = DEF_RTS_THRESHOLD; in at76_init_new_device()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 291 u32 rts_threshold) in wl1271_acx_rts_threshold() argument 300 if (rts_threshold > IEEE80211_MAX_RTS_THRESHOLD) in wl1271_acx_rts_threshold() 301 rts_threshold = wl->conf.rx.rts_threshold; in wl1271_acx_rts_threshold() 303 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold); in wl1271_acx_rts_threshold() 312 rts->threshold = cpu_to_le16((u16)rts_threshold); in wl1271_acx_rts_threshold()
|
D | conf.h | 163 u16 rts_threshold; member
|
D | init.c | 274 ret = wl1271_acx_rts_threshold(wl, wlvif, wl->hw->wiphy->rts_threshold); in wl12xx_init_phy_vif_config()
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | cw1200.h | 185 u32 rts_threshold; member
|
D | main.c | 305 priv->rts_threshold = -1; in cw1200_init_common()
|
D | sta.c | 876 if (priv->rts_threshold == value) in cw1200_set_rts_threshold() 880 priv->rts_threshold); in cw1200_set_rts_threshold() 886 priv->rts_threshold = value; in cw1200_set_rts_threshold()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.h | 105 u32 rts_threshold; member
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | cfg80211.c | 407 if (wiphy->rts_threshold == -1) in prism2_set_wiphy_params() 410 data = wiphy->rts_threshold; in prism2_set_wiphy_params()
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_main.h | 224 u16 rts_threshold; member
|
D | rsi_91x_mgmt.c | 223 common->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_set_default_parameters() 665 vap_caps->rts_threshold = cpu_to_le16(common->rts_threshold); in rsi_set_vap_capabilities() 1089 cpu_to_le32(common->rts_threshold); in rsi_send_vap_dynamic_update()
|
D | rsi_91x_mac80211.c | 651 if ((common->rts_threshold) <= IEEE80211_MAX_RTS_THRESHOLD) { in rsi_mac80211_config() 1130 common->rts_threshold = value; in rsi_mac80211_set_rts_threshold() 1982 wiphy->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_mac80211_attach()
|
D | rsi_mgmt.h | 415 __le16 rts_threshold; member
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | host_interface.h | 115 u16 rts_threshold; member
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 437 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) in wl1251_acx_rts_threshold() argument 448 rts->threshold = rts_threshold; in wl1251_acx_rts_threshold()
|
D | acx.h | 1469 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold);
|
/Linux-v4.19/drivers/net/wireless/ |
D | rndis_wlan.c | 1233 static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) in set_rts_threshold() argument 1237 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, rts_threshold); in set_rts_threshold() 1239 if (rts_threshold == -1 || rts_threshold > 2347) in set_rts_threshold() 1240 rts_threshold = 2347; in set_rts_threshold() 1242 tmp = cpu_to_le32(rts_threshold); in set_rts_threshold() 1896 err = set_rts_threshold(usbdev, wiphy->rts_threshold); in rndis_set_wiphy_params()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_txrx.c | 306 if (priv->hw->wiphy->rts_threshold != (u32) -1) in ath9k_htc_tx_data() 307 if (skb->len > priv->hw->wiphy->rts_threshold) in ath9k_htc_tx_data()
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.h | 914 __le16 rts_threshold; member 1256 u16 rts_threshold; member
|