Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dnetdev.h124 struct wilc_wfi_p2p_listen_params remain_on_ch_params; member
Dcfg80211.c1050 struct wilc_wfi_p2p_listen_params *params = &priv->remain_on_ch_params; in wilc_wfi_remain_on_channel_expired()
1088 priv->remain_on_ch_params.listen_ch = chan; in remain_on_channel()
1089 priv->remain_on_ch_params.listen_cookie = id; in remain_on_channel()
1092 priv->remain_on_ch_params.listen_duration = duration; in remain_on_channel()
1108 if (cookie != priv->remain_on_ch_params.listen_cookie) in cancel_remain_on_channel()
1211 params = &priv->remain_on_ch_params; in mgmt_tx_cancel_wait()