Home
last modified time | relevance | path

Searched refs:plid (Results 1 – 7 of 7) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
212 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
296 if (plid) { in mesh_plink_frame_tx()
318 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
396 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate()
719 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
974 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm()
982 sta->mesh->plid, 0); in mesh_plink_fsm()
1007 u16 llid, u16 plid) in mesh_plink_get_event() argument
1050 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
[all …]
Dsta_info.h389 u16 plid; member
Dsta_info.c2361 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh.c83 , u8 proto_id, u16 llid, u16 *plid, u16 *reason, u8 *chosen_pmk) in rtw_set_ie_mpm() argument
94 if (plid) { in rtw_set_ie_mpm()
95 RTW_PUT_LE16(pos, *plid); in rtw_set_ie_mpm()
1528 u8 *plid; member
1560 if (mpm_info->plid) { in rtw_mpm_info_msg()
1649 mpm_info.plid = mpm_info.llid + 2; in rtw_mpm_check_frames()
1650 mpm_info.plid_v = RTW_GET_LE16(mpm_info.plid); in rtw_mpm_check_frames()
1654 mpm_info.chosen_pmk = mpm_info.plid + 2; in rtw_mpm_check_frames()
1666 mpm_info.plid = mpm_info.llid + 2; in rtw_mpm_check_frames()
1667 mpm_info.plid_v = RTW_GET_LE16(mpm_info.plid); in rtw_mpm_check_frames()
[all …]
Drtw_mesh.h203 u16 plid; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1262 hi_u16 plid; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c2565 sinfo->plid = plink->plid; in rtw_cfg80211_fill_mesh_only_sta_info()