Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_plink.c78 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart()
125 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
386 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
541 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
708 switch (sta->mesh->plink_state) { in mesh_plink_timer()
732 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_timer()
804 sta->mesh->plink_state = NL80211_PLINK_OPN_SNT; in mesh_plink_open()
825 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in mesh_plink_block()
841 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_close()
852 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
[all …]
H A Dmesh_ps.c100 switch (sta->mesh->plink_state) { 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()
H A Dsta_info.h410 enum nl80211_plink_state plink_state; member
746 return sta->mesh->plink_state; in sta_plink_state()
H A Dmesh_hwmp.c338 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in airtime_link_metric_get()
944 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
1224 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_nexthop_lookup_nolearn()
H A Dcfg.c1782 switch (params->plink_state) { in sta_apply_mesh_params()
1784 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1786 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
1804 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1806 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
H A Dsta_info.c2618 sinfo->plink_state = sta->mesh->plink_state; in sta_set_mesh_sinfo()
/linux-6.15/net/wireless/
H A Dtrace.h202 __field(u8, plink_state)
218 __entry->plink_state = sinfo->plink_state; \
841 __field(u8, plink_state)
867 __entry->plink_state = params->plink_state;
914 __entry->aid, __entry->plink_action, __entry->plink_state,
H A Dnl80211.c6811 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
7454 params.plink_state = in nl80211_set_station()
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1840 u8 plink_state; member
/linux-6.15/include/net/
H A Dcfg80211.h1784 u8 plink_state; member
2169 u8 plink_state; member