Searched refs:encryption_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.h88 tr_encryption_type encryption_type; member in struct:tr_peerIo
290 void tr_peerIoSetEncryption( tr_peerIo * io, tr_encryption_type encryption_type );
295 return ( io != NULL ) && ( io->encryption_type == PEER_ENCRYPTION_RC4 );
H A Dpeer-io.c1033 tr_peerIoSetEncryption( tr_peerIo * io, tr_encryption_type encryption_type )
1036 assert( encryption_type == PEER_ENCRYPTION_NONE
1037 || encryption_type == PEER_ENCRYPTION_RC4 );
1039 io->encryption_type = encryption_type;
1059 if( io->encryption_type == PEER_ENCRYPTION_RC4 )
1087 if( io->encryption_type == PEER_ENCRYPTION_RC4 )
1147 if( io->encryption_type == PEER_ENCRYPTION_RC4 ) {
1165 switch( io->encryption_type )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.h139 u8 encryption_type; member in struct:at76_card_config
H A Dat76c50x-usb.c1404 ccfg->encryption_type = 2;
1406 ccfg->encryption_type = 1;
1412 ccfg->encryption_type = 0;
H A Datmel.c3833 u8 encryption_type; member in struct:__anon13622

Completed in 97 milliseconds