Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c65 struct wpabuf *neighbor_rep; in wpas_rrm_process_neighbor_rep() local
87 neighbor_rep = wpabuf_alloc(report_len - 1); in wpas_rrm_process_neighbor_rep()
88 if (!neighbor_rep) { in wpas_rrm_process_neighbor_rep()
92 wpabuf_put_data(neighbor_rep, report + 1, report_len - 1); in wpas_rrm_process_neighbor_rep()
96 neighbor_rep); in wpas_rrm_process_neighbor_rep()
144 struct wpabuf *neighbor_rep), in wpas_rrm_send_neighbor_rep_request() argument
Dwpa_supplicant_i.h445 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep);
1533 struct wpabuf *neighbor_rep),
Dctrl_iface.c9928 static void wpas_ctrl_neighbor_rep_cb(void *ctx, struct wpabuf *neighbor_rep) in wpas_ctrl_neighbor_rep_cb() argument
9945 if (!neighbor_rep || wpabuf_len(neighbor_rep) == 0) { in wpas_ctrl_neighbor_rep_cb()
9950 data = wpabuf_head_u8(neighbor_rep); in wpas_ctrl_neighbor_rep_cb()
9951 len = wpabuf_len(neighbor_rep); in wpas_ctrl_neighbor_rep_cb()
10027 wpabuf_free(neighbor_rep); in wpas_ctrl_neighbor_rep_cb()