Home
last modified time | relevance | path

Searched refs:responders (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/network/
Darping_runner.py79 responders = set()
96 responders.add(responder_mac)
122 self.responders = responders
142 self.responders.difference(valid_responders)):
154 self.latencies, self.responders))
/external/wpa_supplicant_8/src/ap/
Drrm.h25 const u8 *responders, unsigned int n_responders);
Drrm.c442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() argument
521 nr = hostapd_neighbor_get(hapd, responders + ETH_ALEN * i, in hostapd_send_range_req()
525 MACSTR, MAC2STR(responders + ETH_ALEN * i)); in hostapd_send_range_req()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc321 AsyncResponderMap responders = std::move(async_responders_); in NotifyError() local
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c2976 u8 responders[ETH_ALEN * RRM_RANGE_REQ_MAX_RESPONDERS]; in hostapd_ctrl_iface_req_range() local
3010 if (hwaddr_aton(token, responders + n_responders * ETH_ALEN)) { in hostapd_ctrl_iface_req_range()
3026 responders, n_responders); in hostapd_ctrl_iface_req_range()