| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_tpg.c | 45 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl() 180 INIT_LIST_HEAD(&acl->acl_list); in target_alloc_node_acl() 209 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in target_add_node_acl() 229 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in target_tpg_has_node_acl() 351 list_del_init(&acl->acl_list); in core_tpg_del_initiator_node_acl() 525 list_for_each_entry_safe(nacl, nacl_tmp, &node_list, acl_list) { in core_tpg_deregister() 526 list_del_init(&nacl->acl_list); in core_tpg_deregister()
|
| H A D | target_core_device.c | 459 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg() 571 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | drv_types.h | 142 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_ap.c | 23 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info() 1013 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 1027 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 1090 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 1684 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 1731 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
| H A D | rtw_sta_mgt.c | 487 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_sta_mgt.c | 257 _rtw_init_queue(&(pstapriv->acl_list.acl_node_q)); in _rtw_init_sta_priv() 398 _rtw_deinit_queue(&(pstapriv->acl_list.acl_node_q)); in _rtw_free_sta_priv() 925 struct wlan_acl_pool *acl = &stapriv->acl_list; in rtw_access_ctrl() 957 struct wlan_acl_pool *acl = &stapriv->acl_list; in dump_macaddr_acl()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ap.c | 22 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info() 1321 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 1335 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 1403 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 2347 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 2398 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
| H A D | rtw_sta_mgt.c | 592 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_sta_mgt.c | 293 _rtw_init_queue(&(pstapriv->acl_list.acl_node_q)); in _rtw_init_sta_priv() 441 _rtw_deinit_queue(&(pstapriv->acl_list.acl_node_q)); in _rtw_free_sta_priv() 958 struct wlan_acl_pool *acl = &stapriv->acl_list; in rtw_access_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_sta_mgt.c | 255 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_mfree_sta_priv_lock() 838 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
| H A D | rtw_ap.c | 38 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info() 2210 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 2225 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 2298 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 3819 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 3889 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_android.c | 841 padapter->stapriv.acl_list.mode = ( u8 ) get_int_from_command(command); in rtw_android_priv_cmd() 842 …NDROID_WIFI_CMD_HOSTAPD_SET_MACADDR_ACL mode:%d\n", __FUNCTION__, padapter->stapriv.acl_list.mode); in rtw_android_priv_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | sta_info.h | 323 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | sta_info.h | 347 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | rtw_android.c | 864 padapter->stapriv.acl_list.mode = ( u8 ) get_int_from_command(command); in rtw_android_priv_cmd() 865 …NDROID_WIFI_CMD_HOSTAPD_SET_MACADDR_ACL mode:%d\n", __FUNCTION__, padapter->stapriv.acl_list.mode); in rtw_android_priv_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_sta_mgt.c | 391 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_mfree_sta_priv_lock() 980 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
| H A D | rtw_ap.c | 38 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info() 2213 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 2228 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 2301 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 3819 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 3880 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | sta_info.h | 464 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | sta_info.h | 549 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | sta_info.h | 577 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | sta_info.h | 563 struct wlan_acl_pool acl_list; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_sta_mgt.c | 1131 acl = &stapriv->acl_list[period]; in _rtw_access_ctrl() 1183 acl = &stapriv->acl_list[j]; in dump_macaddr_acl()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_sta_mgt.c | 1110 acl = &stapriv->acl_list[period]; in _rtw_access_ctrl() 1162 acl = &stapriv->acl_list[j]; in dump_macaddr_acl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_sta_mgt.c | 1090 acl = &stapriv->acl_list[period]; in _rtw_access_ctrl() 1142 acl = &stapriv->acl_list[j]; in dump_macaddr_acl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_sta_mgt.c | 1097 acl = &stapriv->acl_list[period]; in _rtw_access_ctrl() 1149 acl = &stapriv->acl_list[j]; in dump_macaddr_acl()
|