]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/events.c
P2P: Fix RX ack status on Action frames sent via interface in GO mode
authorAlbert Liu <albertliu@atheros.com>
Wed, 24 Nov 2010 12:25:33 +0000 (14:25 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 24 Nov 2010 12:25:33 +0000 (14:25 +0200)
commit1d39378a0b442ef07263aed817a783622f5952bb
tree77b00fd48bd4090f29ffd3f9dbc92ed7ed329dde
parent08704cd8859825e70b5a961d9791c1ab25435237
P2P: Fix RX ack status on Action frames sent via interface in GO mode

The wpa_supplicant_event() EVENT_TX_STATUS ack field needs to be
converted to use wpas_send_action_tx_status()
enum p2p_send_action_result in this case, too, to avoid getting
incorrect TX status for P2P processing.
wpa_supplicant/events.c