Home
last modified time | relevance | path

Searched refs:zero_mac_addr (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/nan/
Dnan_datapath.c52 uint8_t zero_mac_addr[QDF_MAC_ADDR_SIZE] = { 0, 0, 0, 0, 0, 0 }; in lim_add_ndi_peer() local
59 if (!qdf_mem_cmp(&zero_mac_addr, &peer_mac_addr.bytes[0], in lim_add_ndi_peer()
138 uint8_t zero_mac_addr[QDF_MAC_ADDR_SIZE] = { 0, 0, 0, 0, 0, 0 }; in lim_ndp_delete_peer_by_addr() local
140 if (!qdf_mem_cmp(&zero_mac_addr, &peer_ndi_mac_addr.bytes[0], in lim_ndp_delete_peer_by_addr()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h373 struct qdf_mac_addr zero_mac_addr = QDF_MAC_ADDR_ZERO_INIT; in qdf_is_macaddr_zero() local
375 return qdf_is_macaddr_equal(mac_addr, &zero_mac_addr); in qdf_is_macaddr_zero()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_classify.c341 uint8_t zero_mac_addr[QDF_MAC_ADDR_SIZE] = { 0, 0, 0, 0, 0, 0 }; in ol_tx_tdls_peer_find() local
379 zero_mac_addr, in ol_tx_tdls_peer_find()
Dol_txrx.c2437 uint8_t zero_mac_addr[QDF_MAC_ADDR_SIZE] = { 0, 0, 0, 0, 0, 0 }; in ol_txrx_peer_attach() local
2450 if (qdf_mem_cmp(&zero_mac_addr, &vdev->last_peer_mac_addr, in ol_txrx_peer_attach()
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_common.c1735 struct qdf_mac_addr zero_mac_addr = QDF_MAC_ADDR_ZERO_INIT; in iot_sim_remove_all_oper_rules() local
1743 &zero_mac_addr, 0); in iot_sim_remove_all_oper_rules()
1749 &zero_mac_addr, 1); in iot_sim_remove_all_oper_rules()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c10840 struct qdf_mac_addr zero_mac_addr = QDF_MAC_ADDR_ZERO_INIT; in hdd_get_adapter_by_macaddr() local
10843 if (!qdf_mem_cmp(mac_addr, zero_mac_addr.bytes, sizeof(tSirMacAddr))) in hdd_get_adapter_by_macaddr()