[][src]Function esp_idf_bindgen::esp_wifi_set_promiscuous_rx_cb

pub unsafe extern "C" fn esp_wifi_set_promiscuous_rx_cb(
    cb: wifi_promiscuous_cb_t
) -> esp_err_t

@brief Register the RX callback function in the promiscuous mode.

Each time a packet is received, the registered callback function will be called.

@param cb callback

@return