Home
last modified time | relevance | path

Searched refs:bEncryptionEnable (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/vt6655/
Dwpactl.c208 pDevice->bEncryptionEnable = false; in wpa_set_keys()
254 pDevice->bEncryptionEnable = true; in wpa_set_keys()
392 pDevice->bEncryptionEnable = true; in wpa_set_keys()
757 pDevice->bEncryptionEnable = true; in wpa_set_associate()
759 pDevice->bEncryptionEnable = false; in wpa_set_associate()
Dhostap.c147 pDevice->bEncryptionEnable = false; in hostap_disable_hostapd()
520 pDevice->bEncryptionEnable = true; in hostap_set_encryption()
609 pDevice->bEncryptionEnable = true; in hostap_set_encryption()
Diwctl.c1297 pDevice->bEncryptionEnable = true; in iwctl_siwencode()
1303 if (pDevice->bEncryptionEnable == false) { in iwctl_siwencode()
1321 if (pDevice->bEncryptionEnable == false) in iwctl_siwencode()
1324 pDevice->bEncryptionEnable = false; in iwctl_siwencode()
1376 if (pDevice->bEncryptionEnable) in iwctl_giwencode()
1595 pDevice->bEncryptionEnable = !!wrq->value; in iwctl_siwauth()
1596 if (pDevice->bEncryptionEnable == false) { in iwctl_siwauth()
Dwroute.c94 if (pDevice->bEncryptionEnable == true) { in ROUTEbRelay()
Dioctl.c215 pDevice->bEncryptionEnable = false; in private_ioctl()
241 pDevice->bEncryptionEnable = true; in private_ioctl()
Ddevice.h476 bool bEncryptionEnable; member
Ddevice_main.c1612 if (pDevice->bEncryptionEnable && pDevice->bTransmitKey) { in device_open()
1803 if (pDevice->bEncryptionEnable) in device_dma0_xmit()
1950 if (pDevice->bEncryptionEnable) { in device_xmit()
1999 if (pDevice->bEncryptionEnable) { in device_xmit()
Dwmgr.c446 if (pDevice->bEncryptionEnable) in vMgrAssocBeginSta()
512 if (pDevice->bEncryptionEnable) in vMgrReAssocBeginSta()
2337 if (pDevice->bEncryptionEnable) { in vMgrCreateOwnIBSS()
4273 if (pDevice->bEncryptionEnable || pDevice->bEnable8021x) in bMgrPrepareBeaconToSend()
Drxtx.c2550 if (pDevice->bEncryptionEnable == true) { in cbGetFragCount()