Home
last modified time | relevance | path

Searched refs:peer_pm (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmesh_ps.c245 sta->mesh->peer_pm != NL80211_MESH_POWER_UNKNOWN) in ieee80211_mps_sta_status_update()
246 pm = sta->mesh->peer_pm; in ieee80211_mps_sta_status_update()
299 if (sta->mesh->peer_pm == pm) in mps_set_sta_peer_pm()
305 sta->mesh->peer_pm = pm; in mps_set_sta_peer_pm()
H A Dsta_info.h414 enum nl80211_mesh_power_mode peer_pm; member
H A Dsta_info.c2448 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1832 u8 peer_pm; member
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h1732 enum nl80211_mesh_power_mode peer_pm; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dioctl_cfg80211.c2170 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dioctl_cfg80211.c2200 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dioctl_cfg80211.c2192 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Dioctl_cfg80211.c2444 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_cfg80211.c2491 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Dioctl_cfg80211.c2445 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dioctl_cfg80211.c2495 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dioctl_cfg80211.c2501 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dioctl_cfg80211.c2459 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_cfg80211.c2499 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dioctl_cfg80211.c2460 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Dioctl_cfg80211.c2247 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Dioctl_cfg80211.c2455 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dioctl_cfg80211.c2444 sinfo->peer_pm = rtw_mesh_ps_to_nl80211_mesh_power_mode(sta->peer_mps); in rtw_cfg80211_fill_mesh_only_sta_info()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c5707 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()