Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_p2p.c817 struct qdf_mac_addr p2p_device_address = in __wlan_hdd_add_virtual_intf() local
818 hdd_ctx->p2p_device_address; in __wlan_hdd_add_virtual_intf()
819 p2p_device_address.bytes[4] ^= 0x80; in __wlan_hdd_add_virtual_intf()
821 p2p_device_address.bytes, in __wlan_hdd_add_virtual_intf()
Dwlan_hdd_main.c17288 hdd_ctx->p2p_device_address = in hdd_open_p2p_interface()
17297 hdd_ctx->p2p_device_address.bytes[0] |= 0x02; in hdd_open_p2p_interface()
17300 hdd_ctx->p2p_device_address = in hdd_open_p2p_interface()
17307 hdd_ctx->p2p_device_address.bytes[0] |= 0x02; in hdd_open_p2p_interface()
17321 qdf_mem_copy(hdd_ctx->p2p_device_address.bytes, in hdd_open_p2p_interface()
17327 hdd_ctx->p2p_device_address.bytes, in hdd_open_p2p_interface()
17332 hdd_ctx->p2p_device_address.bytes); in hdd_open_p2p_interface()
Dwlan_hdd_ioctl.c2553 struct qdf_mac_addr *addr = &hdd_ctx->p2p_device_address; in drv_cmd_p2p_dev_addr()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h2097 struct qdf_mac_addr p2p_device_address; member