Searched refs:group_ifname (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | p2p_iface.cpp | 134 const hidl_string& group_ifname, uint32_t timeout_in_sec, in setGroupIdle() argument 139 &P2pIface::setGroupIdleInternal, _hidl_cb, group_ifname, in setGroupIdle() 144 const hidl_string& group_ifname, bool enable, setPowerSave_cb _hidl_cb) in setPowerSave() argument 148 &P2pIface::setPowerSaveInternal, _hidl_cb, group_ifname, enable); in setPowerSave() 214 const hidl_string& group_ifname, removeGroup_cb _hidl_cb) in removeGroup() argument 218 &P2pIface::removeGroupInternal, _hidl_cb, group_ifname); in removeGroup() 230 const hidl_string& group_ifname, in invite() argument 236 &P2pIface::inviteInternal, _hidl_cb, group_ifname, in invite() 363 const hidl_string& group_ifname, const hidl_array<uint8_t, 6>& bssid, in startWpsPbc() argument 368 &P2pIface::startWpsPbcInternal, _hidl_cb, group_ifname, bssid); in startWpsPbc() [all …]
|
D | p2p_iface.h | 71 const hidl_string& group_ifname, uint32_t timeout_in_sec, 74 const hidl_string& group_ifname, bool enable, 93 const hidl_string& group_ifname, removeGroup_cb _hidl_cb) override; 98 const hidl_string& group_ifname, 207 const std::string& group_ifname, uint32_t timeout_in_sec); 209 const std::string& group_ifname, bool enable); 224 SupplicantStatus removeGroupInternal(const std::string& group_ifname); 228 const std::string& group_ifname, 261 const std::string& group_ifname, 264 const std::string& group_ifname, const std::string& pin); [all …]
|