TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_WIRELESS_MAC_CONNECTION_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/WiFi.h>

Data Fields

EFI_WIRELESS_MAC_CONNECTION_SCAN Scan
 
EFI_WIRELESS_MAC_CONNECTION_ASSOCIATE Associate
 
EFI_WIRELESS_MAC_CONNECTION_DISASSOCIATE Disassociate
 
EFI_WIRELESS_MAC_CONNECTION_AUTHENTICATE Authenticate
 
EFI_WIRELESS_MAC_CONNECTION_DEAUTHENTICATE Deauthenticate
 

Detailed Description

The EFI_WIRELESS_MAC_CONNECTION_PROTOCOL is designed to provide management service interfaces for the EFI wireless network stack to establish wireless connection with AP. An EFI Wireless MAC Connection Protocol instance will be installed on each communication device that the EFI wireless network stack runs on.

Definition at line 1113 of file WiFi.h.

Field Documentation

◆ Associate

EFI_WIRELESS_MAC_CONNECTION_ASSOCIATE _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL::Associate

Definition at line 1115 of file WiFi.h.

◆ Authenticate

EFI_WIRELESS_MAC_CONNECTION_AUTHENTICATE _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL::Authenticate

Definition at line 1117 of file WiFi.h.

◆ Deauthenticate

EFI_WIRELESS_MAC_CONNECTION_DEAUTHENTICATE _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL::Deauthenticate

Definition at line 1118 of file WiFi.h.

◆ Disassociate

EFI_WIRELESS_MAC_CONNECTION_DISASSOCIATE _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL::Disassociate

Definition at line 1116 of file WiFi.h.

◆ Scan

EFI_WIRELESS_MAC_CONNECTION_SCAN _EFI_WIRELESS_MAC_CONNECTION_PROTOCOL::Scan

Definition at line 1114 of file WiFi.h.


The documentation for this struct was generated from the following file: