Searched defs:plid (Results 1 - 2 of 2) 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

Completed in 14 milliseconds