Home
last modified time | relevance | path

Searched refs:bss_role (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dtxrx.c48 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP) in nxpwifi_handle_rx_packet()
78 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP) { in nxpwifi_process_tx()
H A D11n.h151 if (!node || (priv->bss_role == NXPWIFI_BSS_ROLE_UAP && in nxpwifi_is_sta_11n_enabled()
H A D11n_rxreorder.c38 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP) in nxpwifi_11n_dispatch_amsdu_pkt()
67 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP) in nxpwifi_11n_dispatch_pkt()
292 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP) { in nxpwifi_11n_create_rx_reorder_tbl()
H A Dmain.h474 u8 bss_role; member
1155 enum nxpwifi_bss_role bss_role) in nxpwifi_get_priv() argument
1160 if (bss_role == NXPWIFI_BSS_ROLE_ANY || in nxpwifi_get_priv()
1161 GET_BSS_ROLE(adapter->priv[i]) == bss_role) in nxpwifi_get_priv()
H A Dutil.c306 u8 bss_role = GET_BSS_ROLE(priv); in nxpwifi_is_channel_setting_allowable() local
315 if (bss_role == NXPWIFI_BSS_ROLE_STA) { in nxpwifi_is_channel_setting_allowable()
320 } else if (bss_role == NXPWIFI_BSS_ROLE_UAP) { in nxpwifi_is_channel_setting_allowable()
H A Dcfg.h169 #define GET_BSS_ROLE(priv) ((priv)->bss_role & BSS_ROLE_BIT_MASK)
H A Dcfg80211.c642 switch (priv->bss_role) { in nxpwifi_cfg80211_set_wiphy_params()
732 priv->bss_role = NXPWIFI_BSS_ROLE_STA; in nxpwifi_init_new_priv_params()
735 priv->bss_role = NXPWIFI_BSS_ROLE_UAP; in nxpwifi_init_new_priv_params()
2398 priv->bss_role = NXPWIFI_BSS_ROLE_STA; in nxpwifi_add_virtual_intf()
2423 priv->bss_role = NXPWIFI_BSS_ROLE_UAP; in nxpwifi_add_virtual_intf()
H A Dsta_event.c745 priv->bss_role); in nxpwifi_process_tx_pause_event()
H A Dcmdevt.c413 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP) in nxpwifi_process_event()
H A Dwmm.c1004 if (priv->bss_role == NXPWIFI_BSS_ROLE_UAP && priv->ap_11n_enabled && in nxpwifi_is_11n_aggragation_possible()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h159 if (!node || ((priv->bss_role == MWIFIEX_BSS_ROLE_UAP) && in mwifiex_is_sta_11n_enabled()
H A Ddecl.h173 #define GET_BSS_ROLE(priv) ((priv)->bss_role & BSS_ROLE_BIT_MASK)
H A D11n_rxreorder.c50 if (priv->bss_role == MWIFIEX_BSS_ROLE_UAP) in mwifiex_11n_dispatch_amsdu_pkt()
82 if (priv->bss_role == MWIFIEX_BSS_ROLE_UAP) in mwifiex_11n_dispatch_pkt()
360 if (priv->bss_role == MWIFIEX_BSS_ROLE_UAP) { in mwifiex_11n_create_rx_reorder_tbl()
H A Dcfg80211.c750 switch (priv->bss_role) { in mwifiex_cfg80211_set_wiphy_params()
934 priv->bss_role = MWIFIEX_BSS_ROLE_STA; in mwifiex_init_new_priv_params()
938 priv->bss_role = MWIFIEX_BSS_ROLE_STA; in mwifiex_init_new_priv_params()
942 priv->bss_role = MWIFIEX_BSS_ROLE_UAP; in mwifiex_init_new_priv_params()
946 priv->bss_role = MWIFIEX_BSS_ROLE_UAP; in mwifiex_init_new_priv_params()
3022 priv->bss_role = MWIFIEX_BSS_ROLE_STA; in mwifiex_add_virtual_intf()
3044 priv->bss_role = MWIFIEX_BSS_ROLE_UAP; in mwifiex_add_virtual_intf()
3076 priv->bss_role = MWIFIEX_BSS_ROLE_STA; in mwifiex_add_virtual_intf()
H A Dsta_event.c497 priv->bss_role); in mwifiex_process_tx_pause_event()
H A Dwmm.c1208 if (priv->bss_role == MWIFIEX_BSS_ROLE_UAP && priv->ap_11n_enabled && in mwifiex_is_11n_aggragation_possible()
H A Dcmdevt.c519 if (priv->bss_role == MWIFIEX_BSS_ROLE_UAP) in mwifiex_process_event()