Crate fidl_fuchsia_wlan_fullmac

Source

Macros§

EapolTxResultUnknown
Pattern that matches an unknown EapolTxResult member.
StartResultUnknown
Pattern that matches an unknown StartResult member.
StopResultUnknown
Pattern that matches an unknown StopResult member.
WlanAssocResultUnknown
Pattern that matches an unknown WlanAssocResult member.
WlanAuthResultUnknown
Pattern that matches an unknown WlanAuthResult member.
WlanAuthTypeUnknown
Pattern that matches an unknown WlanAuthType member.
WlanScanResultUnknown
Pattern that matches an unknown WlanScanResult member.
WlanScanTypeUnknown
Pattern that matches an unknown WlanScanType member.

Structs§

BandCapability
Describes parameters and capabilities for a single WlanBand.
SaeFrame
Contains the information of SAE authentication frames. Shared between transmit and receive directions, see WlanFullmacImplIfc::SaeFrameRx and WlanFullmacImpl::SaeFrameTx.
ServiceMarker
ServiceProxy
WlanFullmacChannelSwitchInfo
WlanFullmacImplAssocRespRequest
WlanFullmacImplAuthRespRequest
WlanFullmacImplConnectRequest
WlanFullmacImplDeauthRequest
WlanFullmacImplDisassocRequest
WlanFullmacImplEapolTxRequest
WlanFullmacImplGetIfaceHistogramStatsResponse
WlanFullmacImplGetIfaceStatsResponse
WlanFullmacImplIfcAssocIndRequest
WlanFullmacImplIfcAssocIndResponder
WlanFullmacImplIfcAuthIndRequest
WlanFullmacImplIfcAuthIndResponder
WlanFullmacImplIfcConnectConfRequest
WlanFullmacImplIfcConnectConfResponder
WlanFullmacImplIfcControlHandle
WlanFullmacImplIfcDeauthConfRequest
WlanFullmacImplIfcDeauthConfResponder
WlanFullmacImplIfcDeauthIndRequest
WlanFullmacImplIfcDeauthIndResponder
WlanFullmacImplIfcDisassocConfRequest
WlanFullmacImplIfcDisassocConfResponder
WlanFullmacImplIfcDisassocIndRequest
WlanFullmacImplIfcDisassocIndResponder
WlanFullmacImplIfcEapolConfRequest
WlanFullmacImplIfcEapolConfResponder
WlanFullmacImplIfcEapolIndRequest
WlanFullmacImplIfcEapolIndResponder
WlanFullmacImplIfcEventStream
WlanFullmacImplIfcMarker
WlanFullmacImplIfcOnChannelSwitchRequest
WlanFullmacImplIfcOnChannelSwitchResponder
WlanFullmacImplIfcOnPmkAvailableRequest
WlanFullmacImplIfcOnPmkAvailableResponder
WlanFullmacImplIfcOnScanEndRequest
WlanFullmacImplIfcOnScanEndResponder
WlanFullmacImplIfcOnScanResultRequest
WlanFullmacImplIfcOnScanResultResponder
WlanFullmacImplIfcOnWmmStatusRespRequest
WlanFullmacImplIfcOnWmmStatusRespResponder
WlanFullmacImplIfcProxy
WlanFullmacImplIfcRequestStream
A Stream of incoming requests for fuchsia.wlan.fullmac/WlanFullmacImplIfc.
WlanFullmacImplIfcRoamConfRequest
WlanFullmacImplIfcRoamConfResponder
WlanFullmacImplIfcRoamResultIndRequest
WlanFullmacImplIfcRoamResultIndResponder
WlanFullmacImplIfcRoamStartIndRequest
WlanFullmacImplIfcRoamStartIndResponder
WlanFullmacImplIfcSaeFrameRxRequest
WlanFullmacImplIfcSaeFrameRxResponder
WlanFullmacImplIfcSaeHandshakeIndRequest
WlanFullmacImplIfcSaeHandshakeIndResponder
WlanFullmacImplIfcSignalReportRequest
WlanFullmacImplIfcSignalReportResponder
WlanFullmacImplIfcStartConfRequest
WlanFullmacImplIfcStartConfResponder
WlanFullmacImplIfcStopConfRequest
WlanFullmacImplIfcStopConfResponder
WlanFullmacImplIfcSynchronousProxy
WlanFullmacImplInitRequest
WlanFullmacImplInitResponse
WlanFullmacImplOnLinkStateChangedRequest
WlanFullmacImplQueryResponse
WlanFullmacImplQuerySecuritySupportResponse
WlanFullmacImplQuerySpectrumManagementSupportResponse
WlanFullmacImplQueryTelemetrySupportResponse
WlanFullmacImplReconnectRequest
WlanFullmacImplRoamRequest
WlanFullmacImplSaeFrameTxRequest
WlanFullmacImplSaeHandshakeRespRequest
WlanFullmacImplSetKeysRequest
WlanFullmacImplSetKeysResponse
WlanFullmacImplStartBssRequest
WlanFullmacImplStartScanRequest
WlanFullmacImplStopBssRequest
WlanFullmacImpl_AssocRespResponder
WlanFullmacImpl_AuthRespResponder
WlanFullmacImpl_ConnectResponder
WlanFullmacImpl_ControlHandle
WlanFullmacImpl_DeauthResponder
WlanFullmacImpl_DisassocResponder
WlanFullmacImpl_EapolTxResponder
WlanFullmacImpl_EventStream
WlanFullmacImpl_GetIfaceHistogramStatsResponder
WlanFullmacImpl_GetIfaceStatsResponder
WlanFullmacImpl_InitResponder
WlanFullmacImpl_Marker
WlanFullmacImpl_OnLinkStateChangedResponder
WlanFullmacImpl_Proxy
WlanFullmacImpl_QueryResponder
WlanFullmacImpl_QuerySecuritySupportResponder
WlanFullmacImpl_QuerySpectrumManagementSupportResponder
WlanFullmacImpl_QueryTelemetrySupportResponder
WlanFullmacImpl_ReconnectResponder
WlanFullmacImpl_RequestStream
A Stream of incoming requests for fuchsia.wlan.fullmac/WlanFullmacImpl.
WlanFullmacImpl_RoamResponder
WlanFullmacImpl_SaeFrameTxResponder
WlanFullmacImpl_SaeHandshakeRespResponder
WlanFullmacImpl_SetKeysResponder
WlanFullmacImpl_StartBssResponder
WlanFullmacImpl_StartScanResponder
WlanFullmacImpl_StopBssResponder
WlanFullmacImpl_SynchronousProxy
WlanFullmacImpl_WmmStatusReqResponder
WlanFullmacRssiStats
WlanFullmacSetKeysResp
WlanFullmacSignalReportIndication

Enums§

EapolTxResult
ServiceRequest
A request for one of the member protocols of Service.
StartResult
StopResult
WlanAssocResult
WlanAuthResult
WlanAuthType
WlanFullmacImplIfcEvent
WlanFullmacImplIfcRequest
Protocol definition for communication from the fullmac vendor driver to the platform.
WlanFullmacImpl_Event
WlanFullmacImpl_Request
Protocol definition for communication from the platform to the fullmac vendor driver.
WlanScanResult
WlanScanType

Constants§

WLAN_MAX_KEYLIST_SIZE
WLAN_VIE_MAX_LEN
Max length for vendor IEs to be added to the association request. This is currently used for WPA.

Traits§

WlanFullmacImplIfcProxyInterface
WlanFullmacImpl_ProxyInterface

Type Aliases§

WlanFullmacImplGetIfaceHistogramStatsResult
WlanFullmacImplGetIfaceStatsResult
WlanFullmacImplInitResult
WlanFullmacImplQueryResult
WlanFullmacImplQuerySecuritySupportResult
WlanFullmacImplQuerySpectrumManagementSupportResult
WlanFullmacImplQueryTelemetrySupportResult