Searched refs:neighbor_rep (Results 1 – 3 of 3) sorted by relevance
399 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep);1085 struct wpabuf *neighbor_rep),
5429 struct wpabuf *neighbor_rep; in wpas_rrm_process_neighbor_rep() local5451 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
7821 static void wpas_ctrl_neighbor_rep_cb(void *ctx, struct wpabuf *neighbor_rep) in wpas_ctrl_neighbor_rep_cb() argument7825 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()