]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Remove unused code from BSS TM Req generation
authorJouni Malinen <j@w1.fi>
Sun, 12 Feb 2017 15:40:34 +0000 (17:40 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Feb 2017 15:44:56 +0000 (17:44 +0200)
commit885bbd4de399520b062f953077c249c2712c858a
tree97c4f9d10c818942a032477400810678e357e107
parente7ddd86a985885548b116f492b255d4d3eacb426
WNM: Remove unused code from BSS TM Req generation

The url argument to ieee802_11_send_bss_trans_mgmt_request() was
hardcoded to NULL in the only caller, so this code cannot be reached.
wnm_send_bss_tm_req() construct the same frame with more generic
parameters, including option for including the URL, so
ieee802_11_send_bss_trans_mgmt_request() can be simplified.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wnm_ap.c