Home
last modified time | relevance | path

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

/hostap-3.7.0/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()
/hostap-3.7.0/hostapd/
Dctrl_iface.c3082 u8 responders[ETH_ALEN * RRM_RANGE_REQ_MAX_RESPONDERS]; in hostapd_ctrl_iface_req_range() local
3116 if (hwaddr_aton(token, responders + n_responders * ETH_ALEN)) { in hostapd_ctrl_iface_req_range()
3132 responders, n_responders); in hostapd_ctrl_iface_req_range()