Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c397 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_associate()
638 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_associate()
698 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_associate()
854 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_start()
1140 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_join()
1268 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_ad_hoc()
1279 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_ad_hoc()
H A Dinit.c95 priv->attempted_bss_desc = NULL; in mwifiex_init_priv()
H A Dsta_ioctl.c387 priv->attempted_bss_desc = NULL; in mwifiex_bss_start()
H A Dmain.h566 struct mwifiex_bssdescriptor *attempted_bss_desc; member