Home
last modified time | relevance | path

Searched refs:attempted_bss_desc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Djoin.c409 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_associate()
650 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_associate()
710 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_associate()
866 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_start()
1150 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_join()
1278 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_ad_hoc()
1289 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_ad_hoc()
Dinit.c106 priv->attempted_bss_desc = NULL; in mwifiex_init_priv()
Dsta_ioctl.c389 priv->attempted_bss_desc = NULL; in mwifiex_bss_start()
Dmain.h584 struct mwifiex_bssdescriptor *attempted_bss_desc; member