Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c323 qdf_status = sme_set_custom_mac_addr(custom_mac_addr.bytes); in hdd_update_mac_config()
H A Dwlan_hdd_main.c15725 status = sme_set_custom_mac_addr(mac_addr); in hdd_platform_wlan_mac()
15755 status = sme_set_custom_mac_addr(custom_mac_addr); in hdd_update_mac_addr_to_fw()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h958 QDF_STATUS sme_set_custom_mac_addr(tSirMacAddr customMacAddr);
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c6133 QDF_STATUS sme_set_custom_mac_addr(tSirMacAddr customMacAddr) in sme_set_custom_mac_addr() function