Home
last modified time | relevance | path

Searched refs:mshcfg (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/mac80211/
Ddebugfs_netdev.c510 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
512 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC);
514 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC);
516 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC);
517 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
518 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
519 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
521 u.mesh.mshcfg.dot11MeshMaxPeerLinks, DEC);
523 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC);
525 u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval, DEC);
[all …]
Dmesh_plink.c65 s32 rssi_threshold = sdata->u.mesh.mshcfg.rssi_threshold; in rssi_threshold_check()
203 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
527 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
542 struct mesh_config *mshcfg; in mesh_plink_timer() local
584 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
590 if (sta->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
611 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer()
685 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
715 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close() local
722 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
[all …]
Dmesh_hwmp.c84 msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime)
86 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
88 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval))
89 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries)
91 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout)
93 msecs_to_jiffies(sdata->u.mesh.mshcfg.dot11MeshHWMPconfirmationInterval)
301 ifmsh->mshcfg.dot11MeshHWMPperrMinInterval); in mesh_path_error_tx()
590 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process()
602 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
665 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_prep_frame_process()
[all …]
Dmesh.c285 *pos |= ifmsh->mshcfg.dot11MeshForwarding ? in mesh_add_meshconf_ie()
334 put_unaligned_le16(ifmsh->mshcfg.dot11MeshAwakeWindowDuration, pos); in mesh_add_awake_window_ie()
495 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup()
556 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header()
581 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping()
582 ieee80211_sta_expire(sdata, ifmsh->mshcfg.plink_timeout * HZ); in ieee80211_mesh_housekeeping()
600 if (ifmsh->mshcfg.dot11MeshHWMPRootMode == IEEE80211_PROACTIVE_RANN) in ieee80211_mesh_rootpath()
601 interval = ifmsh->mshcfg.dot11MeshHWMPRannInterval; in ieee80211_mesh_rootpath()
603 interval = ifmsh->mshcfg.dot11MeshHWMProotInterval; in ieee80211_mesh_rootpath()
693 *pos++ = ifmsh->mshcfg.dot11MeshTTL; in ieee80211_mesh_build_beacon()
[all …]
Dmesh.h341 return sdata->u.mesh.mshcfg.dot11MeshMaxPeerLinks - in mesh_plink_free_count()
Dmesh_ps.c128 nonpeer_pm = ifmsh->mshcfg.power_mode; in ieee80211_mps_local_status_update()
Dcfg.c1163 sdata->u.mesh.mshcfg.power_mode); in sta_apply_parameters()
1631 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
1699 conf = &(sdata->u.mesh.mshcfg); in ieee80211_update_mesh_config()
1806 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
Dmesh_pathtbl.c771 sdata->u.mesh.mshcfg.element_ttl, in mesh_plink_broken()
Dieee80211_i.h675 struct mesh_config mshcfg; member
Drx.c2312 if (!ifmsh->mshcfg.dot11MeshForwarding) in ieee80211_rx_h_mesh_fwding()
2339 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_h_mesh_fwding()
Dutil.c2895 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()