#[repr(C)]pub struct wifi_nan_followup_params_t {
pub inst_id: u8,
pub peer_inst_id: u8,
pub peer_mac: [u8; 6],
pub svc_info: [c_char; 64],
pub ssi_len: u16,
pub ssi: *mut u8,
}Expand description
@brief NAN Follow-up parameters
Fields§
§inst_id: u8< Own service instance id
peer_inst_id: u8< Peer’s service instance id
peer_mac: [u8; 6]< Peer’s MAC address
svc_info: [c_char; 64]< To be deprecated in next major release, use ssi instead
ssi_len: u16< Length of service specific info, maximum allowed length - ESP_WIFI_MAX_FUP_SSI_LEN
ssi: *mut u8< Service Specific Info of type wifi_nan_wfa_ssi_t for WFA defined protocols, otherwise proprietary and defined by Applications
Trait Implementations§
Source§impl Clone for wifi_nan_followup_params_t
impl Clone for wifi_nan_followup_params_t
Source§fn clone(&self) -> wifi_nan_followup_params_t
fn clone(&self) -> wifi_nan_followup_params_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wifi_nan_followup_params_t
impl Debug for wifi_nan_followup_params_t
Source§impl Default for wifi_nan_followup_params_t
impl Default for wifi_nan_followup_params_t
impl Copy for wifi_nan_followup_params_t
Auto Trait Implementations§
impl Freeze for wifi_nan_followup_params_t
impl RefUnwindSafe for wifi_nan_followup_params_t
impl !Send for wifi_nan_followup_params_t
impl !Sync for wifi_nan_followup_params_t
impl Unpin for wifi_nan_followup_params_t
impl UnsafeUnpin for wifi_nan_followup_params_t
impl UnwindSafe for wifi_nan_followup_params_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)