Go to the documentation of this file.
23 #include <linux/wireless.h>
25 #include <linux/slab.h>
31 #define K_DEBUG(f, m, args...) do { if(f & m) printk(KERN_DEBUG args); } while(0)
32 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
39 #define PCIDEVICE_LATENCY_TIMER_MIN 0x40
40 #define PCIDEVICE_LATENCY_TIMER_VAL 0x50
43 #define SHOW_NOTHING 0x00
44 #define SHOW_ANYTHING 0xFF
45 #define SHOW_ERROR_MESSAGES 0x01
46 #define SHOW_TRAPS 0x02
47 #define SHOW_FUNCTION_CALLS 0x04
48 #define SHOW_TRACING 0x08
49 #define SHOW_QUEUE_INDEXES 0x10
50 #define SHOW_PIMFOR_FRAMES 0x20
51 #define SHOW_BUFFER_CONTENTS 0x40
55 #define CARD_DEFAULT_CHANNEL 6
56 #define CARD_DEFAULT_MODE INL_MODE_CLIENT
57 #define CARD_DEFAULT_IW_MODE IW_MODE_INFRA
58 #define CARD_DEFAULT_BSSTYPE DOT11_BSSTYPE_INFRA
59 #define CARD_DEFAULT_CLIENT_SSID ""
60 #define CARD_DEFAULT_AP_SSID "default"
61 #define CARD_DEFAULT_KEY1 "default_key_1"
62 #define CARD_DEFAULT_KEY2 "default_key_2"
63 #define CARD_DEFAULT_KEY3 "default_key_3"
64 #define CARD_DEFAULT_KEY4 "default_key_4"
65 #define CARD_DEFAULT_WEP 0
66 #define CARD_DEFAULT_FILTER 0
67 #define CARD_DEFAULT_WDS 0
68 #define CARD_DEFAULT_AUTHEN DOT11_AUTH_OS
69 #define CARD_DEFAULT_DOT1X 0
70 #define CARD_DEFAULT_MLME_MODE DOT11_MLME_AUTO
71 #define CARD_DEFAULT_CONFORMANCE OID_INL_CONFORMANCE_NONE
72 #define CARD_DEFAULT_PROFILE DOT11_PROFILE_MIXED_G_WIFI
73 #define CARD_DEFAULT_MAXFRAMEBURST DOT11_MAXFRAMEBURST_MIXED_SAFE
76 #define PIMFOR_ETHERTYPE 0x8828
77 #define PIMFOR_HEADER_SIZE 12
78 #define PIMFOR_VERSION 1
79 #define PIMFOR_OP_GET 0
80 #define PIMFOR_OP_SET 1
81 #define PIMFOR_OP_RESPONSE 2
82 #define PIMFOR_OP_ERROR 3
83 #define PIMFOR_OP_TRAP 4
84 #define PIMFOR_OP_RESERVED 5
85 #define PIMFOR_DEV_ID_MHLI_MIB 0
86 #define PIMFOR_FLAG_APPLIC_ORIGIN 0x01
87 #define PIMFOR_FLAG_LITTLE_ENDIAN 0x02
130 void *senddata,
int sendlen,