Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dnetdev.h116 struct wilc_wfi_p2p_listen_params remain_on_ch_params; member
Dcfg80211.c1101 struct wilc_wfi_p2p_listen_params *params = &priv->remain_on_ch_params; in wilc_wfi_remain_on_channel_expired()
1139 priv->remain_on_ch_params.listen_ch = chan; in remain_on_channel()
1140 priv->remain_on_ch_params.listen_cookie = id; in remain_on_channel()
1143 priv->remain_on_ch_params.listen_duration = duration; in remain_on_channel()
1159 if (cookie != priv->remain_on_ch_params.listen_cookie) in cancel_remain_on_channel()
1268 params = &priv->remain_on_ch_params; in mgmt_tx_cancel_wait()