Home | History | Annotate | Download | only in hostapd

Lines Matching refs:access_network_type

2141 		} else if (os_strcmp(buf, "access_network_type") == 0) {
2142 bss->access_network_type = atoi(pos);
2143 if (bss->access_network_type < 0 ||
2144 bss->access_network_type > 15) {
2146 "access_network_type", line);