os_strlpcy() should be used instead of os_strncpy() to guarantee null termination. Since there are no remaining strncpy uses, remove os_strncpy() definition. Signed-hostap: Jouni Malinen <j@w1.fi>