Searched refs:EnableEncryption (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/wlags49_h2/ ! |
D | wl_wext.c | 1204 encryption_state = lp->EnableEncryption; in wireless_set_encode() 1240 lp->EnableEncryption = 1; in wireless_set_encode() 1261 lp->EnableEncryption = 1; in wireless_set_encode() 1272 lp->EnableEncryption = 0; // disable encryption in wireless_set_encode() 1274 lp->EnableEncryption = 1; in wireless_set_encode() 1283 DBG_TRACE( DbgInfo, "lp->EnableEncryption : %d\n", lp->EnableEncryption ); in wireless_set_encode() 1291 DBG_NOTICE( DbgInfo, "encrypt: %d, ID: %d\n", lp->EnableEncryption, in wireless_set_encode() 1294 if( lp->EnableEncryption == encryption_state ) { in wireless_set_encode() 1354 DBG_NOTICE(DbgInfo, "GIWENCODE: encrypt: %d, ID: %d\n", lp->EnableEncryption, lp->TransmitKeyID); in wireless_get_encode() 1385 if( lp->EnableEncryption == 0 ) { in wireless_get_encode() [all …]
|
D | wl_profile.c | 204 if (wvlan_config->EnableEncryption) { in parse_config() 217 sEncryption.wEnabled = wvlan_config->EnableEncryption; in parse_config() 233 wvlan_config->EnableEncryption = sEncryption.wEnabled; in parse_config() 444 lp->EnableEncryption = value_convert; in translate_option()
|
D | wl_internal.h | 195 #define PARM_ENABLE_ENCRYPTION EnableEncryption 927 hcf_8 EnableEncryption; // 0 - 1 (0) member
|
D | wl_main.c | 608 lp->EnableEncryption = PARM_ENABLE_ENCRYPTION; in wl_insert() 1229 if ( lp->EnableEncryption ) { in wl_set_wep_keys() 1262 DBG_NOTICE( DbgInfo, "encrypt: %d, ID: %d\n", lp->EnableEncryption, lp->TransmitKeyID ); in wl_set_wep_keys() 1988 lp->ltvRecord.u.u16[0] = CNV_INT_TO_LITTLE( lp->EnableEncryption ); in wl_put_ltv() 3667 … len += sprintf(buf+len,"EnableEncryption: 0x%04X\n", lp->EnableEncryption ); // 0 - 1 (0)
|
D | wl_priv.c | 781 lp->EnableEncryption = pLtv->u.u16[0]; in wvlan_uil_put_info() 1023 lp->EnableEncryption = sEncryption.wEnabled; in wvlan_uil_put_info()
|
D | README.wlags49 | 394 EnableEncryption=Y
|