Home
last modified time | relevance | path

Searched refs:rts_threshold (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h473 hi_u32 rts_threshold; member
580 hi_u32 rts_threshold; member
H A Dmac_mib.h555 static inline hi_void mac_mib_set_rts_threshold(const mac_vap_stru *mac_vap, hi_u32 rts_threshold) in mac_mib_set_rts_threshold() argument
557 mac_vap->mib_info->wlan_mib_operation.dot11_rts_threshold = rts_threshold; in mac_mib_set_rts_threshold()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c4247 mac_cfg_rts_threshold_stru *rts_threshold = HI_NULL; in hmac_config_rts_threshold() local
4257 rts_threshold = (mac_cfg_rts_threshold_stru *)puc_param; in hmac_config_rts_threshold()
4258 mac_mib_set_rts_threshold(mac_vap, rts_threshold->rts_threshold); in hmac_config_rts_threshold()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1068 hi_u32 rts_threshold; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c3687 static s32 wl_set_rts(struct net_device *dev, u32 rts_threshold) in wl_set_rts() argument
3691 err = wldev_iovar_setint(dev, "rtsthresh", rts_threshold); in wl_set_rts()
3742 (cfg->conf->rts_threshold != wiphy->rts_threshold)) { in wl_cfg80211_set_wiphy_params()
3743 cfg->conf->rts_threshold = wiphy->rts_threshold; in wl_cfg80211_set_wiphy_params()
3744 err = wl_set_rts(ndev, cfg->conf->rts_threshold); in wl_cfg80211_set_wiphy_params()
16958 conf->rts_threshold = (u32)-1; in wl_init_conf()
H A Dwl_cfg80211.h627 u32 rts_threshold; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_hipriv.c3288 threshold->rts_threshold = thresholdval; in wal_hipriv_rts_threshold()
6245 {"rts_threshold", wal_hipriv_rts_threshold}, /* 设置RTS门限: rts_threshold [len] */

Completed in 61 milliseconds