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.c1375 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function
1408 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features()
1411 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features()
1414 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features()
1417 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features()
1419 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features()
1421 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features()
1423 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
1425 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SECURE_LTF_STA, &info)) in qca_nl80211_get_features()
1427 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SECURE_LTF_AP, &info)) in qca_nl80211_get_features()
[all …]
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3401 check_feature(const char *name, uint64_t value) in check_feature() function
3459 rc = mzap_list((const mzap_phys_t *)zap, size, check_feature); in check_mos_features()
3461 rc = fzap_list(spa, &dir, zap, check_feature); in check_mos_features()