Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_nan_datapath.c737 uint8_t *ndi_mac_addr; in hdd_ndi_open() local
754 ndi_mac_addr = &random_ndi_mac.bytes[0]; in hdd_ndi_open()
756 ndi_mac_addr = wlan_hdd_get_intf_addr(hdd_ctx, QDF_NDI_MODE); in hdd_ndi_open()
757 if (!ndi_mac_addr) { in hdd_ndi_open()
765 ndi_mac_addr, NET_NAME_UNKNOWN, true, in hdd_ndi_open()
769 wlan_hdd_release_intf_addr(hdd_ctx, ndi_mac_addr); in hdd_ndi_open()
784 uint8_t *ndi_mac_addr = NULL; in hdd_ndi_set_mode() local
801 ndi_mac_addr = &random_ndi_mac.bytes[0]; in hdd_ndi_set_mode()
803 (struct qdf_mac_addr *)ndi_mac_addr, in hdd_ndi_set_mode()
806 (struct qdf_mac_addr *)ndi_mac_addr); in hdd_ndi_set_mode()
[all …]