#[repr(C)]pub struct wifi_event_neighbor_report_t {
pub report: [u8; 64],
pub report_len: u16,
pub n_report: __IncompleteArrayField<u8>,
}Expand description
@brief Argument structure for WIFI_EVENT_STA_NEIGHBOR_REP event
Fields§
§report: [u8; 64]< Neighbor Report received from the AP (will be deprecated in next major release, use n_report instead)
report_len: u16< Length of the report
n_report: __IncompleteArrayField<u8>< Neighbor Report received from the AP