Home
last modified time | relevance | path

Searched refs:remain_on_ch_params (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1450 priv->remain_on_ch_params.listen_cookie, in wilc_wfi_remain_on_channel_ready()
1451 priv->remain_on_ch_params.listen_ch, in wilc_wfi_remain_on_channel_ready()
1452 priv->remain_on_ch_params.listen_duration, in wilc_wfi_remain_on_channel_ready()
1459 struct wilc_wfi_p2p_listen_params *params = &priv->remain_on_ch_params; in wilc_wfi_remain_on_channel_expired()
1486 priv->remain_on_ch_params.listen_ch = chan; in remain_on_channel()
1487 priv->remain_on_ch_params.listen_cookie = *cookie; in remain_on_channel()
1488 priv->remain_on_ch_params.listen_duration = duration; in remain_on_channel()
1489 priv->remain_on_ch_params.listen_session_id++; in remain_on_channel()
1492 priv->remain_on_ch_params.listen_session_id, in remain_on_channel()
1506 priv->remain_on_ch_params.listen_session_id); in cancel_remain_on_channel()
[all …]
Dwilc_wfi_netdevice.h75 struct wilc_wfi_p2p_listen_params remain_on_ch_params; member