Home
last modified time | relevance | path

Searched refs:PRIV_CMD_AP_DEAUTH (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_eth_ioctl.h76 #define PRIV_CMD_AP_DEAUTH "apdeauth" macro
H A Dmoal_eth_ioctl.c2179 data_ptr = respbuf + (strlen(CMD_MARVELL) + strlen(PRIV_CMD_AP_DEAUTH)); in woal_priv_ap_deauth()
12684 (buf + strlen(CMD_MARVELL), PRIV_CMD_AP_DEAUTH, in woal_android_priv_cmd()
12685 strlen(PRIV_CMD_AP_DEAUTH)) == 0) { in woal_android_priv_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.h81 #define PRIV_CMD_AP_DEAUTH "apdeauth" macro
H A Dmoal_eth_ioctl.c2729 data_ptr = respbuf + (strlen(CMD_NXP) + strlen(PRIV_CMD_AP_DEAUTH)); in woal_priv_ap_deauth()
2758 respbuflen - (strlen(CMD_NXP) + strlen(PRIV_CMD_AP_DEAUTH))); in woal_priv_ap_deauth()
18919 } else if (strnicmp(buf + strlen(CMD_NXP), PRIV_CMD_AP_DEAUTH, in woal_android_priv_cmd()
18920 strlen(PRIV_CMD_AP_DEAUTH)) == 0) { in woal_android_priv_cmd()