Home
last modified time | relevance | path

Searched refs:CMD_COUNTRY (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_ioctl.c62 #define CMD_COUNTRY "COUNTRY" macro
2961 if (0 == memcmp(puc_command, CMD_COUNTRY, strlen(CMD_COUNTRY))) { in wal_priv_cmd_exec()
2966 if (len < (strlen((hi_s8 *)CMD_COUNTRY) + 3)) { /* 3: ๅ็งป้‡ */ in wal_priv_cmd_exec()
2970 country_code = (hi_char *)puc_command + strlen((hi_char *)CMD_COUNTRY) + 1; in wal_priv_cmd_exec()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.c146 #define CMD_COUNTRY "COUNTRY" macro
5750 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd()
5756 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()

Completed in 12 milliseconds