Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c437 wlan_htcaps_to_snmp(uint32_t hcaps) in wlan_htcaps_to_snmp() argument
441 if ((hcaps & IEEE80211_HTCAP_LDPC) != 0) in wlan_htcaps_to_snmp()
443 if ((hcaps & IEEE80211_HTCAP_CHWIDTH40) != 0) in wlan_htcaps_to_snmp()
445 if ((hcaps & IEEE80211_HTCAP_GREENFIELD) != 0) in wlan_htcaps_to_snmp()
447 if ((hcaps & IEEE80211_HTCAP_SHORTGI20) != 0) in wlan_htcaps_to_snmp()
449 if ((hcaps & IEEE80211_HTCAP_SHORTGI40) != 0) in wlan_htcaps_to_snmp()
451 if ((hcaps & IEEE80211_HTCAP_TXSTBC) != 0) in wlan_htcaps_to_snmp()
453 if ((hcaps & IEEE80211_HTCAP_DELBA) != 0) in wlan_htcaps_to_snmp()
455 if ((hcaps & IEEE80211_HTCAP_MAXAMSDU_7935) != 0) in wlan_htcaps_to_snmp()
457 if ((hcaps & IEEE80211_HTCAP_DSSSCCK40) != 0) in wlan_htcaps_to_snmp()
[all …]