Home | History | Annotate | Download | only in hostapd

Lines Matching full:manufacturer

2582 		} else if (os_strcmp(buf, "manufacturer") == 0) {
2585 "manufacturer", line);
2588 os_free(bss->manufacturer);
2589 bss->manufacturer = os_strdup(pos);