Keep and use list of PSKs per station for RADIUS-based PSK
authorMichael Braun <michael-dev@fami-braun.de>
Sun, 25 Nov 2012 15:49:25 +0000 (17:49 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 15:57:16 +0000 (17:57 +0200)
commit5ee56c4e1930b007d36704f62e614e0dbb88f1f8
treeed75849c98ed7c8fa4ff99bc9176ff4f43ada2ea
parent2ad3e6c858526f5822a47741c57a7fe1423dc724
Keep and use list of PSKs per station for RADIUS-based PSK

This adds support for multiple PSKs per station when using a RADIUS
authentication server to fetch the PSKs during MAC address
authentication step. This can be useful if multiple users share a
device but each user has his or her own private passphrase.

Signed-hostap: Michael Braun <michael-dev@fami-braun.de>
src/ap/ieee802_11.c
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/wpa_auth_glue.c