Function esp_idf_svc::sys::esp_rrm_send_neighbor_rep_request
source ยท 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
@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