pub unsafe extern "C" fn esp_rrm_send_neighbor_rep_request(
cb: Option<unsafe extern "C" fn(_: *mut c_void, _: *const u8, _: usize)>,
cb_ctx: *mut c_void,
) -> i32
Expand description
@brief Send Radio measurement neighbor report request to connected AP
@deprecated This function is deprecated and will be removed in the future. Please use ‘esp_rrm_send_neighbor_report_request’ @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