• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/

Lines Matching refs:llid

87 	sta->llid = sta->plid = sta->reason = 0;
160 enum plink_frame_type action, u8 *da, __le16 llid, __le16 plid,
225 memcpy(pos, &llid, 2);
273 __le16 llid, plid, reason;
297 llid = sta->llid;
316 mesh_plink_frame_tx(sdata, PLINK_OPEN, sta->sta.addr, llid,
329 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid, plid,
371 __le16 llid;
375 get_random_bytes(&llid, 2);
376 sta->llid = llid;
388 sta->sta.addr, llid, 0, 0);
418 __le16 plid, llid, reason;
466 /* Note the lines below are correct, the llid in the frame is the plid
471 memcpy(&llid, PLINK_GET_PLID(elems.peer_link), 2);
507 llid = 0;
508 mesh_plink_frame_tx(sdata, PLINK_CLOSE, mgmt->sa, llid,
546 (sta->llid != llid || sta->plid != plid))
553 /* Do not check for llid or plid. This does not
565 else if (ie_len == 7 && sta->llid != llid)
580 mpl_dbg("Mesh plink (peer, state, llid, plid, event): %pM %s %d %d %d\n",
582 le16_to_cpu(sta->llid), le16_to_cpu(sta->plid),
596 get_random_bytes(&llid, 2);
597 sta->llid = llid;
600 mesh_plink_frame_tx(sdata, PLINK_OPEN, sta->sta.addr, llid,
603 llid, plid, 0);
625 llid = sta->llid;
627 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid,
634 llid = sta->llid;
636 mesh_plink_frame_tx(sdata, PLINK_CONFIRM, sta->sta.addr, llid,
667 llid = sta->llid;
669 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid,
673 llid = sta->llid;
675 mesh_plink_frame_tx(sdata, PLINK_CONFIRM, sta->sta.addr, llid,
707 llid = sta->llid;
709 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid,
720 mesh_plink_frame_tx(sdata, PLINK_CONFIRM, sta->sta.addr, llid,
736 llid = sta->llid;
741 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid,
745 llid = sta->llid;
747 mesh_plink_frame_tx(sdata, PLINK_CONFIRM, sta->sta.addr, llid,
767 llid = sta->llid;
771 llid, plid, reason);