Add/update DNS Suffix (OS), Hostname (OS), fqdn [AMT] and DNS Suffix [AMT] info returned by --amtinfo.

This commit is contained in:
Mudit Vats
2020-12-17 11:08:13 -07:00
parent 3bfb88aeb6
commit d2633af0c5
11 changed files with 224 additions and 38 deletions

View File

@@ -9,5 +9,7 @@
#include <string>
std::string net_get_dns(char* macAddress);
std::string net_get_hostname();
std::string net_get_dns();
#endif