Home
last modified time | relevance | path

Searched refs:bootstrap_id (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_iface.h185 Return<void> removeDppUri(uint32_t bootstrap_id,
298 SupplicantStatus removeDppUriInternal(uint32_t bootstrap_id);
Dsta_iface.cpp712 Return<void> StaIface::removeDppUri(uint32_t bootstrap_id, in removeDppUri() argument
717 &StaIface::removeDppUriInternal, _hidl_cb, bootstrap_id); in removeDppUri()
1410 SupplicantStatus StaIface::removeDppUriInternal(uint32_t bootstrap_id) in removeDppUriInternal() argument
1416 if (bootstrap_id == 0) { in removeDppUriInternal()
1420 bootstrap_id_str = std::to_string(bootstrap_id); in removeDppUriInternal()