Home
last modified time | relevance | path

Searched defs:network_id (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/rtc_base/
Dnetwork_route.h33 uint16_t network_id, in RouteEndpoint()
44 static RouteEndpoint CreateWithNetworkId(uint16_t network_id) { in CreateWithNetworkId()
55 uint16_t network_id() const { return network_id_; } in network_id() function
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl_manager.cpp57 const std::string &ifname, int network_id) in getNetworkObjectMapKey()
134 const std::string &ifname, int network_id, in addNetworkCallbackHidlObjectToMap()
225 const std::string &ifname, int network_id, in removeNetworkCallbackHidlObjectFromMap()
303 const std::string &ifname, int network_id, in callWithEachNetworkCallback()
330 const std::string &ifname, int network_id, in callWithEachNetworkCallbackDerived()
2031 const std::string &ifname, int network_id, in getP2pNetworkHidlObjectByIfnameAndNetworkId()
2060 const std::string &ifname, int network_id, in getStaNetworkHidlObjectByIfnameAndNetworkId()
2139 const std::string &ifname, int network_id, in addP2pNetworkCallbackHidlObject()
2158 const std::string &ifname, int network_id, in addStaNetworkCallbackHidlObject()
2258 const std::string &ifname, int network_id, in removeP2pNetworkCallbackHidlObject()
[all …]
Dp2p_network.cpp29 struct wpa_global *wpa_global, const char ifname[], int network_id) in P2pNetwork()
Dsta_network.cpp117 struct wpa_global *wpa_global, const char ifname[], int network_id) in StaNetwork()
/external/webrtc/api/
Dcandidate.h125 uint16_t network_id() const { return network_id_; } in network_id() function
126 void set_network_id(uint16_t network_id) { network_id_ = network_id; } in set_network_id()
Dcandidate.cc37 uint16_t network_id, in Candidate()
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
Dnetwork_ChromeCellularSmokeTest.py61 def _ensure_network_status(self, network_id, status, timeout): argument
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp458 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) in writeWepKey()
502 void NetworkConfig::paramsFromConfig(int network_id) in paramsFromConfig()
/external/webrtc/rtc_base/network/
Dsent_packet.h49 absl::optional<uint16_t> network_id; member
/external/wpa_supplicant_8/wpa_supplicant/
Dpasn_supplicant.c35 int network_id; member
942 int network_id) in wpas_pasn_start()
1145 int akmp, int cipher, u16 group, int network_id) in wpas_pasn_auth_start()
/external/webrtc/p2p/base/
Dp2p_transport_channel.cc1013 uint16_t network_id = 0; in OnUnknownAddress() local
/external/webrtc/pc/
Dwebrtc_sdp.cc1170 uint16_t network_id = 0; in ParseCandidate() local