Home
last modified time | relevance | path

Searched refs:ifmsh (Results 1 – 10 of 10) sorted by relevance

/linux/net/mac80211/
H A Dmesh.c44 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_mesh_housekeeping_timer() local
46 set_bit(MESH_WORK_HOUSEKEEPING, &ifmsh->wrkq_flags); in ieee80211_mesh_housekeeping_timer()
65 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_matches_local() local
81 if (!(ifmsh->mesh_id_len == ie->mesh_id_len && in mesh_matches_local()
82 memcmp(ifmsh->mesh_id, ie->mesh_id, ie->mesh_id_len) == 0 && in mesh_matches_local()
83 (ifmsh->mesh_pp_id == ie->mesh_config->meshconf_psel) && in mesh_matches_local()
84 (ifmsh->mesh_pm_id == ie->mesh_config->meshconf_pmetric) && in mesh_matches_local()
85 (ifmsh->mesh_cc_id == ie->mesh_config->meshconf_congest) && in mesh_matches_local()
86 (ifmsh->mesh_sp_id == ie->mesh_config->meshconf_synch) && in mesh_matches_local()
87 (ifmsh->mesh_auth_id == ie->mesh_config->meshconf_auth))) in mesh_matches_local()
[all …]
H A Dmesh_sync.c52 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_sync_adjust_tsf() local
58 spin_lock_bh(&ifmsh->sync_offset_lock); in mesh_sync_adjust_tsf()
59 if (ifmsh->sync_offset_clockdrift_max < beacon_int_fraction) { in mesh_sync_adjust_tsf()
61 (long long) ifmsh->sync_offset_clockdrift_max); in mesh_sync_adjust_tsf()
62 tsfdelta = -ifmsh->sync_offset_clockdrift_max; in mesh_sync_adjust_tsf()
63 ifmsh->sync_offset_clockdrift_max = 0; in mesh_sync_adjust_tsf()
66 (long long) ifmsh->sync_offset_clockdrift_max, in mesh_sync_adjust_tsf()
69 ifmsh->sync_offset_clockdrift_max -= beacon_int_fraction; in mesh_sync_adjust_tsf()
71 spin_unlock_bh(&ifmsh->sync_offset_lock); in mesh_sync_adjust_tsf()
88 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_sync_offset_rx_bcn_presp() local
[all …]
H A Dmesh_hwmp.c242 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_error_tx() local
248 if (time_before(jiffies, ifmsh->next_perr)) in mesh_path_error_tx()
291 ifmsh->next_perr = TU_TO_EXP_TIME( in mesh_path_error_tx()
292 ifmsh->mshcfg.dot11MeshHWMPperrMinInterval); in mesh_path_error_tx()
579 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_preq_frame_process() local
607 if (SN_GT(target_sn, ifmsh->sn)) in hwmp_preq_frame_process()
608 ifmsh->sn = target_sn; in hwmp_preq_frame_process()
610 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
612 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
613 ++ifmsh->sn; in hwmp_preq_frame_process()
[all …]
H A Dmesh_ps.c87 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_mps_local_status_update() local
133 nonpeer_pm = ifmsh->mshcfg.power_mode; in ieee80211_mps_local_status_update()
137 if (ifmsh->nonpeer_pm != nonpeer_pm || in ieee80211_mps_local_status_update()
138 !ifmsh->ps_peers_light_sleep != !light_sleep_cnt || in ieee80211_mps_local_status_update()
139 !ifmsh->ps_peers_deep_sleep != !deep_sleep_cnt) in ieee80211_mps_local_status_update()
142 ifmsh->nonpeer_pm = nonpeer_pm; in ieee80211_mps_local_status_update()
143 ifmsh->ps_peers_light_sleep = light_sleep_cnt; in ieee80211_mps_local_status_update()
144 ifmsh->ps_peers_deep_sleep = deep_sleep_cnt; in ieee80211_mps_local_status_update()
H A Dcfg.c2476 static int copy_mesh_setup(struct ieee80211_if_mesh *ifmsh, in copy_mesh_setup() argument
2480 struct ieee80211_sub_if_data *sdata = container_of(ifmsh, in copy_mesh_setup()
2493 ifmsh->ie_len = setup->ie_len; in copy_mesh_setup()
2494 ifmsh->ie = new_ie; in copy_mesh_setup()
2497 ifmsh->mesh_id_len = setup->mesh_id_len; in copy_mesh_setup()
2498 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len); in copy_mesh_setup()
2499 ifmsh->mesh_sp_id = setup->sync_method; in copy_mesh_setup()
2500 ifmsh->mesh_pp_id = setup->path_sel_proto; in copy_mesh_setup()
2501 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
2502 ifmsh->user_mpm = setup->user_mpm; in copy_mesh_setup()
[all …]
H A Dmesh_pathtbl.c1021 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_flush_pending() local
1028 spin_lock_bh(&ifmsh->mesh_preq_queue_lock); in mesh_path_flush_pending()
1029 list_for_each_entry_safe(preq, tmp, &ifmsh->preq_queue.list, list) { in mesh_path_flush_pending()
1033 --ifmsh->preq_queue_len; in mesh_path_flush_pending()
1036 spin_unlock_bh(&ifmsh->mesh_preq_queue_lock); in mesh_path_flush_pending()
H A Drx.c2765 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_rx_mesh_fast_forward() local
2819 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, fwded_unicast); in ieee80211_rx_mesh_fast_forward()
2820 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, fwded_frames); in ieee80211_rx_mesh_fast_forward()
2831 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_rx_mesh_data() local
2917 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_ttl); in ieee80211_rx_mesh_data()
2921 if (!ifmsh->mshcfg.dot11MeshForwarding) { in ieee80211_rx_mesh_data()
2977 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, fwded_mcast); in ieee80211_rx_mesh_data()
2983 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, fwded_unicast); in ieee80211_rx_mesh_data()
2987 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_mesh_data()
2991 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_no_route); in ieee80211_rx_mesh_data()
[all …]
H A Dmesh.h281 void ieee80211_mesh_root_setup(struct ieee80211_if_mesh *ifmsh);
H A Dtx.c5140 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_beacon_cntdwn_is_complete() local
5142 beacon = rcu_dereference(ifmsh->beacon); in ieee80211_beacon_cntdwn_is_complete()
5486 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in __ieee80211_beacon_get() local
5488 beacon = rcu_dereference(ifmsh->beacon); in __ieee80211_beacon_get()
5504 if (ifmsh->sync_ops) in __ieee80211_beacon_get()
5505 ifmsh->sync_ops->adjust_tsf(sdata, beacon); in __ieee80211_beacon_get()
5516 ieee80211_beacon_add_tim(sdata, link, &ifmsh->ps, skb, in __ieee80211_beacon_get()
H A Dutil.c3743 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_send_action_csa() local
3755 put_unaligned_le16(ifmsh->pre_value, pos);/* Precedence Value */ in ieee80211_send_action_csa()