Move some P2P offchannel operations to offchannel.c
authorJouni Malinen <j@w1.fi>
Sat, 22 Dec 2012 09:22:12 +0000 (11:22 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Dec 2012 09:22:12 +0000 (11:22 +0200)
commit2f3101d8df9a6044d7af428b1bc2936cbec3195e
tree51c8c246b6bf2f5f0cd3d3b8decf6553cc327c4d
parentb4419c62ad267c813a7d81389417bb75113d5bbf
Move some P2P offchannel operations to offchannel.c

There is no need for p2p_supplicant.c to access wpa_s->pending_action_tx
so move these references to offchannel.c to get a bit cleaner interface
between the components.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/offchannel.c
wpa_supplicant/offchannel.h
wpa_supplicant/p2p_supplicant.c