Searched refs:responders (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | rrm.h | 16 * bytes, so we can't have more than 16 responders in the request. 25 const u8 *responders, unsigned int n_responders);
|
H A D | rrm.c | 442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() 521 nr = hostapd_neighbor_get(hapd, responders + ETH_ALEN * i, in hostapd_send_range_req() 525 MACSTR_SEC, MAC2STR_SEC(responders + ETH_ALEN * i)); in hostapd_send_range_req() 440 hostapd_send_range_req(struct hostapd_data *hapd, const u8 *addr, u16 random_interval, u8 min_ap, const u8 *responders, unsigned int n_responders) hostapd_send_range_req() argument
|
H A D | ap_rrm.c | 442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() 521 nr = hostapd_neighbor_get(hapd, responders + ETH_ALEN * i, in hostapd_send_range_req() 525 MACSTR_SEC, MAC2STR_SEC(responders + ETH_ALEN * i)); in hostapd_send_range_req() 440 hostapd_send_range_req(struct hostapd_data *hapd, const u8 *addr, u16 random_interval, u8 min_ap, const u8 *responders, unsigned int n_responders) hostapd_send_range_req() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | rrm.h | 16 * bytes, so we can't have more than 16 responders in the request. 25 const u8 *responders, unsigned int n_responders);
|
H A D | ap_rrm.c | 442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() 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() 440 hostapd_send_range_req(struct hostapd_data *hapd, const u8 *addr, u16 random_interval, u8 min_ap, const u8 *responders, unsigned int n_responders) hostapd_send_range_req() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 2588 u8 responders[ETH_ALEN * RRM_RANGE_REQ_MAX_RESPONDERS]; in hostapd_ctrl_iface_req_range() local 2618 "CTRL: REQ_RANGE: Too many responders"); in hostapd_ctrl_iface_req_range() 2622 if (hwaddr_aton(token, responders + n_responders * ETH_ALEN)) { in hostapd_ctrl_iface_req_range() 2638 responders, n_responders); in hostapd_ctrl_iface_req_range()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 3083 u8 responders[ETH_ALEN * RRM_RANGE_REQ_MAX_RESPONDERS]; in hostapd_ctrl_iface_req_range() local 3113 "CTRL: REQ_RANGE: Too many responders"); in hostapd_ctrl_iface_req_range() 3117 if (hwaddr_aton(token, responders + n_responders * ETH_ALEN)) { in hostapd_ctrl_iface_req_range() 3133 responders, n_responders); in hostapd_ctrl_iface_req_range()
|
Completed in 12 milliseconds