windows-nt/Source/XPSP1/NT/net/layer2svc/zeroconf/cmdtool/wzcutil.h

9 lines
247 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#pragma once
#define HEX(c) ((c)<='9'?(c)-'0':(c)<='F'?(c)-'A'+0xA:(c)-'a'+0xA)
VOID PrintMACAddress(PRAW_DATA prdBuffer, BOOL bError);
VOID PrintSSID(PRAW_DATA prdSSID, BOOL bError);
VOID PrintConfigList(PRAW_DATA prdBSSIDList, BOOL bError);