Home
last modified time | relevance | path

Searched refs:attempted_bss_desc (Results 1 – 6 of 6) 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()
743 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_associate()
821 priv->attempted_bss_desc->mac_address); in mwifiex_ret_802_11_associate()
894 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_start()
1180 priv->attempted_bss_desc = bss_desc; in mwifiex_cmd_802_11_ad_hoc_join()
1308 if (!priv->attempted_bss_desc) { in mwifiex_ret_802_11_ad_hoc()
1319 bss_desc = priv->attempted_bss_desc; in mwifiex_ret_802_11_ad_hoc()
H A Dsta_ioctl.c454 priv->attempted_bss_desc = NULL; in mwifiex_bss_start()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Djoin.c290 priv->attempted_bss_desc = bss_desc; in nxpwifi_cmd_802_11_associate()
505 if (!priv->attempted_bss_desc) { in nxpwifi_ret_802_11_associate()
513 if (!memcmp(hdr->bssid, priv->attempted_bss_desc->mac_address, in nxpwifi_ret_802_11_associate()
572 bss_desc = priv->attempted_bss_desc; in nxpwifi_ret_802_11_associate()
652 priv->attempted_bss_desc->mac_address); in nxpwifi_ret_802_11_associate()
H A Dinit.c79 priv->attempted_bss_desc = NULL; in nxpwifi_init_priv()
H A Dsta_cfg.c312 priv->attempted_bss_desc = NULL; in nxpwifi_bss_start()
H A Dmain.h516 struct nxpwifi_bssdescriptor *attempted_bss_desc; member