Home
last modified time | relevance | path

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

/linux/net/mac80211/
A 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()
370 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
517 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
684 switch (sta->mesh->plink_state) { in mesh_plink_timer()
708 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_timer()
780 sta->mesh->plink_state = NL80211_PLINK_OPN_SNT; in mesh_plink_open()
801 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in mesh_plink_block()
817 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_close()
828 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
[all …]
A Dmesh_ps.c95 switch (sta->mesh->plink_state) { in ieee80211_mps_local_status_update()
168 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_sta_local_pm()
200 sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_frame_flags()
244 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in ieee80211_mps_sta_status_update()
253 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in ieee80211_mps_sta_status_update()
582 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
603 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
A Dsta_info.h419 enum nl80211_plink_state plink_state; member
687 return sta->mesh->plink_state; in sta_plink_state()
A Dmesh_hwmp.c331 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in airtime_link_metric_get()
922 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
1202 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_nexthop_lookup_nolearn()
A Dcfg.c1459 switch (params->plink_state) { in sta_apply_mesh_params()
1461 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1463 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
1481 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1483 sta->mesh->plink_state = params->plink_state; in sta_apply_mesh_params()
A Dsta_info.c2479 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
/linux/net/wireless/
A Dtrace.h196 __field(u8, plink_state)
212 __entry->plink_state = sinfo->plink_state; \
712 __field(u8, plink_state)
738 __entry->plink_state = params->plink_state;
781 __entry->aid, __entry->plink_action, __entry->plink_state,
A Dnl80211.c6037 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
6672 params.plink_state = in nl80211_set_station()
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dqlink.h1835 u8 plink_state; member
/linux/include/net/
A Dcfg80211.h1443 u8 plink_state; member
1763 u8 plink_state; member

Completed in 75 milliseconds