Home
last modified time | relevance | path

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

/trueos/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c2130 wlan_peercaps_to_snmp(uint32_t pcaps) in wlan_peercaps_to_snmp() argument
2134 if ((pcaps & IEEE80211_CAPINFO_ESS) != 0) in wlan_peercaps_to_snmp()
2136 if ((pcaps & IEEE80211_CAPINFO_IBSS) != 0) in wlan_peercaps_to_snmp()
2138 if ((pcaps & IEEE80211_CAPINFO_CF_POLLABLE) != 0) in wlan_peercaps_to_snmp()
2140 if ((pcaps & IEEE80211_CAPINFO_CF_POLLREQ) != 0) in wlan_peercaps_to_snmp()
2142 if ((pcaps & IEEE80211_CAPINFO_PRIVACY) != 0) in wlan_peercaps_to_snmp()
2144 if ((pcaps & IEEE80211_CAPINFO_SHORT_PREAMBLE) != 0) in wlan_peercaps_to_snmp()
2146 if ((pcaps & IEEE80211_CAPINFO_PBCC) != 0) in wlan_peercaps_to_snmp()
2148 if ((pcaps & IEEE80211_CAPINFO_CHNL_AGILITY) != 0) in wlan_peercaps_to_snmp()
2150 if ((pcaps & IEEE80211_CAPINFO_SHORT_SLOTTIME) != 0) in wlan_peercaps_to_snmp()
[all …]
/trueos/sys/dev/sound/pcm/
HDdsp.c1263 struct pcmchan_caps *pcaps = NULL, *rcaps = NULL; in dsp_ioctl() local
1273 pcaps = chn_getcaps(wrch); in dsp_ioctl()
1276 pcaps? pcaps->minspeed : 0); in dsp_ioctl()
1278 pcaps? pcaps->maxspeed : 1000000); in dsp_ioctl()