Home | History | Annotate | Download | only in hostapd

Lines Matching refs:manufacturer

2533 		} else if (os_strcmp(buf, "manufacturer") == 0) {
2536 "manufacturer", line);
2539 os_free(bss->manufacturer);
2540 bss->manufacturer = os_strdup(pos);