Welcome![Sign In][Sign Up]
Location:
Search - wifi connect

Search list

[WinSock-NDIS无线网络管理

Description: A command-line windows application to manage wireless network connections, cards and profiles. Connect to WLANs, query for RSSI, stadistics... It can be used as an example of how to use Microsoft Native Wifi API dlls from any ANSI C compatible IDE
Platform: | Size: 56768 | Author: babawu123@tom.com | Hits:

[Linux-UnixDigi Connect Wi-Wave 802.11b/g wireless card schematics

Description: Digi Connect Wi-Wave 802.11b/g wireless card schematics (for embedded systems)
Platform: | Size: 67154 | Author: wrtoch | Hits:

[Windows Developsf_200562516252

Description: 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connection session,such as find a unique id. SetIoCompletionPort(socket, s) // make connection socket associate with a custom structure } void myIocp::OnRead(void* p, char* buf, int len) { TSession*s = (TSession*)p send(s->socket, buf, len, 0) // return received message to client void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) //start listenning net port,wait for client connect.
Platform: | Size: 2048 | Author: boxu | Hits:

[ICQ-IM-ChatWlanTools

Description: Using this tools, you can create an AdHoc network and connect to AP network,just like windows WiFi tools-tools, you can create an TCP network and connect to the AP network, just like windows WiFi tools
Platform: | Size: 58368 | Author: cuihongyi | Hits:

[Internet-Networkwlanscan

Description: 无线网络WIFI查询和控制的源码,可以用于本地控制或者远程控制-WIFI wireless network and control the source query that can be used for local control or remote control
Platform: | Size: 43008 | Author: jimslin | Hits:

[Internet-Networkwifishell

Description: 在windows系统中通过调用wlanapi.dll提供的API 在cmd shell中访问wifi的方法-using cmd shell to connect wifi
Platform: | Size: 174080 | Author: sam | Hits:

[Otheruart-WIFI-RS232M01

Description: uart wifi 串口wifi 程序 单片机可以用的串口wifi模块-microcontroller serial uart wifi wifi program wifi module can be used in serial Support for UART data serial, four baud rate options: 19200/38400/57600/115200bps.   Wireless data rates support the 802.11b Standard, the maximum rate is 11Mbps.   Integrate the functions of 802.11 MAC protocol Software.   Support for the STA appliances in the Infrastructure Network.   Support for the OPEN/WEP mode authentication.   Support for the wep64/wep128/ccmp/wpi data encryption transmission in the shared key mode   Support for the automatic networking mode and manual networking mode.   In the automatic networking mode,the module can automatically scan the target network, and automatically connect when disconnection.   In the manual networking mode,operation of connect and disconnect is touched off by order,this supports a flexible control space.   Support the
Platform: | Size: 566272 | Author: Jacky | Hits:

[OtherWIFI-RS232M01-mannul

Description: 产品描述 ◆ SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议, 接口信号5V、地、RX 、TX 四线连接; ◆ 模块简洁、体积小,22*60*7 mm; ◆ 用户接口开发简单快捷,串口驱动 ; ◆ MSC51/PIC/ARM7 等 8、32 位单片机轻易驱动,驱动代码极少; 产品参数 ◆ 支持UART数据接口,波特率:19.2k / 38.4k / 57.6k / 115.2k bps ; ◆ 无线数据速率支持802.11b,最高速率11M ; ◆ 集成802.11 MAC协议软件功能; ◆ 支持基础网络中的STA 应用; ◆ 支持OPEN/WEP方式的鉴权; ◆ 支持共享密钥方式的wep64/wep128 数据加密传输; ◆ 在自动联网模式下,模块能自动扫描目标网络,断线自动重连 ; ◆ 在手动联网模式下,通过命令触发连接和断开,用户灵活控制; ◆ 支持RAW/UDP/TCP格式的网络数据传输; ◆ 支持7 组基本参数设置,最多可以连接7 个目的网络; ◆ 支持通过用户接口进行参数配置; ◆ 支持固件程序通过网络在线升级; ◆ 支持外接天线,UFL接口,发射功率最大100mW,接收灵敏度-90dBm -Main Function   Support for UART data serial, four baud rate options: 19200/38400/57600/115200bps.   Wireless data rates support the 802.11b Standard, the maximum rate is 11Mbps.   Integrate the functions of 802.11 MAC protocol Software.   Support for the STA appliances in the Infrastructure Network.   Support for the OPEN/WEP mode authentication.   Support for the wep64/wep128/ccmp/wpi data encryption transmission in the shared key mode   Support for the automatic networking mode and manual networking mode.   In the automatic networking mode,the module can automatically scan the target network, and automatically connect when disconnection.   In the manual networking mode,operation of connect and disconnect is touched off by order,this supports a flexible control space.   Support the network data transmission in RAW/UDP/TCP format. &#
Platform: | Size: 553984 | Author: Jacky | Hits:

[Internet-NetworkWireless.Connect.DisConnect

Description: 利用Native Wifi API实现wifi等无线设备连接ap router和判断网络状态的源代码,由于网络原因之前上传的是ras api 实现无线上网卡拨号上网的源程序 -Using Native Wifi API wifi and other wireless devices to achieve ap router and determine the network status of the source code, the network itself is the ras api previously uploaded a wireless network card dial-up source
Platform: | Size: 2697216 | Author: 肖宏岩 | Hits:

[Internet-NetworkNetwok.Connect.DisConnecte

Description: 提供wireless wifi联网,断网,和判断网络状态源代码 用Native Wifi API 实现 -Provide wireless wifi networking, off network, and to determine the network status of the source code to achieve with the Native Wifi API
Platform: | Size: 58542080 | Author: 肖宏岩 | Hits:

[androidWifi

Description: Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技巧。-Wifi connect to the network, defined by the program you will learn WifiManager object, defined WifiInfo object, get list of network connections, define a WifiLock, open Wifi network card, turn off Wifi card, check the current status of Wifi card, scanning the surrounding network, before the scan-per-click Clear the last scan results, start scanning, specify the network connection, disconnect the current connection network, check the current network status, get an IP address, lock WifiLock, unlock WifiLock, specify the network connection configured to get the MAC address, get the access point BSSID, get WifiInfo all packets, and add a network connection and other related skills.
Platform: | Size: 55296 | Author: blue_fox | Hits:

[androidWifi

Description: Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技巧-Wifi connect to the network, defined by the program you will learn WifiManager object, defined WifiInfo object, get list of network connections, define a WifiLock, open Wifi card, turn off Wifi card, check the current state of Wifi card, scan the surrounding network, before the scan-per-click Clear the last scan results, start scanning, specify the network connection, disconnect the current connection network, check the current network status, get an IP address, lock WifiLock, unlock WifiLock, specify the network connection configured to get the MAC address, get access point BSSID, get WifiInfo of all packets, and adding a network connection and other related skills
Platform: | Size: 51200 | Author: wgywell | Hits:

[androidWiFi-Connection-ManagerforAndroid

Description: Android上最好的WiFi搜索连接程序,彻底解决无线网络找不到、结果少、连不上的问题。 比系统自带WiFi扫描功能速度更快,更准确。 支持连接使用中文SSID的无线网络,可以管理、控制、删除无线网络连接。 支持连接到隐藏SSID的无线网络(连接成功与否视设备及网络情况而定)。 -Search on Android the best WiFi connection program, solve the wireless network can not find the results less Rom problem. Than the system comes with WiFi scanning faster and more accurate. Support the use of Chinese SSID to connect wireless network, you can manage, control, remove the wireless network connection. Support to connect to hidden SSID wireless network (connection success or failure depending on the equipment and network conditions).
Platform: | Size: 169984 | Author: lin | Hits:

[JSP/JavaWifi

Description: Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技巧。-Wifi connect to the network, defined by the program you will learn WifiManager object, defined WifiInfo object, get list of network connections, define a WifiLock, open Wifi card, turn off Wifi card, check the current state of Wifi card, scan the surrounding network, before the scan-per-click clear the last scan results, start scanning, specify the network connection, disconnect the current connection network, check the current network status, get an IP address, lock WifiLock, unlock WifiLock, specify the network connection configured to get the MAC address, get access point BSSID, get WifiInfo of all packets, and adding a network connection and other related skills.
Platform: | Size: 51200 | Author: 张龙 | Hits:

[androidJava-Wifi-Android

Description: Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技巧-Wifi connect to the network, through the program you will learn to define a WifiManager object, define a WifiInfo object, access network connections list, the definition of a WifiLock, open the Wifi card, Wifi card check off, the current Wifi card, scanning peripheral network, each click scan before emptying the last scan results, start scanning, connection network, disconnect the current connection network, check the state of the network, IP address, WifiLock lock, unlock WifiLock, specified in the configuration of network connection, MAC addresses, get access point BSSID, get all the WifiInfo packet, add a network and connected and other related skills
Platform: | Size: 51200 | Author: lqua | Hits:

[Internet-Networkwifi

Description: WiFi登录管理源代码,可以实现查询本地网卡接口,连接/断连接SSID。查询列表等。。。 // get interface state string GetInterfaceStateString() // enumerate wireless interfaces EnumInterface()-WiFi connect ,disconnet,...Sample
Platform: | Size: 11414528 | Author: kangkang | Hits:

[androidWIFI-CONNECT

Description: 自己修改别的连接wifi的demo,使用Android studio编辑,完全能使用,可以很好的让大家借鉴。-Make changes to the other connection wifi demo, using Android studio editing, fully able to use, so that we can be a good reference.
Platform: | Size: 1525760 | Author: limingyao | Hits:

[androidWifiTest

Description: wifi 基本功能演示,扫描wifi,连接wifi,热点连接(WiFi basic function demonstration, scan WiFi, connect WiFi, hot connection)
Platform: | Size: 21286912 | Author: stary | Hits:

[e-languagewifi连接

Description: 支持电脑连接附近无线网,自动搜索无线网,输入密码即可连接。需要安装EX_UI界面库。(Support computer connections near the wireless network, automatically search the wireless network, enter the password to connect. You need to install the EX_UI interface library.)
Platform: | Size: 2116608 | Author: wtfqaq | Hits:

[Other Embeded program扩展实验5 ATK-RM04 WIFI模块测试实验

Description: 可以连接WiFi,进行无线传输,主要用于做一些初级32单片机硬件。(Can connect WiFi, wireless transmission, mainly used to do some junior 32 microcontroller hardware.)
Platform: | Size: 11610112 | Author: | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net