Home
last modified time | relevance | path

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

/hostap-3.7.0/src/drivers/
Ddriver_nl80211_scan.c120 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()
Ddriver_nl80211.c2805 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 …]
Ddriver_nl80211_capa.c986 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()
Ddriver_nl80211_event.c375 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/
Dtest_hapd_ctrl.py920 OUI_QCA = 0x001374
924 …cmd = "VENDOR %x %d %s" % (OUI_QCA, QCA_NL80211_VENDOR_SUBCMD_TEST, binascii.hexlify(attr).decode(…
Dtest_wpas_ctrl.py1363 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/
Dprocess.c316 if (WPA_GET_BE24(iter.this_arg) == OUI_QCA && in wlantest_process()
/hostap-3.7.0/src/p2p/
Dp2p_build.c136 wpabuf_put_be24(buf, OUI_QCA); in p2p_buf_add_pref_channel_list()
/hostap-3.7.0/src/common/
Dieee802_11_common.c176 case OUI_QCA: in ieee802_11_parse_vendor_specific()
Dqca-vendor.h20 #define OUI_QCA 0x001374 macro