pub unsafe extern "C" fn esp_rrm_send_neighbor_rep_request(
    cb: neighbor_rep_request_cb,
    cb_ctx: *mut c_void
) -> c_int
Expand description

@brief Send Radio measurement neighbor report request to connected AP

@param cb: callback function for neighbor report @param cb_ctx: callback context

@return

  • 0: success
  • -1: AP does not support RRM
  • -2: station not connected to AP