Searched refs:group_ifname (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | p2p_iface.h | 73 const hidl_string& group_ifname, uint32_t timeout_in_sec, 76 const hidl_string& group_ifname, bool enable, 95 const hidl_string& group_ifname, removeGroup_cb _hidl_cb) override; 100 const hidl_string& group_ifname, 215 const std::string& group_ifname, uint32_t timeout_in_sec); 217 const std::string& group_ifname, bool enable); 232 SupplicantStatus removeGroupInternal(const std::string& group_ifname); 236 const std::string& group_ifname, 269 const std::string& group_ifname, 272 const std::string& group_ifname, const std::string& pin); [all …]
|
D | p2p_iface.cpp | 468 const hidl_string& group_ifname, uint32_t timeout_in_sec, in setGroupIdle() argument 473 &P2pIface::setGroupIdleInternal, _hidl_cb, group_ifname, in setGroupIdle() 478 const hidl_string& group_ifname, bool enable, setPowerSave_cb _hidl_cb) in setPowerSave() argument 482 &P2pIface::setPowerSaveInternal, _hidl_cb, group_ifname, enable); in setPowerSave() 548 const hidl_string& group_ifname, removeGroup_cb _hidl_cb) in removeGroup() argument 552 &P2pIface::removeGroupInternal, _hidl_cb, group_ifname); in removeGroup() 564 const hidl_string& group_ifname, in invite() argument 570 &P2pIface::inviteInternal, _hidl_cb, group_ifname, in invite() 697 const hidl_string& group_ifname, const hidl_array<uint8_t, 6>& bssid, in startWpsPbc() argument 702 &P2pIface::startWpsPbcInternal, _hidl_cb, group_ifname, bssid); in startWpsPbc() [all …]
|