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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dnetwave_cs.c189 static u_int scramble_key = 0x0; variable
204 MODULE_PARM(scramble_key, "i");
724 key[1] = scramble_key & 0xff;
725 key[0] = (scramble_key>>8) & 0xff;
742 scramble_key = (key[0] << 8) | key[1];
745 writeb(scramble_key & 0xff, ramBase + NETWAVE_EREG_CB + 1);
746 writeb((scramble_key>>8) & 0xff, ramBase + NETWAVE_EREG_CB + 2);
760 wrq->u.encoding.code = scramble_key;
765 scramble_key = wrq->u.encoding.code;
768 writeb(scramble_key
[all...]

Completed in 94 milliseconds