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()
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()
688 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
709 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer()
781 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
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
834 changed |= ieee80211_mps_set_sta_local_pm(sta, mshcfg->power_mode); in mesh_plink_establish()
850 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm() local
869 mshcfg->dot11MeshRetryTimeout); in mesh_plink_fsm()
894 mod_plink_timer(sta, mshcfg->dot11MeshConfirmTimeout); in mesh_plink_fsm()