Searched refs:notify_neighbor_rep (Results 1 – 2 of 2) sorted by relevance
29 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler()36 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL, 0); in wpas_rrm_neighbor_rep_timeout_handler()38 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler()53 if (wpa_s->rrm.notify_neighbor_rep) in wpas_rrm_reset()84 if (!wpa_s->rrm.notify_neighbor_rep) { in wpas_rrm_process_neighbor_rep()91 wpa_s->rrm.notify_neighbor_rep(wpa_s->rrm.neighbor_rep_cb_ctx, in wpas_rrm_process_neighbor_rep()93 wpa_s->rrm.notify_neighbor_rep = NULL; in wpas_rrm_process_neighbor_rep()152 if (wpa_s->rrm.notify_neighbor_rep) { in wpas_rrm_send_neighbor_rep_request()262 wpa_s->rrm.notify_neighbor_rep = cb; in wpas_rrm_send_neighbor_rep_request()
25 void (*notify_neighbor_rep)(void *ctx, const u8 *neighbor_rep, size_t len); member