Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c119 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_abort_vendor_scan()
1152 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in wpa_driver_nl80211_vendor_scan()
1327 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_set_default_scan_ies()
H A Ddriver_nl80211.c2953 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_vendor_test()
3382 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in issue_key_mgmt_set_key()
4904 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_set_allowed_ap_freqs()
10506 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_tdls_set_discovery_resp_link()
11569 if (vendor_id != OUI_QCA) in is_cmd_with_nested_attrs()
11770 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_roaming()
11801 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_disable_fils()
11836 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_set_bssid_tmp_disallow()
11890 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_add_sta_node()
12531 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_qca_do_acs()
[all …]
H A Ddriver_nl80211_capa.c1073 if (vinfo->vendor_id == OUI_QCA) { in wiphy_info_handler()
1310 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_nl80211_check_dfs_capa()
1395 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_nl80211_get_features()
H A Ddriver_nl80211_event.c382 if (!msg || nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in drv_get_connect_fail_reason_code()
2812 drv, OUI_QCA, QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH, in qca_nl80211_key_mgmt_auth()
3345 if (!(vendor_id == OUI_QCA && in nl80211_vendor_event()
3353 case OUI_QCA: in nl80211_vendor_event()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_build.c138 wpabuf_put_be24(buf, OUI_QCA); in p2p_buf_add_pref_channel_list()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c176 case OUI_QCA: in ieee802_11_parse_vendor_specific()
H A Dqca-vendor.h21 #define OUI_QCA 0x001374 macro