WifiAdapterRemovePeer 函数 (wificx.h)
客户端驱动程序调用 WifiAdapterRemovePeer 函数,告知 WiFiCx 框架对等方已断开连接。 这会导致框架停止关联的队列。
语法
void WifiAdapterRemovePeer(
NETADAPTER Adapter,
const NET_EUI48_ADDRESS *Address
);
参数
Adapter
[in]在上一次调用 NetAdapterCreate中获取的 NetAdapterCx NETADAPTER 对象的句柄。
Address
对等地址。
返回值
没有
言论
有关详细信息,请参阅 设置多个 Tx 队列。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 11 |
支持的最低服务器 | Windows Server 2022 |
标头 | wificx.h |
IRQL | PASSIVE_LEVEL |