Home
last modified time | relevance | path

Searched refs:custom_mac_addr (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg.c223 struct qdf_mac_addr custom_mac_addr; in hdd_update_mac_config() local
315 qdf_mem_copy(custom_mac_addr.bytes, in hdd_update_mac_config()
317 sizeof(custom_mac_addr)); in hdd_update_mac_config()
319 qdf_mem_copy(custom_mac_addr.bytes, in hdd_update_mac_config()
321 sizeof(custom_mac_addr)); in hdd_update_mac_config()
323 qdf_status = sme_set_custom_mac_addr(custom_mac_addr.bytes); in hdd_update_mac_config()
Dwlan_hdd_main.c15744 tSirMacAddr custom_mac_addr; in hdd_update_mac_addr_to_fw() local
15748 qdf_mem_copy(&custom_mac_addr, in hdd_update_mac_addr_to_fw()
15752 qdf_mem_copy(&custom_mac_addr, in hdd_update_mac_addr_to_fw()
15755 status = sme_set_custom_mac_addr(custom_mac_addr); in hdd_update_mac_addr_to_fw()