Home
last modified time | relevance | path

Searched refs:p2p_ps (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx.h277 struct halmac_p2pps *p2p_ps);
281 struct halmac_p2pps *p2p_ps);
Dhalmac_api_88xx.c4406 struct halmac_p2pps *p2p_ps) in halmac_p2pps_88xx() argument
4425 status = halmac_func_p2pps_88xx(halmac_adapter, p2p_ps); in halmac_p2pps_88xx()
4437 struct halmac_p2pps *p2p_ps) in halmac_func_p2pps_88xx() argument
4451 P2PPS_SET_OFFLOAD_EN(h2c_buff, p2p_ps->offload_en); in halmac_func_p2pps_88xx()
4452 P2PPS_SET_ROLE(h2c_buff, p2p_ps->role); in halmac_func_p2pps_88xx()
4453 P2PPS_SET_CTWINDOW_EN(h2c_buff, p2p_ps->ctwindow_en); in halmac_func_p2pps_88xx()
4454 P2PPS_SET_NOA_EN(h2c_buff, p2p_ps->noa_en); in halmac_func_p2pps_88xx()
4455 P2PPS_SET_NOA_SEL(h2c_buff, p2p_ps->noa_sel); in halmac_func_p2pps_88xx()
4456 P2PPS_SET_ALLSTASLEEP(h2c_buff, p2p_ps->all_sta_sleep); in halmac_func_p2pps_88xx()
4457 P2PPS_SET_DISCOVERY(h2c_buff, p2p_ps->discovery); in halmac_func_p2pps_88xx()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1803 struct halmac_p2pps *p2p_ps);