Home
last modified time | relevance | path

Searched refs:provisioned_mac_addr (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c176 provisioned_mac_addr[i].bytes[0], in update_mac_from_string()
316 &hdd_ctx->provisioned_mac_addr[0].bytes[0], in hdd_update_mac_config()
H A Dwlan_hdd_nan_datapath.c436 provisioned_mac_addr[i].bytes, in hdd_get_random_nan_mac_addr()
H A Dwlan_hdd_main.c1553 qdf_mem_copy(hdd_ctx->provisioned_mac_addr[0].bytes, in hdd_update_macaddr()
1559 provisioned_mac_addr[0].bytes)); in hdd_update_macaddr()
6309 QDF_MAC_ADDR_REF(hdd_ctx->provisioned_mac_addr[i].bytes)); in wlan_hdd_get_provisioned_intf_addr()
6323 &hdd_ctx->provisioned_mac_addr[i].bytes, in wlan_hdd_get_provisioned_intf_addr()
6327 return hdd_ctx->provisioned_mac_addr[i].bytes; in wlan_hdd_get_provisioned_intf_addr()
15582 qdf_mem_zero(hdd_ctx->provisioned_mac_addr, in hdd_free_mac_address_lists()
15583 sizeof(hdd_ctx->provisioned_mac_addr)); in hdd_free_mac_address_lists()
15640 uint8_t *src = hdd_ctx->provisioned_mac_addr[0].bytes; in hdd_populate_random_mac_addr()
15690 buf = hdd_ctx->provisioned_mac_addr[iter].bytes; in hdd_platform_wlan_mac()
15749 &hdd_ctx->provisioned_mac_addr[0].bytes[0], in hdd_update_mac_addr_to_fw()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2255 struct qdf_mac_addr provisioned_mac_addr[QDF_MAX_CONCURRENCY_PERSONA]; member