#[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
Trait Implementations§
Source§impl Debug for wifi_event_neighbor_report_t
impl Debug for wifi_event_neighbor_report_t
Source§impl Default for wifi_event_neighbor_report_t
impl Default for wifi_event_neighbor_report_t
Source§fn default() -> wifi_event_neighbor_report_t
fn default() -> wifi_event_neighbor_report_t
Returns the “default value” for a type. Read more