Searched refs:CMD_BLOCKASSOC (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 113 #define CMD_BLOCKASSOC "BLOCKASSOC" macro 1415 if (*(command + strlen(CMD_BLOCKASSOC)) == '\0') { in wl_android_block_associations() 1421 … bytes_written = snprintf(command, total_len, "%s %d", CMD_BLOCKASSOC, enable_blockassoc); in wl_android_block_associations() 1424 command = (command + strlen(CMD_BLOCKASSOC)); in wl_android_block_associations() 8960 } else if (strnicmp(command, CMD_BLOCKASSOC, strlen(CMD_BLOCKASSOC)) == 0) { in wl_handle_private_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 120 #define CMD_BLOCKASSOC "BLOCKASSOC" macro 1616 if (*(command + strlen(CMD_BLOCKASSOC)) == '\0') { in wl_android_block_associations() 1622 … bytes_written = snprintf(command, total_len, "%s %d", CMD_BLOCKASSOC, enable_blockassoc); in wl_android_block_associations() 1625 command = (command + strlen(CMD_BLOCKASSOC)); in wl_android_block_associations() 9333 } else if (strnicmp(command, CMD_BLOCKASSOC, strlen(CMD_BLOCKASSOC)) == 0) { in wl_handle_private_cmd()
|