Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c399 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_associate()
667 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_associate()
678 priv->attempted_bss_desc->mac_address, in mwifiex_ret_802_11_associate()
744 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_associate()
822 priv->attempted_bss_desc->mac_address); in mwifiex_ret_802_11_associate()
895 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_start()
1181 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_join()
1309 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_ad_hoc()
1320 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_ad_hoc()
H A Dinit.c98 priv->attempted_bss_desc = NULL; in mwifiex_init_priv()
H A Dsta_ioctl.c385 priv->attempted_bss_desc = NULL; in mwifiex_bss_start()
H A Dmain.h567 struct mwifiex_bssdescriptor *attempted_bss_desc; member