Home
last modified time | relevance | path

Searched refs:plid (Results 1 – 5 of 5) sorted by relevance

/net/mac80211/
Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
212 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
296 if (plid) { in mesh_plink_frame_tx()
318 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
396 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate()
719 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
974 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm()
982 sta->mesh->plid, 0); in mesh_plink_fsm()
1007 u16 llid, u16 plid) in mesh_plink_get_event() argument
1050 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
[all …]
Dsta_info.h391 u16 plid; member
Dsta_info.c2386 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
/net/wireless/
Dtrace.h180 __field(u16, plid) \
196 __entry->plid = sinfo->plid; \
Dnl80211.c5327 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()