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

/net/mac80211/
H A Dmesh_plink.c58 u8 *da, u16 llid, u16 plid, u16 reason);
80 sta->llid = sta->plid = sta->reason = 0;
251 sta->sta.addr, sta->llid, sta->plid,
260 u8 *da, u16 llid, u16 plid, u16 reason)
308 put_unaligned_le16(plid, pos + 2);
331 if (plid) {
353 put_unaligned_le16(plid, pos);
621 sta->llid, sta->plid, reason);
874 sta->llid, sta->plid, sta->reason);
881 sta->plid,
258 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) argument
902 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) argument
1005 u16 plid, llid = 0; local
[all...]
H A Dsta_info.h311 * @plid: Peer link ID
425 u16 plid; member in struct:sta_info
H A Dsta_info.c645 id = sta->plid % (IEEE80211_MAX_AID + 1);
1807 sinfo->plid = sta->plid;
/net/wireless/
H A Dtrace.h167 __field(u16, plid) \
183 __entry->plid = sinfo->plid; \
H A Dnl80211.c3645 nla_put_u16(msg, NL80211_STA_INFO_PLID, sinfo->plid))

Completed in 2796 milliseconds