Network Interface services: Difference between revisions

Line 327: Line 327:
Takes an input s32 sockfd, no output.
Takes an input s32 sockfd, no output.


[[#GetRequestState|RequestState]] must be value 3. Only 1 socket can be registered at a time per IRequest.
[[#GetRequestState|RequestState]] must be value 3. Only 1 socket can be registered at a time per IRequest. The specified sockfd is written into state.
 
During sleep-entry, [[WLAN_services|wlan:inf]] cmd19 is eventually used with data from currently-open IRequest objects' registered-sockets. Note however, the wlaninf cmd only supports a single set of data, hence if there's more than 1 IRequest with a registered socket only the last object in the list will actually get used during wlan:inf RequestSleep.


==== UnregisterSocketDescriptor ====
==== UnregisterSocketDescriptor ====