HomeSort by: relevance | last modified time | path
    Searched defs:neighbor_rep (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
rrm.c 65 struct wpabuf *neighbor_rep; local
87 neighbor_rep = wpabuf_alloc(report_len - 1);
88 if (!neighbor_rep) {
92 wpabuf_put_data(neighbor_rep, report + 1, report_len - 1);
96 neighbor_rep);
130 * In the former case, 'neighbor_rep' is a newly allocated wpabuf, and it's
132 * In the latter case NULL will be sent in 'neighbor_rep'.
144 struct wpabuf *neighbor_rep),

Completed in 13 milliseconds