]> git.ipfire.org Git - thirdparty/hostap.git/commit
Android: Wrap a P2P-specific chunk in CONFIG_P2P
authorMatthew Wang <matthewmwang@chromium.org>
Thu, 5 Dec 2024 10:11:16 +0000 (10:11 +0000)
committerJouni Malinen <j@w1.fi>
Sun, 22 Dec 2024 22:32:01 +0000 (00:32 +0200)
commit089e360cc74f30666658ecd93a7a1b5bfd1e1452
treee6e4cd7a8694ea131b7451ce466ec0282c079d00
parent44a0560f11aa6917794b6a49b06f3a11f92bbe51
Android: Wrap a P2P-specific chunk in CONFIG_P2P

This special driver_cmd handling is specific for P2P and won't compile
without CONFIG_P2P=y.

Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
wpa_supplicant/ctrl_iface.c