Home | History | Annotate | Download | only in hostapd

Lines Matching defs:module_str

49 	char *format, *module_str;
71 module_str = "IEEE 802.11";
74 module_str = "IEEE 802.1X";
77 module_str = "RADIUS";
80 module_str = "WPA";
83 module_str = "DRIVER";
86 module_str = "MLME";
89 module_str = NULL;
96 module_str ? " " : "", module_str ? module_str : "",
100 hapd->conf->iface, module_str ? " " : "",
101 module_str ? module_str : "", txt);
104 MAC2STR(addr), module_str ? " " : "",
105 module_str ? module_str : "", txt);
108 module_str ? module_str : "",
109 module_str ? ": " : "", txt);