Searched refs:DEF_INTS (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 63 static int channel[MAX_PARM_DEVICES] = { 3, DEF_INTS }; 71 static int iw_mode[MAX_PARM_DEVICES] = { IW_MODE_MASTER, DEF_INTS }; 75 static int beacon_int[MAX_PARM_DEVICES] = { 100, DEF_INTS }; 79 static int dtim_period[MAX_PARM_DEVICES] = { 1, DEF_INTS };
|
D | hostap_wlan.h | 17 #define DEF_INTS -1, -1, -1, -1, -1, -1, -1 macro
|
D | hostap_ap.c | 32 DEF_INTS }; 37 DEF_INTS }; 42 static int ap_bridge_packets[MAX_PARM_DEVICES] = { 1, DEF_INTS }; 47 static int autom_ap_wds[MAX_PARM_DEVICES] = { 0, DEF_INTS };
|