Home
last modified time | relevance | path

Searched refs:plink_state (Results 1 – 8 of 8) sorted by relevance

/net/mac80211/
Dmesh_plink.c78 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart()
124 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
174 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
364 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
366 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
427 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
511 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
616 sta->mesh->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
657 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
663 if (sta->mesh->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
[all …]
Dmesh_ps.c92 switch (sta->mesh->plink_state) { in ieee80211_mps_local_status_update()
165 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_sta_local_pm()
197 sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_frame_flags()
241 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in ieee80211_mps_sta_status_update()
250 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in ieee80211_mps_sta_status_update()
577 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
598 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
Dsta_info.h396 enum nl80211_plink_state plink_state; member
632 return sta->mesh->plink_state; in sta_plink_state()
Dcfg.c1273 switch (params->plink_state) { in sta_apply_mesh_params()
1275 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1277 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
1295 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1297 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
Dsta_info.c2363 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
Dmesh_hwmp.c919 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
/net/wireless/
Dtrace.h170 __field(u8, plink_state)
186 __entry->plink_state = sinfo->plink_state; \
664 __field(u8, plink_state)
690 __entry->plink_state = params->plink_state;
733 __entry->aid, __entry->plink_action, __entry->plink_state,
Dnl80211.c5117 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
5759 params.plink_state = in nl80211_set_station()