wpa_cli: Replace str_match() with common str_starts()
authorJouni Malinen <j@w1.fi>
Sat, 6 Aug 2016 09:44:51 +0000 (12:44 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 6 Aug 2016 09:44:51 +0000 (12:44 +0300)
commita6d56a3965188a618494f7e439e9d1758a0af786
tree3abd10599c743f4a36c62f9e30bef0576b2ae10b
parent980afcce53fefd762f2a1c16eaa01e9ff3c004e0
wpa_cli: Replace str_match() with common str_starts()

str_match() was identical in behavior to str_starts().

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_cli.c