Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_ps.c102 case NL80211_PLINK_ESTAB: in ieee80211_mps_local_status_update()
169 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_sta_local_pm()
201 sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_frame_flags()
245 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in ieee80211_mps_sta_status_update()
254 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in ieee80211_mps_sta_status_update()
583 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
604 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
H A Dmesh_plink.c40 [NL80211_PLINK_ESTAB] = "ESTAB",
125 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
176 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
376 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
439 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
684 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
842 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
948 case NL80211_PLINK_ESTAB: in mesh_plink_fsm()
1084 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()
H A Dmesh_hwmp.c336 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in airtime_link_metric_get()
936 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
1216 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_nexthop_lookup_nolearn()
H A Dcfg.c1739 case NL80211_PLINK_ESTAB: in sta_apply_mesh_params()
1740 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1760 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
H A Drx.c1046 if (!rx->sta || sta_plink_state(rx->sta) != NL80211_PLINK_ESTAB) { in ieee80211_rx_mesh_check()
/openbmc/linux/include/uapi/linux/
H A Dnl80211.h5938 NL80211_PLINK_ESTAB, enumerator