Searched refs:llid (Results 1 - 6 of 6) 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)
350 put_unaligned_le16(llid, pos);
621 sta->llid, sta->plid, reason);
634 u16 llid)
642 if (!memcmp(&sta->llid, &llid, sizeof(llid))) {
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
633 llid_in_use(struct ieee80211_sub_if_data *sdata, u16 llid) argument
654 u16 llid; local
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.h310 * @llid: Local link ID
424 u16 llid; member in struct:sta_info
H A Dmesh_ps.c582 sta->llid);
H A Dsta_info.c1806 sinfo->llid = sta->llid;
/net/wireless/
H A Dtrace.h166 __field(u16, llid) \
182 __entry->llid = sinfo->llid; \
H A Dnl80211.c3642 nla_put_u16(msg, NL80211_STA_INFO_LLID, sinfo->llid))

Completed in 83 milliseconds