资源简介
wpa_cli.rar。仿照手机WIFI程序写的
代码片段和文件信息
/*
* WPA Supplicant - command line interface for wpa_supplicant daemon
* Copyright (c) 2004-2012 Jouni Malinen
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include “includes.h“
#ifdef CONFIG_CTRL_IFACE
#ifdef CONFIG_CTRL_IFACE_UNIX
#include
#endif /* CONFIG_CTRL_IFACE_UNIX */
#include “common/wpa_ctrl.h“
#include “utils/common.h“
#include “utils/eloop.h“
#include “utils/edit.h“
#include “utils/list.h“
#include “common/version.h“
#include “common/ieee802_11_defs.h“
#ifdef ANDROID
#include
#endif /* ANDROID */
#include
#include
static const char *wpa_cli_version =
“wpa_cli v“ VERSION_STR “\n“
“Copyright (c) 2004-2012 Jouni Malinen and contributors“;
static const char *wpa_cli_license =
“This software may be distributed under the terms of the BSD license.\n“
“See README for more details.\n“;
static const char *wpa_cli_full_license =
“This software may be distributed under the terms of the BSD license.\n“
“\n“
“Redistribution and use in source and binary forms with or without\n“
“modification are permitted provided that the following conditions are\n“
“met:\n“
“\n“
“1. Redistributions of source code must retain the above copyright\n“
“ notice this list of conditions and the following disclaimer.\n“
“\n“
“2. Redistributions in binary form must reproduce the above copyright\n“
“ notice this list of conditions and the following disclaimer in the\n“
“ documentation and/or other materials provided with the distribution.\n“
“\n“
“3. Neither the name(s) of the above-listed copyright holder(s) nor the\n“
“ names of its contributors may be used to endorse or promote products\n“
“ derived from this software without specific prior written permission.\n“
“\n“
“THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n“
“\“AS IS\“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT\n“
“LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n“
“A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n“
“OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL\n“
“SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT\n“
“LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE\n“
“DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n“
“THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT\n“
“(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n“
“OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n“
“\n“;
static struct wpa_ctrl *ctrl_conn;
static struct wpa_ctrl *mon_conn;
static int wpa_cli_quit = 0;
static int wpa_cli_attached = 0;
static int wpa_cli_connected = 0;
static int wpa_cli_last_id = 0;
#ifndef CONFIG_CTRL_IFACE_DIR
#define CONFIG_CTRL_IFACE_DIR “/var/run/wpa_supplicant“
#endif /* CONFIG_CTRL_IFACE_DIR */
static const char *ctrl_iface_dir
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 93780 2013-12-05 15:07 wpa_cli.c
----------- --------- ---------- ----- ----
93780 1
相关资源
- 手机wifi密码破解
- 通过wireshark获取手机WIFI数据包
- 室内WIFI定位 指纹采集工具
- 对wifi和tcp/ip的理解
- Linux Wi-Fi open source drivers-mac80211 ath9k
- 5G,NB-IoT,WiFi,LoRa,BLE,Zigbee等市场
- 米思齐esp8266wifi库.zip
- 4412开发板linux-QT下使用wfi设置
- wifi密码弱口令字典(很全).txt
- 15.Aliyun.rar
- WIFI 芯片ESP8266 开发视频教程基础篇
- wifi弱口令top2000
- 破解你邻居家的无线WIFI密码 windows下
- beini无线蹭网工具(奶瓶)V1.2.3正式增
- Draft P802.11ax_D3.0
- 树莓派3b+的openwrt 驱动程序
- 802.11ax_D3.2
- win7开启wifi热点 2.2.2 绿色版
- WiFi -测试指标介绍
- E4A(易安卓) wifi通信
- 《释放Wi-Fi的潜能,2019_2023企业级Wi
- sdio 3.0 协议标准
- [ESP8266 ]WIFISocket_PCB电路图
- 360Wifi Driver for Ubuntu编译安装
- 华为Wi-Fi 6(802.11ax)技术白皮书.pdf
- IEEE 802.11p 标准
-
实测可用 联发科 Rali
nk MT7601U无线网 - rtl8188EUS_rtl8189ES定频软件
- REALTEK WIFI BT;
- wifi查看工具inSSIDER
评论
共有 条评论