HomeSort by relevance Sort by last modified time
    Searched refs:neighbor_rep (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/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);
124 * In the former case, 'neighbor_rep' is a newly allocated wpabuf, and it's
126 * In the latter case NULL will be sent in 'neighbor_rep'.
138 struct wpabuf *neighbor_rep),
    [all...]
wpa_supplicant_i.h 417 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep);
    [all...]
ctrl_iface.c     [all...]

Completed in 85 milliseconds