Symbol: GETCAP
sys/dev/usb/wlan/if_uath.c
836
GETCAP(CAP_TARGET_VERSION, cap->targetVersion);
sys/dev/usb/wlan/if_uath.c
837
GETCAP(CAP_TARGET_REVISION, cap->targetRevision);
sys/dev/usb/wlan/if_uath.c
838
GETCAP(CAP_MAC_VERSION, cap->macVersion);
sys/dev/usb/wlan/if_uath.c
839
GETCAP(CAP_MAC_REVISION, cap->macRevision);
sys/dev/usb/wlan/if_uath.c
840
GETCAP(CAP_PHY_REVISION, cap->phyRevision);
sys/dev/usb/wlan/if_uath.c
841
GETCAP(CAP_ANALOG_5GHz_REVISION, cap->analog5GhzRevision);
sys/dev/usb/wlan/if_uath.c
842
GETCAP(CAP_ANALOG_2GHz_REVISION, cap->analog2GhzRevision);
sys/dev/usb/wlan/if_uath.c
844
GETCAP(CAP_REG_DOMAIN, cap->regDomain);
sys/dev/usb/wlan/if_uath.c
845
GETCAP(CAP_REG_CAP_BITS, cap->regCapBits);
sys/dev/usb/wlan/if_uath.c
848
GETCAP(CAP_COUNTRY_CODE, cap->countryCode);
sys/dev/usb/wlan/if_uath.c
850
GETCAP(CAP_WIRELESS_MODES, cap->wirelessModes);
sys/dev/usb/wlan/if_uath.c
851
GETCAP(CAP_CHAN_SPREAD_SUPPORT, cap->chanSpreadSupport);
sys/dev/usb/wlan/if_uath.c
852
GETCAP(CAP_COMPRESS_SUPPORT, cap->compressSupport);
sys/dev/usb/wlan/if_uath.c
853
GETCAP(CAP_BURST_SUPPORT, cap->burstSupport);
sys/dev/usb/wlan/if_uath.c
854
GETCAP(CAP_FAST_FRAMES_SUPPORT, cap->fastFramesSupport);
sys/dev/usb/wlan/if_uath.c
855
GETCAP(CAP_CHAP_TUNING_SUPPORT, cap->chapTuningSupport);
sys/dev/usb/wlan/if_uath.c
856
GETCAP(CAP_TURBOG_SUPPORT, cap->turboGSupport);
sys/dev/usb/wlan/if_uath.c
857
GETCAP(CAP_TURBO_PRIME_SUPPORT, cap->turboPrimeSupport);
sys/dev/usb/wlan/if_uath.c
858
GETCAP(CAP_DEVICE_TYPE, cap->deviceType);
sys/dev/usb/wlan/if_uath.c
859
GETCAP(CAP_WME_SUPPORT, cap->wmeSupport);
sys/dev/usb/wlan/if_uath.c
860
GETCAP(CAP_TOTAL_QUEUES, cap->numTxQueues);
sys/dev/usb/wlan/if_uath.c
861
GETCAP(CAP_CONNECTION_ID_MAX, cap->connectionIdMax);
sys/dev/usb/wlan/if_uath.c
863
GETCAP(CAP_LOW_5GHZ_CHAN, cap->low5GhzChan);
sys/dev/usb/wlan/if_uath.c
864
GETCAP(CAP_HIGH_5GHZ_CHAN, cap->high5GhzChan);
sys/dev/usb/wlan/if_uath.c
865
GETCAP(CAP_LOW_2GHZ_CHAN, cap->low2GhzChan);
sys/dev/usb/wlan/if_uath.c
866
GETCAP(CAP_HIGH_2GHZ_CHAN, cap->high2GhzChan);
sys/dev/usb/wlan/if_uath.c
867
GETCAP(CAP_TWICE_ANTENNAGAIN_5G, cap->twiceAntennaGain5G);
sys/dev/usb/wlan/if_uath.c
868
GETCAP(CAP_TWICE_ANTENNAGAIN_2G, cap->twiceAntennaGain2G);
sys/dev/usb/wlan/if_uath.c
870
GETCAP(CAP_CIPHER_AES_CCM, cap->supportCipherAES_CCM);
sys/dev/usb/wlan/if_uath.c
871
GETCAP(CAP_CIPHER_TKIP, cap->supportCipherTKIP);
sys/dev/usb/wlan/if_uath.c
872
GETCAP(CAP_MIC_TKIP, cap->supportMicTKIP);