Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_p2p.h62 int hdd_set_p2p_noa(struct net_device *dev, uint8_t *command);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_p2p.c449 int hdd_set_p2p_noa(struct net_device *dev, uint8_t *command) in hdd_set_p2p_noa() function
H A Dwlan_hdd_ioctl.c2593 return hdd_set_p2p_noa(link_info->adapter->dev, command); in drv_cmd_p2p_set_noa()