admin管理员组

文章数量:1571946

VC++开发常用功能一系列文章 (欢迎订阅,持续更新…)
第33章:VC++wifi连接增强版
源代码demo已上传到百度网盘:永久生效

  1. 代码通过 WLAN的接口,采用profile的方式,支持有密码与无密码的连接 ,关键是在于怎么设置好这个profile 参数
BOOL  CwifiDlg::ConnectWanByWpa(CString strssid, CString strpassword)
{
   
	// TODO: Add your control notification handler code here

	CLogHelp::

本文标签: 源码VCwifi