Searched refs:OUI_QCA (Results 1 – 10 of 10) sorted by relevance
/hostap-3.7.0/src/drivers/ |
D | driver_nl80211_scan.c | 120 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_abort_vendor_scan() 1103 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in wpa_driver_nl80211_vendor_scan() 1274 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_set_default_scan_ies()
|
D | driver_nl80211.c | 2805 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_vendor_test() 3201 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in issue_key_mgmt_set_key() 10069 if (vendor_id != OUI_QCA) in is_cmd_with_nested_attrs() 10274 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_roaming() 10305 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_disable_fils() 10340 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_set_bssid_tmp_disallow() 10394 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_add_sta_node() 11063 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_qca_do_acs() 11135 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_set_band() 11265 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in nl80211_get_pref_freq_list() [all …]
|
D | driver_nl80211_capa.c | 986 if (vinfo->vendor_id == OUI_QCA) { in wiphy_info_handler() 1207 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_nl80211_check_dfs_capa() 1293 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in qca_nl80211_get_features()
|
D | driver_nl80211_event.c | 375 if (!msg || nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) || in drv_get_connect_fail_reason_code() 2544 case OUI_QCA: in nl80211_vendor_event()
|
/hostap-3.7.0/tests/hwsim/ |
D | test_hapd_ctrl.py | 920 OUI_QCA = 0x001374 924 …cmd = "VENDOR %x %d %s" % (OUI_QCA, QCA_NL80211_VENDOR_SUBCMD_TEST, binascii.hexlify(attr).decode(…
|
D | test_wpas_ctrl.py | 1363 OUI_QCA = 0x001374 1367 …cmd = "VENDOR %x %d %s" % (OUI_QCA, QCA_NL80211_VENDOR_SUBCMD_TEST, binascii.hexlify(attr).decode(…
|
/hostap-3.7.0/wlantest/ |
D | process.c | 316 if (WPA_GET_BE24(iter.this_arg) == OUI_QCA && in wlantest_process()
|
/hostap-3.7.0/src/p2p/ |
D | p2p_build.c | 136 wpabuf_put_be24(buf, OUI_QCA); in p2p_buf_add_pref_channel_list()
|
/hostap-3.7.0/src/common/ |
D | ieee802_11_common.c | 176 case OUI_QCA: in ieee802_11_parse_vendor_specific()
|
D | qca-vendor.h | 20 #define OUI_QCA 0x001374 macro
|