Home
last modified time | relevance | path

Searched refs:frag_threshold (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h112 u32 frag_threshold; member
H A Dcfg80211.c1668 static s32 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) in brcmf_set_frag() argument
1675 frag_threshold); in brcmf_set_frag()
1717 (cfg->conf->frag_threshold != wiphy->frag_threshold)) { in brcmf_cfg80211_set_wiphy_params()
1718 cfg->conf->frag_threshold = wiphy->frag_threshold; in brcmf_cfg80211_set_wiphy_params()
1719 err = brcmf_set_frag(ndev, cfg->conf->frag_threshold); in brcmf_cfg80211_set_wiphy_params()
6949 conf->frag_threshold = (u32)-1; in brcmf_init_conf()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h116 int32_t frag_threshold; member
H A Dwlan_sys.c1332 wif->frag_threshold = val; in wlan_config_set_snmp_intval()
1894 wif->frag_threshold = IEEE80211_FRAG_MAX; in wlan_config_check()
H A Dwlan_snmp.c552 ctx->scratch->int1 = wif->frag_threshold; in op_wlan_iface_config()
742 val->v.integer = wif->frag_threshold; in op_wlan_iface_config()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1194 uint32_t frag_threshold; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3023 hw->wiphy->frag_threshold = vap->iv_fragthreshold; in lkpi_sta_assoc_to_run()
4231 hw->wiphy->frag_threshold = vap->iv_fragthreshold; in lkpi_ic_vap_create()