Lines Matching refs:encoding
100 * - Missing encoding definitions in range
121 * - Change encoding to support larger tokens (>64 bits)
129 * - Add encoding option : IW_ENCODE_NOKEY
187 * - Add extended encoding configuration (SIOCSIWENCODEEXT and
192 * - Add struct iw_range bit field for supported encoding capabilities
290 /* Encoding stuff (scrambling, hardware security, WEP...) */
291 #define SIOCSIWENCODE 0x8B2A /* set encoding token & mode */
292 #define SIOCGIWENCODE 0x8B2B /* get encoding token & mode */
314 /* WPA : Extended version of encoding configuration */
315 #define SIOCSIWENCODEEXT 0x8B34 /* set encoding token & mode */
316 #define SIOCGIWENCODEEXT 0x8B35 /* get encoding token & mode */
471 /* Maximum number of size of encoding token available
475 /* Maximum size of the encoding token in bytes */
478 /* Flags for encoding (along with the token) */
482 #define IW_ENCODE_DISABLED 0x8000 /* Encoding disabled */
483 #define IW_ENCODE_ENABLED 0x0000 /* Encoding enabled */
807 * Extended data structure for get/set encoding (this is used with
930 struct iw_point encoding; /* Encoding stuff : tokens */