Home
last modified time | relevance | path

Searched refs:NL80211_PLINK_ESTAB (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/net/mac80211/
Dmesh_ps.c106 case NL80211_PLINK_ESTAB: in ieee80211_mps_local_status_update()
173 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_sta_local_pm()
205 sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_frame_flags()
249 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in ieee80211_mps_sta_status_update()
258 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in ieee80211_mps_sta_status_update()
587 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
608 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
Dmesh_plink.c40 [NL80211_PLINK_ESTAB] = "ESTAB",
125 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
178 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
384 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
449 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
694 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
852 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
958 case NL80211_PLINK_ESTAB: in mesh_plink_fsm()
1094 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()
Dmesh_hwmp.c338 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in airtime_link_metric_get()
938 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
1218 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_nexthop_lookup_nolearn()
Dcfg.c1755 case NL80211_PLINK_ESTAB: in sta_apply_mesh_params()
1756 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1776 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
Drx.c1056 if (!rx->sta || sta_plink_state(rx->sta) != NL80211_PLINK_ESTAB) { in ieee80211_rx_mesh_check()
/linux-6.12.1/include/uapi/linux/
Dnl80211.h6086 NL80211_PLINK_ESTAB, enumerator