Home
last modified time | relevance | path

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

/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.h1164 uint32_t frag_threshold; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c2932 hw->wiphy->frag_threshold = vap->iv_fragthreshold; in lkpi_ic_vap_create()