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

  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 25 if (!rrm->notify_neighbor_rep) {
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL);
34 rrm->notify_neighbor_rep = NULL;
49 if (wpa_s->rrm.notify_neighbor_rep)
81 if (!wpa_s->rrm.notify_neighbor_rep) {
95 wpa_s->rrm.notify_neighbor_rep(wpa_s->rrm.neighbor_rep_cb_ctx,
97 wpa_s->rrm.notify_neighbor_rep = NULL;
164 if (wpa_s->rrm.notify_neighbor_rep) {
271 wpa_s->rrm.notify_neighbor_rep = cb;
    [all...]
wpa_supplicant_i.h 415 * notify_neighbor_rep - Callback for notifying report requester
417 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep); member in struct:rrm_data
    [all...]

Completed in 73 milliseconds