| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_cmd.c | 142 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local 183 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread() 185 if (cmd_hdl) { in rtw_cmd_thread() 186 ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_thread() 193 cmd_hdl = NULL; in rtw_cmd_thread()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_cmd.c | 90 static struct cmd_hdl wlancmds[] = { 402 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local 473 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread() 475 if (cmd_hdl) { in rtw_cmd_thread() 476 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread() 485 cmd_hdl = NULL; in rtw_cmd_thread()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_mlme_ext.h | 576 struct cmd_hdl { struct 611 static struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_cmd.c | 536 u8 (*cmd_hdl)(_adapter *padapter, u8* pbuf); in rtw_cmd_thread() local 633 if(pcmd->cmdcode < (sizeof(wlancmds) /sizeof(struct cmd_hdl))) in rtw_cmd_thread() 635 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread() 637 if (cmd_hdl) in rtw_cmd_thread() 639 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread() 650 cmd_hdl = NULL; in rtw_cmd_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_cmd.c | 332 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); in rtw_run_cmd() local 355 cmd_hdl = wlancmds[pcmd->cmdcode].cmd_hdl; in rtw_run_cmd() 356 if (!cmd_hdl) { in rtw_run_cmd() 368 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_run_cmd() 423 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); 493 cmd_hdl = wlancmds[pcmd->cmdcode].cmd_hdl; 494 if (!cmd_hdl) { 542 ret = cmd_hdl(pcmd->padapter, pcmdbuf);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_cmd.c | 332 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); in rtw_run_cmd() local 355 cmd_hdl = wlancmds[pcmd->cmdcode].cmd_hdl; in rtw_run_cmd() 356 if (!cmd_hdl) { in rtw_run_cmd() 368 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_run_cmd() 423 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); 493 cmd_hdl = wlancmds[pcmd->cmdcode].cmd_hdl; 494 if (!cmd_hdl) { 542 ret = cmd_hdl(pcmd->padapter, pcmdbuf);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_mlme_ext.h | 1015 struct cmd_hdl { struct 1060 struct cmd_hdl wlancmds[] =
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_mlme_ext.h | 1014 struct cmd_hdl { struct 1061 struct cmd_hdl wlancmds[] =
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_mlme_ext.h | 1027 struct cmd_hdl { struct 1074 struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_mlme_ext.h | 1161 #define GEN_MLME_EXT_HANDLER(cmd, callback_func) {.cmd_hdl = cmd, .callback = callback_func}, 1164 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_mlme_ext.h | 1123 struct cmd_hdl { struct 1170 struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_mlme_ext.h | 1160 #define GEN_MLME_EXT_HANDLER(cmd, callback_func) {.cmd_hdl = cmd, .callback = callback_func}, 1163 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_cmd.c | 539 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local 613 if (pcmd->cmdcode >= (sizeof(wlancmds) / sizeof(struct cmd_hdl))) { in rtw_cmd_thread() 619 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread() 620 if (!cmd_hdl) { in rtw_cmd_thread() 664 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_cmd.c | 551 u8 (*cmd_hdl)(_adapter *padapter, u8* pbuf); in rtw_cmd_thread() local 625 if (pcmd->cmdcode >= (sizeof(wlancmds) / sizeof(struct cmd_hdl))) { in rtw_cmd_thread() 631 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread() 632 if (!cmd_hdl) { in rtw_cmd_thread() 676 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtw_mlme_ext.h | 1082 struct cmd_hdl { struct 1134 struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_mlme_ext.h | 1176 #define GEN_MLME_EXT_HANDLER(cmd, callback_func) {.cmd_hdl = cmd, .callback = callback_func}, 1179 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtw_mlme_ext.h | 1081 struct cmd_hdl { struct 1132 struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtw_mlme_ext.h | 1081 struct cmd_hdl { struct 1132 struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_mlme_ext.h | 1199 #define GEN_MLME_EXT_HANDLER(cmd, callback_func) {.cmd_hdl = cmd, .callback = callback_func}, 1202 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_mlme_ext.h | 1196 #define GEN_MLME_EXT_HANDLER(cmd, callback_func) {.cmd_hdl = cmd, .callback = callback_func}, 1199 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_mlme_ext.h | 1104 struct cmd_hdl { struct 1158 struct cmd_hdl wlancmds[] = {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_cmd.c | 540 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local 604 if (pcmd->cmdcode >= (sizeof(wlancmds) / sizeof(struct cmd_hdl))) { in rtw_cmd_thread() 610 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread() 611 if (!cmd_hdl) { in rtw_cmd_thread() 655 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_mlme_ext.h | 730 struct cmd_hdl { struct
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_cmd.c | 532 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local 602 cmd_hdl = wlancmds[pcmd->cmdcode].cmd_hdl; in rtw_cmd_thread() 603 if (!cmd_hdl) { in rtw_cmd_thread() 651 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_cmd.c | 532 u8(*cmd_hdl)(_adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local 602 cmd_hdl = wlancmds[pcmd->cmdcode].cmd_hdl; in rtw_cmd_thread() 603 if (!cmd_hdl) { in rtw_cmd_thread() 651 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
|