Searched refs:CIPHER_NONE (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/drivers/staging/vt6655/ |
D | wpactl.h | 43 typedef enum { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP, enumerator
|
D | wpactl.c | 829 case CIPHER_NONE: in wpa_set_associate()
|
/linux-3.4.99/drivers/staging/vt6656/ |
D | wpactl.h | 43 typedef enum { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP, enumerator
|
D | wpactl.c | 748 case CIPHER_NONE: in wpa_set_associate()
|
/linux-3.4.99/drivers/net/wireless/rt2x00/ |
D | rt2x00reg.h | 114 CIPHER_NONE = 0, enumerator
|
D | rt2x00crypto.c | 44 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
|
D | rt2x00lib.h | 368 return CIPHER_NONE; in rt2x00crypto_key_to_cipher()
|
D | rt2x00mac.c | 518 if (crypto.cipher == CIPHER_NONE) in rt2x00mac_set_key()
|
D | rt2x00debug.c | 145 if (cipher == CIPHER_NONE || cipher >= CIPHER_MAX) in rt2x00debug_update_crypto()
|
D | rt2500usb.c | 887 rt2x00_set_field16(®, TXRX_CSR0_ALGORITHM, CIPHER_NONE); in rt2500usb_init_registers() 1276 if (rxdesc->cipher != CIPHER_NONE) { in rt2500usb_fill_rxdone()
|
D | rt2500pci.c | 1314 rt2x00_set_field32(&word, TXD_W0_CIPHER_ALG, CIPHER_NONE); in rt2500pci_write_tx_desc()
|
D | rt73usb.c | 1706 if (rxdesc->cipher != CIPHER_NONE) { in rt73usb_fill_rxdone()
|
D | rt61pci.c | 2104 if (rxdesc->cipher != CIPHER_NONE) { in rt61pci_fill_rxdone()
|