]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Remove unnecessary outer for loop in authorizing ML STA
authorAdil Saeed Musthafa <quic_adilm@quicinc.com>
Thu, 21 Nov 2024 06:53:25 +0000 (22:53 -0800)
committerJouni Malinen <j@w1.fi>
Wed, 27 Nov 2024 17:07:58 +0000 (19:07 +0200)
commit6637b44a96ecbb5ca6cff2f967e503175302ff89
tree6bb2cf0f2b5569ef9ba3cf9cddc0b8d1cc0cd4f7
parent475f50d71001e1f74296753e7102ef5d7de7e13d
AP MLD: Remove unnecessary outer for loop in authorizing ML STA

Remove unnecessary outer for loop in ieee802_1x_ml_set_sta_authorized().
The inner for loop in this function is what actually iterates over the
partner links. The outer for loop did not have any relevance. Fix this.

Signed-off-by: Adil Saeed Musthafa <quic_adilm@quicinc.com>
src/ap/ieee802_1x.c