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 |