mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
parent
24c0bb95ef
commit
f5eddce1d1
@ -27,7 +27,11 @@ namespace Wifi {
|
||||
* preprocessor macros.
|
||||
*/
|
||||
|
||||
enum Flags { WIFI_F_NONE, WIFI_F_MSG_ERRQUEUE };
|
||||
enum Flags {
|
||||
WIFI_F_NONE = 0,
|
||||
WIFI_F_MSG_ERRQUEUE = 1,
|
||||
WIFI_F_MSG_DONTWAIT = 2,
|
||||
};
|
||||
enum Sockopt_level { WIFI_SOL_SOCKET, WIFI_SOL_NETLINK };
|
||||
enum Sockopt_name {
|
||||
/* SOL_SOCKET */
|
||||
|
Loading…
Reference in New Issue
Block a user