]> git.ipfire.org Git - thirdparty/hostap.git/commit
Interworking: Fix SIM/USIM NAI construction
authorJouni Malinen <j@w1.fi>
Sun, 19 Feb 2012 12:24:45 +0000 (14:24 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 19 Feb 2012 12:24:45 +0000 (14:24 +0200)
commitd8e59feab244f109862c15fb8029e96d998c92a5
tree94055eb3dc9a1b585687b10dc60dce01565b50d4
parent974c56ac24f6a421afebf226a4c642ef480fcead
Interworking: Fix SIM/USIM NAI construction

Commit 9914c96febff964374a863bbd6986ade13a2215a moved sizeof(nai) to a
helper function and broke the determination of maximum buffer length.
Fix this by moving the sizeof() to the functions that define the buffer.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/interworking.c