Searched refs:CMD_COUNTRY (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.c | 131 #define CMD_COUNTRY "COUNTRY" macro 4902 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd() 4908 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 110 #define CMD_COUNTRY "COUNTRY" macro 8910 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd() 8916 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.c | 117 #define CMD_COUNTRY "COUNTRY" macro 9197 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd() 9203 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 117 #define CMD_COUNTRY "COUNTRY" macro 9283 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd() 9289 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.c | 140 #define CMD_COUNTRY "COUNTRY" macro 12195 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd() 12203 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.c | 142 #define CMD_COUNTRY "COUNTRY" macro 12043 else if (strnicmp(command, CMD_COUNTRY, strlen(CMD_COUNTRY)) == 0) { in wl_handle_private_cmd() 12051 char *country_code = command + strlen(CMD_COUNTRY) + 1; in wl_handle_private_cmd()
|