Searched refs:mesh_if (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iapsta.c | 1132 struct wl_if_info *mesh_if, bool scan) in wl_mesh_clear_mesh_info() argument 1138 IAPSTA_TRACE(mesh_if->dev->name, "Enter\n"); in wl_mesh_clear_mesh_info() 1140 ret = wl_mesh_clear_vndr_ie(mesh_if->dev, mesh_oui); in wl_mesh_clear_mesh_info() 1143 mesh_info->scan_channel = wl_ext_get_chan(apsta_params, mesh_if->dev, in wl_mesh_clear_mesh_info() 1144 &mesh_if->chan_info); in wl_mesh_clear_mesh_info() 1145 wl_ext_mod_timer(&mesh_if->delay_scan, 0, 100); in wl_mesh_clear_mesh_info() 1153 struct wl_if_info *mesh_if) in wl_mesh_update_vndr_ie() argument 1162 wl_mesh_clear_vndr_ie(mesh_if->dev, mesh_oui); in wl_mesh_update_vndr_ie() 1167 IAPSTA_ERROR(mesh_if->dev->name, "Failed to allocate buffer of %d bytes\n", in wl_mesh_update_vndr_ie() 1198 ret = wl_ext_add_del_ie(mesh_if->dev, VNDR_IE_BEACON_FLAG|VNDR_IE_PRBRSP_FLAG, in wl_mesh_update_vndr_ie() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android_ext.c | 2709 struct wl_if_info *mesh_if = (struct wl_if_info *)data; in wl_mesh_timer() local 2712 if (!mesh_if) { in wl_mesh_timer() 2717 if (!mesh_if->dev) { in wl_mesh_timer() 2718 AEXT_ERROR("wlan", "ifidx %d is not ready\n", mesh_if->ifidx); in wl_mesh_timer() 2721 dhd = dhd_get_pub(mesh_if->dev); in wl_mesh_timer() 2724 AEXT_TRACE(mesh_if->dev->name, "timer expired\n"); in wl_mesh_timer() 2726 msg.ifidx = mesh_if->ifidx; in wl_mesh_timer() 2733 wl_mesh_set_timer(struct wl_if_info *mesh_if, uint timeout) in wl_mesh_set_timer() argument 2735 AEXT_TRACE(mesh_if->dev->name, "timeout=%d\n", timeout); in wl_mesh_set_timer() 2737 if (timer_pending(&mesh_if->delay_scan)) in wl_mesh_set_timer() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 1218 wl_mesh_clear_mesh_info(struct wl_if_info *mesh_if, bool scan) in wl_mesh_clear_mesh_info() argument 1220 struct dhd_pub *dhd = dhd_get_pub(mesh_if->dev); in wl_mesh_clear_mesh_info() 1226 IAPSTA_TRACE(mesh_if->dev->name, "Enter\n"); in wl_mesh_clear_mesh_info() 1228 ret = wl_mesh_clear_vndr_ie(mesh_if->dev, mesh_oui); in wl_mesh_clear_mesh_info() 1231 mesh_info->scan_channel = wl_ext_get_chan(mesh_if->dev, in wl_mesh_clear_mesh_info() 1232 &mesh_if->chan_info); in wl_mesh_clear_mesh_info() 1233 wl_timer_mod(dhd, &mesh_if->delay_scan, 100); in wl_mesh_clear_mesh_info() 1241 struct wl_if_info *mesh_if) in wl_mesh_update_vndr_ie() argument 1250 wl_mesh_clear_vndr_ie(mesh_if->dev, mesh_oui); in wl_mesh_update_vndr_ie() 1255 IAPSTA_ERROR(mesh_if->dev->name, "Failed to allocate buffer of %d bytes\n", in wl_mesh_update_vndr_ie() [all …]
|