Searched refs:awc_def_WEPv_RID (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | aironet4500_rid.c | 361 #define awc_RID_WEPv_RidLen awc_def_WEPv_RID(0x0000,"RidLen", 16,0xffff,0,"") // read-only… 362 #define awc_RID_WEPv_KeyIndex awc_def_WEPv_RID(0x0002,"KeyIndex", 16,0xffff,0,"Index to list of … 363 #define awc_RID_WEPv_Address awc_def_WEPv_RID(0x0004,"Address", 48,0xff,0,"mac address related t… 364 #define awc_RID_WEPv_KeyLen awc_def_WEPv_RID(0x000A,"KeyLen", 16,0xffff,0,"Key Length (0 and 5 a… 365 #define awc_RID_WEPv_Key awc_def_WEPv_RID(0x000C,"Key", 128,0xff,0,"Key itself in hex coding") 366 #define awc_RID_WEPv_KeyAscii awc_def_WEPv_RID(0x000C,"KeyAscii", 128,0,0,"Key itself in ascii c…
|
D | aironet4500.h | 1333 #define awc_def_WEPv_RID(offset,name, bits,mask,value,value_name)\ macro
|