Home | History | Annotate | Download | only in hostapd

Lines Matching full:manufacturer

1938 		} else if (os_strcmp(buf, "manufacturer") == 0) {
1941 "manufacturer", line);
1944 os_free(bss->manufacturer);
1945 bss->manufacturer = os_strdup(pos);