| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_ft.c | 589 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 595 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 596 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 602 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 606 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 607 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 608 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 609 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| H A D | rtw_mlme_ext.c | 11424 struct cmd_obj *pcmd_obj; in report_survey_event() local 11440 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11441 if (pcmd_obj == NULL) in report_survey_event() 11447 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11451 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11453 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in report_survey_event() 11454 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11455 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11457 pcmd_obj->rsp = NULL; in report_survey_event() 11458 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ft.c | 589 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 595 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 596 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 602 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 606 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 607 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 608 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 609 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_ft.c | 590 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 596 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 597 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 603 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 607 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 608 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 609 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 612 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_ft.c | 590 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 596 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 597 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 603 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 607 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 608 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 609 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 612 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| H A D | rtw_mlme_ext.c | 11693 struct cmd_obj *pcmd_obj; in report_survey_event() local 11709 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11710 if (pcmd_obj == NULL) in report_survey_event() 11716 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11720 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11722 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in report_survey_event() 11723 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11724 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11726 pcmd_obj->rsp = NULL; in report_survey_event() 11727 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_ft.c | 589 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 595 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 596 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 602 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 606 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 607 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 608 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 609 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_ft.c | 589 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 595 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 596 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 602 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 606 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 607 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 608 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 609 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| H A D | rtw_mlme_ext.c | 11429 struct cmd_obj *pcmd_obj; in report_survey_event() local 11445 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11446 if (pcmd_obj == NULL) in report_survey_event() 11452 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11456 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11458 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in report_survey_event() 11459 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11460 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11462 pcmd_obj->rsp = NULL; in report_survey_event() 11463 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ft.c | 591 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 597 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 598 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 604 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 608 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 609 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 612 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 613 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_ft.c | 591 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 597 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 598 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 604 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 608 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 609 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 610 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 611 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 612 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() 613 pcmd_obj->rspsz = 0; in rtw_ft_report_reassoc_evt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_mlme_ext.c | 4155 struct cmd_obj *pcmd_obj; in report_survey_event() local 4169 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event() 4170 if (!pcmd_obj) in report_survey_event() 4176 kfree(pcmd_obj); in report_survey_event() 4180 INIT_LIST_HEAD(&pcmd_obj->list); in report_survey_event() 4182 pcmd_obj->cmdcode = _Set_MLME_EVT_CMD_; in report_survey_event() 4183 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 4184 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 4186 pcmd_obj->rsp = NULL; in report_survey_event() 4187 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 5015 struct cmd_obj *pcmd_obj; in report_survey_event() local 5031 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 5032 if (!pcmd_obj) in report_survey_event() 5038 kfree(pcmd_obj); in report_survey_event() 5042 INIT_LIST_HEAD(&pcmd_obj->list); in report_survey_event() 5044 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 5045 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 5046 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 5048 pcmd_obj->rsp = NULL; in report_survey_event() 5049 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_ft.c | 647 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 653 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 654 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 660 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 664 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 665 pcmd_obj->padapter = padapter; in rtw_ft_report_reassoc_evt() 666 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 667 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 668 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 669 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() [all …]
|
| H A D | rtw_mlme_ext.c | 9675 struct cmd_obj *pcmd_obj; local 9696 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); 9697 if (pcmd_obj == NULL) 9699 pcmd_obj->padapter = padapter; 9704 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); 9708 _rtw_init_listhead(&pcmd_obj->list); 9710 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; 9711 pcmd_obj->cmdsz = cmdsz; 9712 pcmd_obj->parmbuf = pevtcmd; 9714 pcmd_obj->rsp = NULL; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_ft.c | 647 struct cmd_obj *pcmd_obj = NULL; in rtw_ft_report_reassoc_evt() local 653 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 654 if (pcmd_obj == NULL) in rtw_ft_report_reassoc_evt() 660 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in rtw_ft_report_reassoc_evt() 664 _rtw_init_listhead(&pcmd_obj->list); in rtw_ft_report_reassoc_evt() 665 pcmd_obj->padapter = padapter; in rtw_ft_report_reassoc_evt() 666 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; in rtw_ft_report_reassoc_evt() 667 pcmd_obj->cmdsz = cmdsz; in rtw_ft_report_reassoc_evt() 668 pcmd_obj->parmbuf = pevtcmd; in rtw_ft_report_reassoc_evt() 669 pcmd_obj->rsp = NULL; in rtw_ft_report_reassoc_evt() [all …]
|
| H A D | rtw_mlme_ext.c | 9704 struct cmd_obj *pcmd_obj; local 9725 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); 9726 if (pcmd_obj == NULL) 9728 pcmd_obj->padapter = padapter; 9733 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); 9737 _rtw_init_listhead(&pcmd_obj->list); 9739 pcmd_obj->cmdcode = CMD_SET_MLME_EVT; 9740 pcmd_obj->cmdsz = cmdsz; 9741 pcmd_obj->parmbuf = pevtcmd; 9743 pcmd_obj->rsp = NULL; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 11329 struct cmd_obj *pcmd_obj; in report_survey_event() local 11348 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11349 if (pcmd_obj == NULL) in report_survey_event() 11355 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11359 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11361 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11362 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11363 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11365 pcmd_obj->rsp = NULL; in report_survey_event() 11366 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_mlme_ext.c | 10997 struct cmd_obj *pcmd_obj; in report_survey_event() local 11014 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11015 if (pcmd_obj == NULL) in report_survey_event() 11021 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11025 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11027 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11028 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11029 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11031 pcmd_obj->rsp = NULL; in report_survey_event() 11032 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_mlme_ext.c | 11534 struct cmd_obj *pcmd_obj; in report_survey_event() local 11550 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11551 if (pcmd_obj == NULL) in report_survey_event() 11557 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11561 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11563 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11564 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11565 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11567 pcmd_obj->rsp = NULL; in report_survey_event() 11568 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 11679 struct cmd_obj *pcmd_obj; in report_survey_event() local 11698 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11699 if (pcmd_obj == NULL) in report_survey_event() 11705 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11709 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11711 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11712 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11713 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11715 pcmd_obj->rsp = NULL; in report_survey_event() 11716 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 11627 struct cmd_obj *pcmd_obj; in report_survey_event() local 11646 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11647 if (pcmd_obj == NULL) in report_survey_event() 11653 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11657 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11659 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11660 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11661 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11663 pcmd_obj->rsp = NULL; in report_survey_event() 11664 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_mlme_ext.c | 11646 struct cmd_obj *pcmd_obj; in report_survey_event() local 11665 pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 11666 if (pcmd_obj == NULL) in report_survey_event() 11672 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11676 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11678 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11679 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11680 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11682 pcmd_obj->rsp = NULL; in report_survey_event() 11683 pcmd_obj->rspsz = 0; in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_mlme_ext.c | 11392 struct cmd_obj *pcmd_obj; in report_survey_event() local 11409 if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) in report_survey_event() 11417 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11421 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11423 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11424 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11425 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11427 pcmd_obj->rsp = NULL; in report_survey_event() 11428 pcmd_obj->rspsz = 0; in report_survey_event() 11439 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_mlme_ext.c | 11269 struct cmd_obj *pcmd_obj; in report_survey_event() local 11286 if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) in report_survey_event() 11294 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() 11298 _rtw_init_listhead(&pcmd_obj->list); in report_survey_event() 11300 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event() 11301 pcmd_obj->cmdsz = cmdsz; in report_survey_event() 11302 pcmd_obj->parmbuf = pevtcmd; in report_survey_event() 11304 pcmd_obj->rsp = NULL; in report_survey_event() 11305 pcmd_obj->rspsz = 0; in report_survey_event() 11316 rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); in report_survey_event() [all …]
|