Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h125 struct wilc_wfi_p2p_listen_params remain_on_ch_params; member
H A Dcfg80211.c1096 struct wilc_wfi_p2p_listen_params *params = &priv->remain_on_ch_params; in wilc_wfi_remain_on_channel_expired()
1133 priv->remain_on_ch_params.listen_ch = chan; in remain_on_channel()
1134 priv->remain_on_ch_params.listen_cookie = id; in remain_on_channel()
1137 priv->remain_on_ch_params.listen_duration = duration; in remain_on_channel()
1153 if (cookie != priv->remain_on_ch_params.listen_cookie) in cancel_remain_on_channel()
1262 params = &priv->remain_on_ch_params; in mgmt_tx_cancel_wait()