资源简介
驱动适用于z3735国产平板:
sudo make
sudo make install
代码片段和文件信息
/******************************************************************************
*
* Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not write to the Free Software Foundation Inc.
* 51 Franklin Street Fifth Floor Boston MA 02110 USA
*
*
******************************************************************************/
#define _RTW_AP_C_
#include
#ifdef CONFIG_AP_MODE
extern unsigned char RTW_WPA_OUI[];
extern unsigned char WMM_OUI[];
extern unsigned char WPS_OUI[];
extern unsigned char P2P_OUI[];
extern unsigned char WFD_OUI[];
void init_mlme_ap_info(_adapter *padapter)
{
struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv;
struct mlme_priv *pmlmepriv = &(padapter->mlmepriv);
struct sta_priv *pstapriv = &padapter->stapriv;
struct wlan_acl_pool *pacl_list = &pstapriv->acl_list;
_rtw_spinlock_init(&pmlmepriv->bcn_update_lock);
//for ACL
_rtw_init_queue(&pacl_list->acl_node_q);
//pmlmeext->bstart_bss = _FALSE;
start_ap_mode(padapter);
}
void free_mlme_ap_info(_adapter *padapter)
{
_irqL irqL;
struct sta_info *psta=NULL;
struct sta_priv *pstapriv = &padapter->stapriv;
struct mlme_priv *pmlmepriv = &(padapter->mlmepriv);
struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv;
struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
//stop_ap_mode(padapter);
pmlmepriv->update_bcn = _FALSE;
pmlmeext->bstart_bss = _FALSE;
rtw_sta_flush(padapter);
pmlmeinfo->state = _HW_STATE_NOlink_;
//free_assoc_sta_resources
rtw_free_all_stainfo(padapter);
//free bc/mc sta_info
psta = rtw_get_bcmc_stainfo(padapter);
_enter_critical_bh(&(pstapriv->sta_hash_lock) &irqL);
rtw_free_stainfo(padapter psta);
_exit_critical_bh(&(pstapriv->sta_hash_lock) &irqL);
_rtw_spinlock_free(&pmlmepriv->bcn_update_lock);
}
static void update_BCNTIM(_adapter *padapter)
{
struct sta_priv *pstapriv = &padapter->stapriv;
struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv);
struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
WLAN_BSSID_EX *pnetwork_mlmeext = &(pmlmeinfo->network);
unsigned char *pie = pnetwork_mlmeext->IEs;
//DBG_871X(“%s\n“ __FUNCTION__);
//update TIM IE
//if(pstapriv->tim_bitmap)
if(_TRUE)
{
u8 *p *dst_ie *premainder_ie=NULL *pbackup_remainder_ie=NULL;
u16 tim_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-03-04 10:27 egg_wifi-master\
目录 0 2017-03-04 10:27 egg_wifi-master\Documents\
文件 24129 2017-03-04 10:27 egg_wifi-master\Documents\HowTo_debug_BT_coexistence.pdf
文件 42942 2017-03-04 10:27 egg_wifi-master\Documents\HowTo_enable_driver_to_support_80211d.pdf
文件 16932 2017-03-04 10:27 egg_wifi-master\Documents\HowTo_enable_driver_to_support_WIFI_certification_test.pdf
文件 154940 2017-03-04 10:27 egg_wifi-master\Documents\HowTo_enable_the_power_saving_functionality.pdf
文件 31414 2017-03-04 10:27 egg_wifi-master\Documents\HowTo_port_wireless_driver_to_Google_ChromiumOS.pdf
文件 25717 2017-03-04 10:27 egg_wifi-master\Documents\HowTo_read_external_TX_power_related_file.pdf
文件 128554 2017-03-04 10:27 egg_wifi-master\Documents\Miracast_for_Realtek_WiFi.pdf
文件 16779 2017-03-04 10:27 egg_wifi-master\Documents\Quick_Start_Guide_for_Bridge.pdf
文件 68813 2017-03-04 10:27 egg_wifi-master\Documents\Quick_Start_Guide_for_Driver_Compilation_and_Installation.pdf
文件 31933 2017-03-04 10:27 egg_wifi-master\Documents\Quick_Start_Guide_for_SoftAP.pdf
文件 36189 2017-03-04 10:27 egg_wifi-master\Documents\Quick_Start_Guide_for_Station_Mode.pdf
文件 61898 2017-03-04 10:27 egg_wifi-master\Documents\Quick_Start_Guide_for_WOW.pdf
文件 128897 2017-03-04 10:27 egg_wifi-master\Documents\RTK_P2P_WFD_Programming_guide.pdf
文件 167766 2017-03-04 10:27 egg_wifi-master\Documents\Realtek_WiFi_concurrent_mode_Introduction.pdf
文件 29988 2017-03-04 10:27 egg_wifi-master\Documents\SoftAP_Mode_features.pdf
文件 13447 2017-03-04 10:27 egg_wifi-master\Documents\Wireless_tools_porting_guide.pdf
文件 4190 2017-03-04 10:27 egg_wifi-master\Documents\linux_dhcp_server_notes.txt
文件 41564 2017-03-04 10:27 egg_wifi-master\Documents\wpa_cli_with_wpa_supplicant.pdf
文件 1371 2017-03-04 10:27 egg_wifi-master\README.md
文件 253 2017-03-04 10:27 egg_wifi-master\dnsmasq.conf
文件 228 2017-03-04 10:27 egg_wifi-master\hostapd.conf
目录 0 2017-03-04 10:27 egg_wifi-master\r8723bs\
文件 360 2017-03-04 10:27 egg_wifi-master\r8723bs\Kconfig
文件 41824 2017-03-04 10:27 egg_wifi-master\r8723bs\Makefile
目录 0 2017-03-04 10:27 egg_wifi-master\r8723bs\core\
目录 0 2017-03-04 10:27 egg_wifi-master\r8723bs\core\efuse\
文件 35204 2017-03-04 10:27 egg_wifi-master\r8723bs\core\efuse\rtw_efuse.c
文件 97064 2017-03-04 10:27 egg_wifi-master\r8723bs\core\rtw_ap.c
文件 28656 2017-03-04 10:27 egg_wifi-master\r8723bs\core\rtw_beamforming.c
............此处省略974个文件信息
- 上一篇:solarwinds-NPM.12.3安装流程
- 下一篇:品优购电商系统开发文档
相关资源
- 剖析Linux系统下基于NUMA构建的服务
- linux SPI设备注册和驱动小结
- 周立功PCI CAN卡LINUX驱动ubuntu16.04内核
- 实现Windows与Linux两系统间自由切换
- 在双引导Linux系统上实现OS自动切换
- 如何删除Linux系统后找回Windows的启动
- Linux命令详解,循序渐进Linux
- Linux系统文件命令精通指南(下)
- Linux系统命令及Shell脚本实践指南
- RK3308 LINUX开发者指南(1).pdf
- S3C4510 开发板中uCLinux系统开发
- 嵌入式操作系统的解析
- Linux点阵字库和字库生成器.rar
- Linux-UNIX系统编程手册上、下册中文版
- 基于ARM的电子相册源码含动态库可运
- PSFTP.EXE 工具
- 如何实现Linux与windows文件互传
- Linux内核函数Start_kernel()的功能
- 一只老鸟的嵌入式ARM学习心得
- cximage的linux版本源码
- yaf-2.1.17.tgz
- IBM eServer xSeries 445 EXP400在Linux下的双
- 如何在本地无光驱软驱时通过PXE远程
- Linux操作系统下配置无密码的RSH访问
- 如何利用mdadm在Linux中配置RAID
- db2 v9.5 linux 许可证
- linux telnet服务安装包
- SUSE Linux Enterprise——助力曙光高
- 运行LINUX的中高端HP INTEGRITY服务器
- lsoflist open files命令
评论
共有 条评论