• 大小: 7.14MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-25
  • 语言: 其他
  • 标签: rtl8188cus  

资源简介

Realtek瑞昱 rtl8188cus linux驱动 2012年11月5日发布

资源截图

代码片段和文件信息


#include 
#include 
#include 
#include 
#include 
#include 
#include 
//#include 
//#include 
#include 
#include 
#include               /* gethostbyname getnetbyname */
#include 
#include          /* for “struct sockaddr“ et al  */
#include            /* struct timeval */
#include 
#include 
//#if LINUX_VERSION_CODE < KERNEL_VERSION(2627)
//#include 
//#endif
#include        /* struct ether_addr */
#include 
#include 
#include 
#include 


//#include “iwlib.h“

static void HWPBC_SignalHandler(int sig)
{
//if(sig==0x0a)
{
printf(“get HW_PBC signal from driver\n“);

//todo: execute the command below to start WPS PBC Method

//“./wpa_cli -p/var/run/wpa_supplicant wps_pbc any“

//pop UI/dialog to show starting WPS PBC - timeout = 120sec

}
 
}


/*------------------------------------------------------------------*/
/*
 * Wrapper to push some Wireless Parameter in the driver
 */
static inline int
iw_set_ext(int skfd /* Socket to the kernel */
   const char * ifname /* Device name */
   int request_id /* WE ID */
   struct iwreq * pwrq) /* Fixed part of the request */
{
/* Set device name */
  strncpy(pwrq->ifr_name ifname IFNAMSIZ);
//strncpy(pwrq->ifr_ifrn.ifr_name ifname IFNAMSIZ);


   /* Do the request */
   return(ioctl(skfd request_id pwrq));

}

int main(int argc char** argv)
{
int pid;
struct iwreq wrq;
int devsock;
char ifrn_name[IFNAMSIZ]; /* if name e.g. “wlan0“ */
int cmd =  SIOCIWFIRSTPRIV + 0x05;
int req[2];

printf(“for example\n“);

/*
if ((argc != 2) || (argv[1][0] == ‘-‘)) {
printf(“Usage: macaddr interface\n“);
exit(1);
}
*/
strncpy(ifrn_name “wlan0“ IFNAMSIZ);

devsock = socket(AF_INET SOCK_STREAM 0);
//devsock = socket(AF_INET SOCK_DGRAM 0);
if (devsock == -1) {
//perror(“Failed opening socket“);
printf(“failed opening socket\n“);
exit(1);
}


/*(1) set signal handler. */
  signal(SIGUSR1 HWPBC_SignalHandler);


/*(2) Tell wifi driver our pid so that it can send a signal to us. */
pid = getpid();

printf(“my pid is %d\n“ pid);

req[0]=0; req[1]=pid;

memcpy(wrq.u.name req sizeof(int)*2);

  if(iw_set_ext(devsock ifrn_name cmd &wrq) < 0)
   {
printf(“failed iw_set_ext!\n“);
    close(devsock);
exit(1);
   }  


while(1)
{
printf(“$> “);

while( getchar() != ‘\n‘)
{

}

}

close(devsock);

exit(0);

}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-11-05 19:30  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\
     目录           0  2012-11-05 15:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\android_reference_codes\
     文件       10936  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\android_reference_codes\realtek_wifi_SDK_for_android.txt
     文件     1213179  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\android_reference_codes\realtek_wifi_SDK_for_android_20120618.tar.gz
     目录           0  2012-11-05 15:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\android_reference_codes_ICS_nl80211\
     文件      253610  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\android_reference_codes_ICS_nl80211\realtek_wifi_SDK_for_android_ICS_20120621.tar.gz
     目录           0  2012-11-05 15:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\
     文件       16929  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\HowTo_enable_driver_to_support_WIFI_certification_test.pdf
     文件      154940  2012-08-06 11:37  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\HowTo_enable_the_power_saving_functionality.pdf
     文件       15821  2012-08-06 11:37  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\HowTo_support_more_VidPids.pdf
     文件        4190  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\linux_dhcp_server_notes.txt
     文件       16779  2012-08-06 11:37  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\Quick_Start_Guide_for_Bridge.pdf
     文件       57253  2012-08-06 11:37  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\Quick_Start_Guide_for_Driver_Compilation_and_Installation.pdf
     文件       19162  2012-08-06 11:37  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\Quick_Start_Guide_for_SoftAP.pdf
     文件       36189  2012-08-06 11:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\Quick_Start_Guide_for_Station_Mode.pdf
     文件       99851  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\Realtek_Wi-Fi_SDK_for_Android_ICS.pdf
     文件      145127  2012-08-06 11:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\RTK_Wi-Fi_Direct_Programming_guide.pdf
     文件       26783  2012-08-06 11:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\RTL8192D_operation_mode.pdf
     文件       25571  2012-08-06 11:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\SoftAP_Mode_features.pdf
     文件       13447  2012-08-06 11:39  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\Wireless_tools_porting_guide.pdf
     文件       41564  2012-08-06 11:39  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\document\wpa_cli_with_wpa_supplicant.pdf
     目录           0  2012-11-05 16:14  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\driver\
     文件     1095492  2012-11-05 16:15  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\driver\rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105.tar.gz
     目录           0  2012-11-05 15:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\hardware_wps_pbc\
     文件        1782  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\hardware_wps_pbc\Readme.txt
     文件        2796  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\hardware_wps_pbc\sample.c
     文件        3106  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\install.sh
     文件        5434  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\readme.txt
     文件      145297  2012-11-05 19:30  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\ReleaseNotes.pdf
     目录           0  2012-11-05 15:38  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\WiFi_Direct_User_Interface\
     文件         272  2012-08-06 11:36  RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105\WiFi_Direct_User_Interface\Android.mk
............此处省略15个文件信息

评论

共有 条评论