Home | History | Annotate | Download | only in hostapd

Lines Matching full:dtim_period

1817 		} else if (os_strcmp(buf, "dtim_period") == 0) {
1818 bss->dtim_period = atoi(pos);
1819 if (bss->dtim_period < 1 || bss->dtim_period > 255) {
1821 "dtim_period %d",
1822 line, bss->dtim_period);