]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Clear go_dev_addr for group started events if it is not known
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 13 Apr 2011 19:03:52 +0000 (22:03 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 13 Apr 2011 19:03:52 +0000 (22:03 +0300)
commit62c0d27ed313be1ed0ea178ca3d059ff97cd7ba5
tree201b2a6ae815885954b5785938185c04765895e5
parentbe5b1e86a3644f18f6fcd98a402f211142908443
P2P: Clear go_dev_addr for group started events if it is not known

Better make sure the address value included in the event message gets
cleared in case the GO Device Address is not known for some reason.
Previously, this could potentially have been some random data from
stack should we ever hit the case where wpa_s->current_ssid is not
set (which should not really happen in normal use cases).
wpa_supplicant/p2p_supplicant.c