]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use cached driver capabilities instead of new fetch for each operation
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 7 May 2013 14:36:40 +0000 (17:36 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 May 2013 14:36:40 +0000 (17:36 +0300)
commit66562e9c7530f85ee9970da10ef5ae96be4f1b10
tree98dbad69fe16cf8ffcd12ee15df60fa41868ef6b
parent55293aaf4e412689754940c30b4e59b1de3533cc
Use cached driver capabilities instead of new fetch for each operation

There is no need to repeat the driver capability fetch for each
operation since we already cache driver flags in wpa_s->drv_flags.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c