Re: CSME integration - next steps, network selection

2022-03-08 Thread Emmanuel Grumbach via networkmanager-list
> > On Tue, 2022-03-08 at 08:35 +0200, Emmanuel Grumbach via > networkmanager-list wrote: > > I realized I am missing a piece before this. > > I need to be able to get and handle nl80211 events, which means that > > I > > need a thread or event loop or something that listens to the nl80211 > > chan

Re: CSME integration - next steps, network selection

2022-03-08 Thread Thomas Haller via networkmanager-list
On Tue, 2022-03-08 at 08:35 +0200, Emmanuel Grumbach via networkmanager-list wrote: > I realized I am missing a piece before this. > I need to be able to get and handle nl80211 events, which means that > I > need a thread or event loop or something that listens to the nl80211 > channel and parses e

Re: CSME integration - next steps, network selection

2022-03-07 Thread Emmanuel Grumbach via networkmanager-list
I realized I am missing a piece before this. I need to be able to get and handle nl80211 events, which means that I need a thread or event loop or something that listens to the nl80211 channel and parses events. The event I need is the end of the connection from the CSME side. This brings to the fu

CSME integration - next steps, network selection

2022-03-07 Thread Emmanuel Grumbach via networkmanager-list
Hi, Next steps about the CSME integration :) Now the flow I need is to do the following in case os_owner is false: List all the connections configured on wifi * If none match what we got from CSME - we do nothing and wait until CSME will remove the rfkill * If there is a match, we need pic