Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:hmode

3814 	char *pos, *end, *hmode;
3822 hmode = "B";
3825 hmode = "G";
3828 hmode = "A";
3831 hmode = "AD";
3836 ret = os_snprintf(pos, end - pos, "Mode[%s] Channels:", hmode);
3864 char *pos, *end, *hmode;
3872 hmode = "B";
3875 hmode = "G";
3878 hmode = "A";
3881 hmode = "AD";
3887 hmode);