I have conducted a multinomial logistic regression using the code:

mlogit housetype gender race income

The depedent variable housetype is divided into three categories (house, villa, apt)

If I conduct a wald test using:

mlogtest, waldtest

the output only gives me one wald value for each independent variable like this:
chi2 df
1.gender 1.23 0.000
1.race 2.11 0.001
2.race 0.40 0.000
income 0.3 0.000
How can I find the wald test value for independent variables when housetype=house, when housetype= villa, and when housetype=apt?