Searched refs:DEF_INTS (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 64 static int channel[MAX_PARM_DEVICES] = { 3, DEF_INTS }; 72 static int iw_mode[MAX_PARM_DEVICES] = { IW_MODE_MASTER, DEF_INTS }; 76 static int beacon_int[MAX_PARM_DEVICES] = { 100, DEF_INTS }; 80 static int dtim_period[MAX_PARM_DEVICES] = { 1, DEF_INTS };
|
D | hostap_wlan.h | 18 #define DEF_INTS -1, -1, -1, -1, -1, -1, -1 macro
|
D | hostap_ap.c | 34 DEF_INTS }; 39 DEF_INTS }; 44 static int ap_bridge_packets[MAX_PARM_DEVICES] = { 1, DEF_INTS }; 49 static int autom_ap_wds[MAX_PARM_DEVICES] = { 0, DEF_INTS };
|