Searched refs:broadcast (Results 1 - 25 of 64) sorted by last modified time

123

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c1735 int broadcast; local
1751 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1755 if (!broadcast &&
H A Dieee802_1x.c116 int idx, int broadcast,
145 key->key_index = idx | (broadcast ? 0 : BIT(7));
185 broadcast ? "broadcast" : "unicast", idx);
1775 "new broadcast key");
1782 * after new broadcast key has been sent to all stations. */
1790 "new broadcast key");
2139 * broadcast keys(?) */
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c213 int ret = 0, broadcast = 0, count = 0; local
222 broadcast = memcmp(dst, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
264 if (!broadcast && strstr(dent->d_name, desttxt) == NULL)
279 if (!broadcast && count == 0) {
300 int broadcast; local
322 broadcast = os_memcmp(dest, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
374 if (!broadcast && os_strstr(dent->d_name, desttxt) == NULL)
400 } else if (broadcast) {
417 wpa_printf(MSG_DEBUG, "%s: Send broadcast MLME to %s",
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c1735 int broadcast; local
1751 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1755 if (!broadcast &&
H A Dieee802_1x.c116 int idx, int broadcast,
145 key->key_index = idx | (broadcast ? 0 : BIT(7));
185 broadcast ? "broadcast" : "unicast", idx);
1775 "new broadcast key");
1782 * after new broadcast key has been sent to all stations. */
1790 "new broadcast key");
2139 * broadcast keys(?) */
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c213 int ret = 0, broadcast = 0, count = 0; local
222 broadcast = memcmp(dst, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
264 if (!broadcast && strstr(dent->d_name, desttxt) == NULL)
279 if (!broadcast && count == 0) {
300 int broadcast; local
322 broadcast = os_memcmp(dest, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
374 if (!broadcast && os_strstr(dent->d_name, desttxt) == NULL)
400 } else if (broadcast) {
417 wpa_printf(MSG_DEBUG, "%s: Send broadcast MLME to %s",
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c1735 int broadcast; local
1751 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1755 if (!broadcast &&
H A Dieee802_1x.c116 int idx, int broadcast,
145 key->key_index = idx | (broadcast ? 0 : BIT(7));
185 broadcast ? "broadcast" : "unicast", idx);
1775 "new broadcast key");
1782 * after new broadcast key has been sent to all stations. */
1790 "new broadcast key");
2139 * broadcast keys(?) */
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c213 int ret = 0, broadcast = 0, count = 0; local
222 broadcast = memcmp(dst, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
264 if (!broadcast && strstr(dent->d_name, desttxt) == NULL)
279 if (!broadcast && count == 0) {
300 int broadcast; local
322 broadcast = os_memcmp(dest, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
374 if (!broadcast && os_strstr(dent->d_name, desttxt) == NULL)
400 } else if (broadcast) {
417 wpa_printf(MSG_DEBUG, "%s: Send broadcast MLME to %s",
/external/skia/src/utils/
H A DSkCondVar.cpp62 void SkCondVar::broadcast() { function in class:SkCondVar
/external/skia/include/utils/
H A DSkCondVar.h50 * Pause the calling thread. Will be awoken when signal() or broadcast() is called.
66 void broadcast();
H A DSkThreadPool.h158 fReady.broadcast();
183 pool->fReady.broadcast();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/openssl/crypto/modes/asm/
H A Dghash-armv4.S323 vshr.s8 q9,#7 @ broadcast carry bit
H A Dghashv8-armx.S18 vshr.s32 q9,q9,#31 @ broadcast carry bit
/external/lldb/include/lldb/Core/
H A DCommunication.h41 /// AppendBytesToCache (const uint8_t *src, size_t src_len, bool broadcast);
68 /// class will broadcast a \b eBroadcastBitReadThreadGotBytes event.
71 /// built in AppendBytesToCache with the \a broadcast parameter set to
73 /// not get broadcast, and then the subclass can post a \b
78 /// event gets broadcast. If the read thread exits a \b
79 /// eBroadcastBitReadThreadDidExit event will be broadcast. Clients
263 /// Communication::AppendBytesToCache (const uint8_t * bytes, size_t len, bool broadcast);
274 /// @see void Communication::AppendBytesToCache (const uint8_t * bytes, size_t len, bool broadcast);
302 /// data to the internal cache and broadcast a
369 /// eBroadcastBitReadThreadGotBytes event to be broadcast i
[all...]
/external/lldb/include/lldb/Host/
H A DPredicate.h28 eBroadcastNever, ///< No broadcast will be sent when the value is modified.
29 eBroadcastAlways, ///< Always send a broadcast when the value is modified.
30 eBroadcastOnChange ///< Only broadcast if the value changes when the value is modified.
109 /// way and broadcast if needed.
137 /// thread safe way and broadcast if needed.
165 /// \a m_value in a thread safe way and broadcast if needed.
479 /// Check to see if we need to broadcast to our condition variable
482 /// If \a broadcast_type is eBroadcastNever, no broadcast will be
486 /// will always be broadcast.
489 /// variable be broadcast i
494 bool broadcast = (broadcast_type == eBroadcastAlways) || ((broadcast_type == eBroadcastOnChange) && old_value != m_value); local
[all...]
/external/lldb/include/lldb/Target/
H A DThread.h376 ReturnFromFrameWithIndex (uint32_t frame_idx, lldb::ValueObjectSP return_value_sp, bool broadcast = false);
379 ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast = false);
403 SetSelectedFrame (lldb_private::StackFrame *frame, bool broadcast = false);
407 SetSelectedFrameByIndex (uint32_t frame_idx, bool broadcast = false);
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1442 const bool broadcast = true; local
1443 error = thread_sp->ReturnFromFrame (frame_sp, return_valobj_sp, broadcast);
/external/lldb/source/Core/
H A DCommunication.cpp295 Communication::AppendBytesToCache (const uint8_t * bytes, size_t len, bool broadcast, ConnectionStatus status) argument
298 "%p Communication::AppendBytesToCache (src = %p, src_len = %" PRIu64 ", broadcast = %i)",
299 this, bytes, (uint64_t)len, broadcast);
305 // If the user registered a callback, then call it and do not broadcast
312 if (broadcast)
/external/lldb/source/Target/
H A DThread.cpp318 Thread::SetSelectedFrame (lldb_private::StackFrame *frame, bool broadcast) argument
321 if (broadcast)
327 Thread::SetSelectedFrameByIndex (uint32_t frame_idx, bool broadcast) argument
333 if (broadcast)
344 const bool broadcast = true; local
345 bool success = SetSelectedFrameByIndex (frame_idx, broadcast);
1643 Thread::ReturnFromFrameWithIndex (uint32_t frame_idx, lldb::ValueObjectSP return_value_sp, bool broadcast) argument
1653 return ReturnFromFrame(frame_sp, return_value_sp, broadcast);
1657 Thread::ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast) argument
1728 if (broadcast
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex148 of broadcast stream.
/external/libpcap/
H A Dscanner.l272 broadcast return TK_BROADCAST;
/external/libnl/lib/route/
H A Daddr.c359 nl_dump(p, " broadcast %s",
519 __ADD(ADDR_ATTR_BROADCAST, broadcast)
H A Dlink.c27 * - Link layer broadcast address
725 __ADD(LINK_ATTR_BRD, broadcast)
1025 __ADD(IFF_BROADCAST, broadcast)

Completed in 356 milliseconds

123