Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196940 | Differences between
and this patch

Collapse All | Expand All

(-)../../wavemon-0.4.0b-r2/work/wavemon-0.4.0b/iw_if.h (-1 / +1 lines)
Lines 58-64 Link Here
58
       int             mode;
58
       int             mode;
59
       char    keysize;
59
       char    keysize;
60
       int             key_index;
60
       int             key_index;
61
       char    key[IW_ENCODING_TOKEN_MAX];
61
       unsigned char   key[IW_ENCODING_TOKEN_MAX];
62
62
63
       struct crypt_flags {
63
       struct crypt_flags {
64
               char    disabled        : 1,
64
               char    disabled        : 1,

Return to bug 196940