P2P: Fix compilation warning in p2p_supplicant.c
authorMax Stepanov <Max.Stepanov@intel.com>
Tue, 6 Sep 2016 06:44:33 +0000 (09:44 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 22 Sep 2016 20:33:44 +0000 (23:33 +0300)
commit5cdd729e26e21f75522b210fa54a1820fb7d5c93
tree1d93a838507ade2ead6c10d0f83e6067aa6be899
parent14220fe64c4e8180380d9fd15a985aa699b00e2f
P2P: Fix compilation warning in p2p_supplicant.c

On some architectures unsigned int differs from size_t, and
some compilers warn about it.

Signed-off-by: Max Stepanov <Max.Stepanov@intel.com>
wpa_supplicant/p2p_supplicant.c