GEANTLink/WLANManager
Simon Rozman b00f379655 Resolve charset .idtx/.idt confusion
NMake inline files are always created using ACP. The "1252" in the .idtx
header has no effect on this. However, we must encode the .idt files
using correct charset/codepage regardless the ACP being used on the
building machine.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-19 15:55:31 +01:00
..
2020-04-20 16:17:27 +02:00
2016-08-28 12:22:04 +02:00
2016-08-28 12:22:04 +02:00
2020-06-29 15:46:00 +02:00
2020-02-07 13:10:58 +01:00
2020-02-07 13:10:58 +01:00
2019-08-12 13:18:51 +02:00
2020-02-05 11:45:51 +01:00
2020-04-20 16:17:27 +02:00

WLANManager

Invokes standard Windows Wireless Network Properties dialog

Usage

WLANManager profile <profile name> [interface <interface name>]
  • profile name - The name of the network profile (not neccessarely the same as SSID)
  • interface name - The name of the specific network interface to search the profile at

Return codes

  • -1 = Invalid parameters
  • 0 = Success
  • 1 = Error parsing command line
  • 2 = WLAN handle could not be opened
  • 3 = WLAN provider negotiated unsupported version
  • 4 = Interface enumeration failed
  • 5 = Edit profile UI failed