Searched refs:p2p_device_address (Results 1 – 4 of 4) sorted by relevance
817 struct qdf_mac_addr p2p_device_address = in __wlan_hdd_add_virtual_intf() local818 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()
17288 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()
2553 struct qdf_mac_addr *addr = &hdd_ctx->p2p_device_address; in drv_cmd_p2p_dev_addr()
2097 struct qdf_mac_addr p2p_device_address; member