Lines Matching refs:mesh
230 if (sdata->u.mesh.security != IEEE80211_MESH_SEC_NONE) in ieee80211_add_key()
993 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
995 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
999 sdata->u.mesh.mshcfg.power_mode); in sta_apply_mesh_params()
1007 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1009 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
1298 if (sdata->u.mesh.user_mpm) in ieee80211_change_station()
1612 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
1627 struct ieee80211_sub_if_data, u.mesh); in copy_mesh_setup()
1677 ifmsh = &sdata->u.mesh; in ieee80211_update_mesh_config()
1680 conf = &(sdata->u.mesh.mshcfg); in ieee80211_update_mesh_config()
1784 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_join_mesh()
3118 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in ieee80211_set_csa_beacon()
3330 !sdata->u.mesh.mesh_id_len) in ieee80211_mgmt_tx()
3430 beacon = rcu_dereference(sdata->u.mesh.beacon); in ieee80211_mgmt_tx()