HomeSort by relevance Sort by last modified time
    Searched refs:beacon (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/chromium_org/components/domain_reliability/
context_unittest.cc 13 #include "components/domain_reliability/beacon.h"
27 DomainReliabilityBeacon beacon; local
28 beacon.domain = "localhost";
29 beacon.status = "ok";
30 beacon.chrome_error = net::OK;
31 beacon.server_ip = "127.0.0.1";
32 beacon.protocol = "HTTP";
33 beacon.http_response_code = 200;
34 beacon.elapsed = base::TimeDelta::FromMilliseconds(250);
35 beacon.start_time = time->NowTicks() - beacon.elapsed
125 DomainReliabilityBeacon beacon = MakeBeacon(&time_); local
135 DomainReliabilityBeacon beacon = MakeBeacon(&time_); local
145 DomainReliabilityBeacon beacon = MakeBeacon(&time_); local
157 DomainReliabilityBeacon beacon = MakeBeacon(&time_); local
    [all...]
monitor.cc 264 // 5. There is no defined beacon status for the error or HTTP response code
275 DomainReliabilityBeacon beacon; local
276 beacon.status = beacon_status;
277 beacon.chrome_error = error_code;
279 beacon.server_ip = request.response_info.socket_address.host();
281 beacon.server_ip.clear();
282 beacon.protocol = GetDomainReliabilityProtocol(
285 beacon.http_response_code = response_code;
286 beacon.start_time = request.load_timing_info.request_start;
287 beacon.elapsed = time_->NowTicks() - beacon.start_time
    [all...]
context.h 14 #include "components/domain_reliability/beacon.h"
32 // domain's config and per-resource beacon queues.
44 // Notifies the context of a beacon on its domain(s); may or may not save the
45 // actual beacon to be uploaded, depending on the sample rates in the config,
47 void OnBeacon(const GURL& url, const DomainReliabilityBeacon& beacon);
95 // Finds and removes the oldest beacon. DCHECKs if there is none. (Called
context.cc 89 // remove uploaded data from the beacon list and request counters.
125 const DomainReliabilityBeacon& beacon) {
131 bool success = (beacon.status == "ok");
142 beacons_.push_back(beacon);
151 -beacon.chrome_error);
311 VLOG(1) << "Beacon queue for " << config().domain << " full; "
312 << "removing oldest beacon";
316 // If that just removed a beacon counted in uploading_beacons_size_, decrement
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 44 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
52 if (wpabuf_resize(&beacon, pos - buf) != 0)
54 wpabuf_put_data(beacon, buf, pos - buf);
74 if (wpabuf_resize(&beacon, pos - buf) != 0)
76 wpabuf_put_data(beacon, buf, pos - buf);
84 if (wpabuf_resize(&beacon, wpabuf_len(hapd->wps_beacon_ie)) <
87 wpabuf_put_buf(beacon, hapd->wps_beacon_ie);
99 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
102 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
115 if (wpabuf_resize(&beacon, 100) == 0)
221 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
hostapd.c 23 #include "beacon.h"
795 /* Set SSID for the kernel driver (to be used in beacon and probe
    [all...]
beacon.c 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
28 #include "beacon.h"
750 wpa_printf(MSG_ERROR, "Failed to set beacon data");
763 head->u.beacon.beacon_int =
768 head->u.beacon.capab_info = host_to_le16(capab_info);
769 pos = &head->u.beacon.variable[0];
823 * DTIM Beacon frames.
961 struct wpabuf *beacon, *proberesp, *assocresp; local
974 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
978 params.beacon_ies = beacon;
    [all...]
ap_drv_ops.h 21 struct wpabuf **beacon,
24 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 162 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
177 {0x1, beacon},
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 143 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
157 {0x1, beacon},
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 1231 struct wpabuf *beacon; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
BeaconLoader.cpp 35 initiatorInfo.name = FetchInitiatorTypeNames::beacon;
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 649 * contents of the beacon information element.
780 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
784 if (madwifi_set_wps_ie(priv, beacon ? wpabuf_head(beacon) : NULL,
785 beacon ? wpabuf_len(beacon) : 0,
    [all...]
driver_atheros.c 693 /* append WPS IE for Beacon */
700 wpa_hexdump(MSG_DEBUG, "atheros: SET_APPIEBUF(Beacon)",
1103 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
1109 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1115 drv->wps_beacon_ie = beacon ? wpabuf_dup(beacon) : NULL;
1122 if (atheros_set_wps_ie(priv, beacon ? wpabuf_head(beacon) : NULL,
1123 beacon ? wpabuf_len(beacon) : 0
    [all...]
driver_test.c 837 static int test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
843 if (beacon == NULL)
844 wpa_printf(MSG_DEBUG, "test_driver: Clear Beacon WPS IE");
846 wpa_hexdump_buf(MSG_DEBUG, "test_driver: Beacon WPS IE",
847 beacon);
851 if (beacon == NULL) {
855 bss->wps_beacon_ie = os_malloc(wpabuf_len(beacon));
861 os_memcpy(bss->wps_beacon_ie, wpabuf_head(beacon),
862 wpabuf_len(beacon));
863 bss->wps_beacon_ie_len = wpabuf_len(beacon);
    [all...]
  /bionic/libc/kernel/uapi/linux/
wireless.h 365 __u32 beacon; member in struct:iw_missed
  /development/ndk/platforms/android-3/include/linux/
wireless.h 331 __u32 beacon; member in struct:iw_missed
  /development/ndk/platforms/android-L/include/linux/
wireless.h 365 __u32 beacon; member in struct:iw_missed
  /external/kernel-headers/original/uapi/linux/
wireless.h 141 * - Add new statistics (frag, retry, beacon)
743 __u32 beacon; /* Missed beacons/superframe */ member in struct:iw_missed
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
wireless.h 141 * - Add new statistics (frag, retry, beacon)
741 __u32 beacon; /* Missed beacons/superframe */ member in struct:iw_missed
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wireless.h 141 * - Add new statistics (frag, retry, beacon)
741 __u32 beacon; /* Missed beacons/superframe */ member in struct:iw_missed
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 331 __u32 beacon; member in struct:iw_missed
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 331 __u32 beacon; member in struct:iw_missed
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wireless.h 331 __u32 beacon; member in struct:iw_missed
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wireless.h 331 __u32 beacon; member in struct:iw_missed

Completed in 1998 milliseconds

1 2 3 4 5 6