nl80211: Verify radar event attributes exist before using them
authorJouni Malinen <j@w1.fi>
Sat, 2 Nov 2013 18:39:57 +0000 (20:39 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 09:31:48 +0000 (11:31 +0200)
commit884f1a3c654ec88f155cbcebb005371cc4970647
tree9f45bc0f516b1c6c452a3b663ae525a993b044ee
parentb5476d940e21388c320da40cb1bda9c58a7495b2
nl80211: Verify radar event attributes exist before using them

While these attributes may be expected to be present always, this needs
to be verified within driver_nl80211.c since we cannot depend on the
kernel/driver working correctly.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c