Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:hmode

2441 	char *pos, *end, *hmode;
2449 hmode = "B";
2452 hmode = "G";
2455 hmode = "A";
2460 ret = os_snprintf(pos, end - pos, "Mode[%s] Channels:", hmode);