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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.h49 struct ibss_rsn_peer *peers; member in struct:ibss_rsn
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h93 Peers *peers; member in class:WpaGui
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc130 // peers and tags.
265 // Create peer objects for peers that were added before the adapter was set.
308 // Copy the tags and peers here and clear the original containers so that
310 PeerList peers; local
312 GetPeers(&peers);
317 for (PeerList::iterator iter = peers.begin();
318 iter != peers.end(); ++iter) {
H A Dnfc_chromeos_unittest.cc321 // Tests that peer and record objects are created for all peers and records
361 NfcAdapter::PeerList peers; local
362 adapter_->GetPeers(&peers);
363 EXPECT_EQ(static_cast<size_t>(1), peers.size());
365 NfcPeer* peer = peers[0];
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc100 const Peers& PeerConnectionClient::peers() const { function in class:PeerConnectionClient
362 // The body of the response will be a list of already connected peers.
H A Dmain_wnd.cc173 void MainWnd::SwitchToPeerList(const Peers& peers) { argument
178 AddListBoxItem(listbox_, "List of currently connected peers:", -1);
179 Peers::const_iterator i = peers.begin();
180 for (; i != peers.end(); ++i)
187 if (auto_call_ && peers.begin() != peers.end()) {
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc96 // Creates a tree view, that we use to display the list of peers.
285 void GtkMainWnd::SwitchToPeerList(const Peers& peers) { argument
314 AddToList(peer_list_, "List of currently connected peers:", -1);
315 for (Peers::const_iterator i = peers.begin(); i != peers.end(); ++i)
318 if (autocall_ && peers.begin() != peers.end())
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c156 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS]; member in struct:__anon988
255 if (index >= BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers))
261 return &bta_av_co_cb.peers[index];
1493 for (index = 0; index < BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers); index++)
1495 p_peer = &bta_av_co_cb.peers[index];
1698 for (index = 0; index < BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers); index++)
1700 p_peer = &bta_av_co_cb.peers[index];
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnfc_debug_ui.cc36 const char kAdapterPeersProperty[] = "peers";
542 NfcAdapter::PeerList peers; local
543 nfc_adapter_->GetPeers(&peers);
544 for (NfcAdapter::PeerList::const_iterator iter = peers.begin();
545 iter != peers.end(); ++iter) {
567 NfcAdapter::PeerList peers; local
568 nfc_adapter_->GetPeers(&peers);
569 out->SetInteger(kAdapterPeersProperty, static_cast<int>(peers.size()));
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c288 static struct ieee802_1x_kay_peer * get_peer_mi(struct dl_list *peers, argument
293 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) {
1556 "KaY: The key server is not in my live peers list");
1956 "KaY: Live peers list must not empty when generating fresh SAK");
2076 * when to elect: whenever the live peers list changes
2094 /* elect the key server among the peers */
2186 * protectFrames will be advised if the key server and one of its live peers are
2212 /* at least one of peers is MACsec-desired and requesting MACsec */
2362 /* should delete MKA instance if there are not live peers
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c288 static struct ieee802_1x_kay_peer * get_peer_mi(struct dl_list *peers, argument
293 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) {
1556 "KaY: The key server is not in my live peers list");
1956 "KaY: Live peers list must not empty when generating fresh SAK");
2076 * when to elect: whenever the live peers list changes
2094 /* elect the key server among the peers */
2186 * protectFrames will be advised if the key server and one of its live peers are
2212 /* at least one of peers is MACsec-desired and requesting MACsec */
2362 /* should delete MKA instance if there are not live peers
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c288 static struct ieee802_1x_kay_peer * get_peer_mi(struct dl_list *peers, argument
293 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) {
1556 "KaY: The key server is not in my live peers list");
1956 "KaY: Live peers list must not empty when generating fresh SAK");
2076 * when to elect: whenever the live peers list changes
2094 /* elect the key server among the peers */
2186 * protectFrames will be advised if the key server and one of its live peers are
2212 /* at least one of peers is MACsec-desired and requesting MACsec */
2362 /* should delete MKA instance if there are not live peers
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8522 milliseconds