]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary key clearing at AP start with nl80211
authorJouni Malinen <j@w1.fi>
Sat, 16 May 2020 08:28:03 +0000 (11:28 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 May 2020 08:28:03 +0000 (11:28 +0300)
commit094c8a6218d0fe8b178a5ad24c1a0e7b46fdbf43
treedf8fe24c4e38210f8d7f1acb6c6e48c30b56e2dc
parent04030e8c0dcef6c2423eee1419e13e0ba738c4bb
Remove unnecessary key clearing at AP start with nl80211

cfg80211 takes care of key removal when link/association is lost, so
there is no need to explicitly clear old keys when starting AP.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/hostapd.c