Re: [PATCH wpan-next v2 07/11] mac802154: Handle association requests from peers

2023-09-18 Thread Miquel Raynal
Hi Stefan, > > +static int > > +mac802154_send_association_resp_locked(struct ieee802154_sub_if_data > > *sdata, > > + struct ieee802154_pan_device *target, > > + struct ieee802154_assoc_resp_pl > > *assoc_resp_pl) > > +{ > > +

Re: [PATCH wpan-next v2 07/11] mac802154: Handle association requests from peers

2023-09-16 Thread Stefan Schmidt
Hello Miquel On 01.09.23 19:04, Miquel Raynal wrote: Coordinators may have to handle association requests from peers which want to join the PAN. The logic involves: - Acknowledging the request (done by hardware) - If requested, a random short address that is free on this PAN should be chosen