Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h399 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep);
1085 struct wpabuf *neighbor_rep),
Dwpa_supplicant.c5429 struct wpabuf *neighbor_rep; in wpas_rrm_process_neighbor_rep() local
5451 neighbor_rep = wpabuf_alloc(report_len - 1); in wpas_rrm_process_neighbor_rep()
5452 if (neighbor_rep == NULL) in wpas_rrm_process_neighbor_rep()
5454 wpabuf_put_data(neighbor_rep, report + 1, report_len - 1); in wpas_rrm_process_neighbor_rep()
5458 neighbor_rep); in wpas_rrm_process_neighbor_rep()
5491 struct wpabuf *neighbor_rep), in wpas_rrm_send_neighbor_rep_request() argument
Dctrl_iface.c7821 static void wpas_ctrl_neighbor_rep_cb(void *ctx, struct wpabuf *neighbor_rep) in wpas_ctrl_neighbor_rep_cb() argument
7825 if (neighbor_rep) { in wpas_ctrl_neighbor_rep_cb()
7828 (unsigned int) wpabuf_len(neighbor_rep)); in wpas_ctrl_neighbor_rep_cb()
7829 wpabuf_free(neighbor_rep); in wpas_ctrl_neighbor_rep_cb()