Home | History | Annotate | Download | only in hostapd

Lines Matching refs:access_network_type

3017 access_network_type") == 0) {
3018 bss->access_network_type = atoi(pos);
3019 if (bss->access_network_type < 0 ||
3020 bss->access_network_type > 15) {
3022 "Line %d: invalid access_network_type",