Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1841 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function
1874 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features()
1877 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features()
1880 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features()
1883 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features()
1885 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features()
1887 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features()
1889 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
1891 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SECURE_LTF_STA, &info)) in qca_nl80211_get_features()
1893 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SECURE_LTF_AP, &info)) in qca_nl80211_get_features()
[all …]
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3545 check_feature(const char *name, uint64_t value) in check_feature() function
3603 rc = mzap_list((const mzap_phys_t *)zap, size, check_feature); in check_mos_features()
3605 rc = fzap_list(spa, &dir, zap, check_feature); in check_mos_features()