mesh: Rename MPM FSM states to match the standard
authorJouni Malinen <j@w1.fi>
Tue, 28 Jun 2016 19:53:05 +0000 (22:53 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jun 2016 19:53:05 +0000 (22:53 +0300)
commitd02e5498310875b1e96921c7c1f53168f4ffee2c
tree0b4f143e64dc8bb4b8be2a9a1d405ca7ea6be171
parent1f2f3f1c4a1a500e23886b1832b35140d692a8bd
mesh: Rename MPM FSM states to match the standard

During the P802.11s draft development, there were separate LISTEN and
IDLE states. However, the current IEEE 802.11 standards uses only the
IDLE state while the implementation called this LISTEN. Rename the state
in the implementation to match the one used in the standard to avoid
confusion. In addition, rename OPEN_{SENT,RCVD} to OPN_{SNT,RCVD} to
match the exact spelling of these states in the standard.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/defs.h
src/drivers/driver_nl80211.c
wpa_supplicant/mesh_mpm.c