Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_nan_datapath.c735 struct qdf_mac_addr random_ndi_mac; in hdd_ndi_open() local
750 if (hdd_get_random_nan_mac_addr(hdd_ctx, &random_ndi_mac)) { in hdd_ndi_open()
754 ndi_mac_addr = &random_ndi_mac.bytes[0]; in hdd_ndi_open()
783 struct qdf_mac_addr random_ndi_mac; in hdd_ndi_set_mode() local
797 if (hdd_get_random_nan_mac_addr(hdd_ctx, &random_ndi_mac)) { in hdd_ndi_set_mode()
801 ndi_mac_addr = &random_ndi_mac.bytes[0]; in hdd_ndi_set_mode()