Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_p2p.h61 int hdd_set_p2p_opps(struct net_device *dev, uint8_t *command);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_p2p.c534 int hdd_set_p2p_opps(struct net_device *dev, uint8_t *command) in hdd_set_p2p_opps() function
H A Dwlan_hdd_ioctl.c2615 return hdd_set_p2p_opps(link_info->adapter->dev, command); in drv_cmd_p2p_set_ps()