Searched refs:notify_neighbor_rep (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Drrm.c25 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;
H A Dwpa_supplicant_i.h415 * notify_neighbor_rep - Callback for notifying report requester
417 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep); member in struct:rrm_data

Completed in 111 milliseconds