Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 1 of 1) sorted by relevance

/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c121 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) argument
1368 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len) in WifiSetCountryCode()