Searched refs:CMD_GET_LINK_STATUS (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | cx82310_eth.c | 22 CMD_GET_LINK_STATUS = 0x92, /* not useful, link is always up */ enumerator 73 if (cmd != CMD_GET_LINK_STATUS) in cx82310_cmd() 86 if (cmd != CMD_GET_LINK_STATUS) in cx82310_cmd() 186 ret = cx82310_cmd(dev, CMD_GET_LINK_STATUS, true, NULL, 0, in cx82310_bind()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.c | 237 #define CMD_GET_LINK_STATUS "GETLINKSTATUS" macro 3769 bytes_written = sprintf(command, "%s %d", CMD_GET_LINK_STATUS, result); in wl_android_get_link_status() 5159 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 308 #define CMD_GET_LINK_STATUS "GETLINKSTATUS" macro 7034 bytes_written = snprintf(command, total_len, "%s %d", CMD_GET_LINK_STATUS, result); in wl_android_get_link_status() 9366 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.c | 326 #define CMD_GET_LINK_STATUS "GETLINKSTATUS" macro 7307 bytes_written = snprintf(command, total_len, "%s %d", CMD_GET_LINK_STATUS, result); in wl_android_get_link_status() 9684 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 327 #define CMD_GET_LINK_STATUS "GETLINKSTATUS" macro 7393 bytes_written = snprintf(command, total_len, "%s %d", CMD_GET_LINK_STATUS, result); in wl_android_get_link_status() 9772 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.c | 383 #define CMD_GET_LINK_STATUS "GETLINKSTATUS" macro 8754 bytes_written = snprintf(command, total_len, "%s %d", CMD_GET_LINK_STATUS, result); in wl_android_get_link_status() 12613 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.c | 385 #define CMD_GET_LINK_STATUS "GETLINKSTATUS" macro 8737 bytes_written = snprintf(command, total_len, "%s %d", CMD_GET_LINK_STATUS, result); in wl_android_get_link_status() 12461 else if (strnicmp(command, CMD_GET_LINK_STATUS, strlen(CMD_GET_LINK_STATUS)) == 0) { in wl_handle_private_cmd()
|