Home
last modified time | relevance | path

Searched refs:fWPA_Authened (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/staging/vt6656/
Dioctl.c663 pDevice->fWPA_Authened = FALSE; in private_ioctl()
686 pDevice->fWPA_Authened = TRUE; //is successful peer to wpa_Result.authenticated? in private_ioctl()
Ddevice.h796 BOOL fWPA_Authened; //is WPA/WPA-PSK or WPA2/WPA2-PSK authen?? member
Dwcmd.c533 pDevice->fWPA_Authened = FALSE; in vRunCommand()
1293 (pDevice->fWPA_Authened == TRUE)) { //wpa linking in BSSvSecondTxData()
Drxtx.c2851 pDevice->fWPA_Authened = TRUE; in nsDMA_tx_packet()
2855 pDevice->fWPA_Authened = TRUE; in nsDMA_tx_packet()
2862 pDevice->fWPA_Authened = TRUE; in nsDMA_tx_packet()
Diwctl.c808 pDevice->fWPA_Authened = FALSE; in iwctl_siwessid()
Dmain_usb.c1049 pDevice->fWPA_Authened = FALSE; in device_open()
Dwmgr.c1610 pDevice->fWPA_Authened = FALSE; in s_vMgrRxDisassociation()
1700 pDevice->fWPA_Authened = FALSE; in s_vMgrRxDeauthentication()
/linux-2.6.39/drivers/staging/vt6655/
Dioctl.c676 pDevice->fWPA_Authened = false; in private_ioctl()
695 pDevice->fWPA_Authened = true; //is successful peer to wpa_Result.authenticated? in private_ioctl()
Ddevice.h721 bool fWPA_Authened; //is WPA/WPA-PSK or WPA2/WPA2-PSK authen?? member
Dwcmd.c1130 (pDevice->fWPA_Authened == true)) { //wpa linking
Ddevice_main.c1922 pDevice->fWPA_Authened = false; in device_open()
2654 pDevice->fWPA_Authened = true; in device_xmit()
Diwctl.c837 pDevice->fWPA_Authened = false; in iwctl_siwessid()