Searched refs:mshcfg (Results 1 – 11 of 11) sorted by relevance
/linux/net/mac80211/ |
A D | debugfs_netdev.c | 619 u.mesh.mshcfg.dot11MeshMaxRetries, DEC); 621 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC); 623 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC); 625 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC); 630 u.mesh.mshcfg.dot11MeshMaxPeerLinks, DEC); 640 u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries, DEC); 642 u.mesh.mshcfg.path_refresh_time, DEC); 644 u.mesh.mshcfg.min_discovery_timeout, DEC); 646 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC); 650 u.mesh.mshcfg.dot11MeshHWMPRannInterval, DEC); [all …]
|
A D | mesh_plink.c | 61 s32 rssi_threshold = sdata->u.mesh.mshcfg.rssi_threshold; in rssi_threshold_check() 205 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode() 624 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update() 640 struct mesh_config *mshcfg; in mesh_plink_timer() local 682 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer() 709 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer() 812 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close() local 818 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close() 824 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish() local 850 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm() local [all …]
|
A D | mesh_hwmp.c | 290 ifmsh->mshcfg.dot11MeshHWMPperrMinInterval); in mesh_path_error_tx() 639 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process() 652 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process() 714 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_prep_frame_process() 797 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_perr_frame_process() 897 if (ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_rann_frame_process() 1093 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery() 1232 if (ifmsh->mshcfg.dot11MeshNolearn && in mesh_nexthop_lookup() 1303 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame() 1307 0, ifmsh->mshcfg.element_ttl, in mesh_path_tx_root_frame() [all …]
|
A D | mesh.c | 261 ifmsh->mshcfg.dot11MeshGateAnnouncementProtocol || in mesh_add_meshconf_ie() 262 ifmsh->mshcfg.dot11MeshConnectedToMeshGate; in mesh_add_meshconf_ie() 293 *pos |= ifmsh->mshcfg.dot11MeshForwarding ? in mesh_add_meshconf_ie() 752 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header() 777 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping() 797 interval = ifmsh->mshcfg.dot11MeshHWMPRannInterval; in ieee80211_mesh_rootpath() 799 interval = ifmsh->mshcfg.dot11MeshHWMProotInterval; in ieee80211_mesh_rootpath() 903 *pos++ = ifmsh->mshcfg.dot11MeshTTL; in ieee80211_mesh_build_beacon() 1048 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh() 1229 if (ifmsh->chsw_ttl >= ifmsh->mshcfg.dot11MeshTTL) in ieee80211_mesh_process_chnswitch() [all …]
|
A D | mesh.h | 319 return sdata->u.mesh.mshcfg.dot11MeshMaxPeerLinks - in mesh_plink_free_count()
|
A D | mesh_ps.c | 128 nonpeer_pm = ifmsh->mshcfg.power_mode; in ieee80211_mps_local_status_update()
|
A D | mesh_pathtbl.c | 498 sdata->u.mesh.mshcfg.element_ttl, in mesh_plink_broken()
|
A D | cfg.c | 1468 sdata->u.mesh.mshcfg.power_mode); in sta_apply_mesh_params() 2138 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config() 2219 conf = &(sdata->u.mesh.mshcfg); in ieee80211_update_mesh_config() 2334 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
|
A D | ieee80211_i.h | 708 struct mesh_config mshcfg; member
|
A D | rx.c | 2935 if (!ifmsh->mshcfg.dot11MeshForwarding) in ieee80211_rx_h_mesh_fwding() 2965 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_h_mesh_fwding()
|
A D | util.c | 4073 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()
|
Completed in 44 milliseconds