Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_plink.c79 sta->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart()
123 sta->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
173 sta->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
223 if (sta->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
225 sta->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
394 if (sta->plink_state == NL80211_PLINK_ESTAB) in mesh_sta_info_init()
437 sta->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
525 sta->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
565 sta->sta.addr, mplstates[sta->plink_state]); in mesh_plink_timer()
571 if (sta->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
[all …]
Dmesh_ps.c95 switch (sta->plink_state) { in ieee80211_mps_local_status_update()
168 if (sta->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_sta_local_pm()
200 sta->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_set_frame_flags()
244 if (sta->plink_state == NL80211_PLINK_ESTAB && in ieee80211_mps_sta_status_update()
253 if (sta->plink_state != NL80211_PLINK_ESTAB) { in ieee80211_mps_sta_status_update()
580 if (sta->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
601 if (sta->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
Dsta_info.h432 enum nl80211_plink_state plink_state; member
470 return sta->plink_state; in sta_plink_state()
Dcfg.c1154 switch (params->plink_state) { in sta_apply_parameters()
1156 if (sta->plink_state != NL80211_PLINK_ESTAB) in sta_apply_parameters()
1159 sta->plink_state = params->plink_state; in sta_apply_parameters()
1171 if (sta->plink_state == NL80211_PLINK_ESTAB) in sta_apply_parameters()
1174 sta->plink_state = params->plink_state; in sta_apply_parameters()
Dsta_info.c1956 sinfo->plink_state = sta->plink_state; in sta_set_sinfo()
Dmesh_hwmp.c866 if (!sta || sta->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
/linux-4.1.27/net/wireless/
Dtrace.h169 __field(u8, plink_state)
185 __entry->plink_state = sinfo->plink_state; \
628 __field(u8, plink_state)
643 __entry->plink_state = params->plink_state;
660 __entry->aid, __entry->plink_action, __entry->plink_state,
Dnl80211.c3722 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
4266 params.plink_state = in nl80211_set_station()
4268 if (params.plink_state >= NUM_NL80211_PLINK_STATES) in nl80211_set_station()
/linux-4.1.27/include/net/
Dcfg80211.h825 u8 plink_state; member
1070 u8 plink_state; member