Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_ps.c101 case NL80211_PLINK_ESTAB: 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()
580 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
601 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in ieee80211_mps_frame_release()
Dmesh_plink.c40 [NL80211_PLINK_ESTAB] = "ESTAB",
120 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
170 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
346 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
398 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
615 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
775 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
880 case NL80211_PLINK_ESTAB: in mesh_plink_fsm()
1015 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()
Dcfg.c992 case NL80211_PLINK_ESTAB: in sta_apply_mesh_params()
993 if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
1007 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in sta_apply_mesh_params()
Dmesh_hwmp.c879 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
Drx.c768 if (!rx->sta || sta_plink_state(rx->sta) != NL80211_PLINK_ESTAB) { in ieee80211_rx_mesh_check()
/linux-4.4.14/include/uapi/linux/
Dnl80211.h4129 NL80211_PLINK_ESTAB, enumerator