[PW_SID:1140819] station: register BSS before adding to ESS - #511
[PW_SID:1140819] station: register BSS before adding to ESS#511IWDTestBot wants to merge 1 commit into
Conversation
The network points to its BSSes through ExtendedServiceSet, but a BSS does not point back to the network. So the BSS object should be published on D-Bus first, then added to the network's list. Doing it the other way round briefly exposes a BSS path on D-Bus before the object it points to exists.
|
Fetch PR Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches |
|
Fetch PR GitLint Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches Autotest Runner Clang Build |
The network points to its BSSes through ExtendedServiceSet, but a
BSS does not point back to the network. So the BSS object should be
published on D-Bus first, then added to the network's list. Doing it
the other way round briefly exposes a BSS path on D-Bus before the
object it points to exists.
src/station.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)