Searched defs:info_elements (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dsta_iface.cpp279 const hidl_vec<ISupplicantStaIface::AnqpInfoId> &info_elements,
286 info_elements, sub_types);
686 const std::vector<ISupplicantStaIface::AnqpInfoId> &info_elements,
690 if (info_elements.size() > kMaxAnqpElems) {
695 for (const auto &info_element : info_elements) {
277 initiateAnqpQuery( const hidl_array<uint8_t, 6> &mac_address, const hidl_vec<ISupplicantStaIface::AnqpInfoId> &info_elements, const hidl_vec<ISupplicantStaIface::Hs20AnqpSubtypes> &sub_types, initiateAnqpQuery_cb _hidl_cb) argument
684 initiateAnqpQueryInternal( const std::array<uint8_t, 6> &mac_address, const std::vector<ISupplicantStaIface::AnqpInfoId> &info_elements, const std::vector<ISupplicantStaIface::Hs20AnqpSubtypes> &sub_types) argument

Completed in 117 milliseconds