Lines Matching refs:mshcfg
65 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()
728 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish() local
738 changed |= ieee80211_mps_set_sta_local_pm(sta, mshcfg->power_mode); in mesh_plink_establish()
754 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm() local
772 mshcfg->dot11MeshRetryTimeout); in mesh_plink_fsm()
797 mod_plink_timer(sta, mshcfg->dot11MeshConfirmTimeout); in mesh_plink_fsm()