esp_rrm_send_neighbor_rep_request() function
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'
Syntax
__attribute__((deprecated("Use 'esp_rrm_send_neighbor_report_request' instead")))
int esp_rrm_send_neighbor_rep_request(neighbor_rep_request_cb cb,
void *cb_ctx);
Arguments
cb
callback function for neighbor report
Return value
- 0: success - -1: AP does not support RRM - -2: station not connected to AP
![]()
int esp_rrm_send_neighbor_rep_request(neighbor_rep_request_cb cb,
esp_rrm_send_neighbor_rep_request() calls 2 functions:
![]()
esp_rrm_send_neighbor_rep_request()
esp_rrm_send_neighbor_rep_request() reads 5 variables and writes 1 variable:
![]()
esp_rrm_send_neighbor_rep_request()