Home | History | Annotate | Download | only in hostapd

Lines Matching refs:access_network_type

2873 	} else if (os_strcmp(buf, "access_network_type") == 0) {
2874 bss->access_network_type = atoi(pos);
2875 if (bss->access_network_type < 0 ||
2876 bss->access_network_type > 15) {
2878 "Line %d: invalid access_network_type",