Home
last modified time | relevance | path

Searched refs:enableOption (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/drivers/wifi/simplelink/
Dsimplelink_sockets.c874 SlSockNonblocking_t enableOption; in handle_recv_flags() local
882 (_u8 *)&enableOption, &optlen); in handle_recv_flags()
883 *nb_enabled = enableOption.NonBlockingEnabled; in handle_recv_flags()
887 enableOption.NonBlockingEnabled = 1; in handle_recv_flags()
890 (_u8 *)&enableOption, in handle_recv_flags()
891 sizeof(enableOption)); in handle_recv_flags()
895 enableOption.NonBlockingEnabled = *nb_enabled; in handle_recv_flags()
897 (_u8 *)&enableOption, in handle_recv_flags()
898 sizeof(enableOption)); in handle_recv_flags()
1142 SlSockNonblocking_t enableOption; in simplelink_fcntl() local
[all …]