Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • c#
  • interop
  • wifi
  • winapi

Disabling WiFi inrastructure access in XP

Jun 22, 2011 See the question and my original answer on StackOverflow

You could try with the WlanSetInterface Function, if you have Windows XP with SP3, passing wlan_intf_opcode_bss_type as the OpCode.

Alternatively, you can also try manually with one of the NETSH WLAN command line actions, at least to validate the approach.

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms