Lines Matching refs:mshcfg
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()
625 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
641 struct mesh_config *mshcfg; in mesh_plink_timer() local
683 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
689 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
710 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer()
782 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
813 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close() local
819 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
825 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish() local
835 changed |= ieee80211_mps_set_sta_local_pm(sta, mshcfg->power_mode); in mesh_plink_establish()
851 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm() local
870 mshcfg->dot11MeshRetryTimeout); in mesh_plink_fsm()
895 mod_plink_timer(sta, mshcfg->dot11MeshConfirmTimeout); in mesh_plink_fsm()