Searched refs:plid (Results 1 – 5 of 5) sorted by relevance
/net/mac80211/ |
D | mesh_plink.c | 81 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart() 214 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument 293 if (plid) { in mesh_plink_frame_tx() 315 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx() 390 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate() 695 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer() 953 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm() 961 sta->mesh->plid, 0); in mesh_plink_fsm() 986 u16 llid, u16 plid) in mesh_plink_get_event() argument 1029 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event() [all …]
|
D | sta_info.h | 365 u16 plid; member
|
D | sta_info.c | 2250 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
|
/net/wireless/ |
D | trace.h | 169 __field(u16, plid) \ 185 __entry->plid = sinfo->plid; \
|
D | nl80211.c | 4405 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|