Home
last modified time | relevance | path

Searched refs:bss_type (Results 1 – 25 of 217) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c72 local_tx_pd->bss_type = priv->bss_type; in mwifiex_process_sta_txpd()
166 tx_info->bss_type = priv->bss_type; in mwifiex_send_null_packet()
178 local_tx_pd->bss_type = priv->bss_type; in mwifiex_send_null_packet()
H A Dtxrx.c48 BSS_NUM_MASK, local_rx_pd->bss_type); in mwifiex_handle_rx_packet()
64 rx_info->bss_type = priv->bss_type; in mwifiex_handle_rx_packet()
174 tx_info->bss_type); in mwifiex_host_to_card()
290 tx_info->bss_type); in mwifiex_write_data_complete()
H A D11n_aggr.c115 local_tx_pd->bss_type = priv->bss_type; in mwifiex_11n_form_amsdu_txpd()
190 tx_info_aggr->bss_type = tx_info_src->bss_type; in mwifiex_11n_aggregate_pkt()
H A Duap_txrx.c185 tx_info->bss_type = priv->bss_type; in mwifiex_uap_queue_bridged_pkt()
303 tx_info->bss_type = priv->bss_type; in mwifiex_uap_recv_packet()
486 txpd->bss_type = priv->bss_type; in mwifiex_process_uap_txpd()
H A D11n_rxreorder.c854 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
857 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
860 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
864 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA) in mwifiex_update_ampdu_rxwinsize()
867 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) in mwifiex_update_ampdu_rxwinsize()
870 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) in mwifiex_update_ampdu_rxwinsize()
H A Ddecl.h189 u8 bss_type; member
198 u8 bss_type; member
H A Dmain.h543 u8 bss_type; member
1307 u8 bss_num, u8 bss_type) in mwifiex_get_priv_by_id() argument
1314 (adapter->priv[i]->bss_type == bss_type)) in mwifiex_get_priv_by_id()
1347 mwifiex_get_unused_bss_num(struct mwifiex_adapter *adapter, u8 bss_type) in mwifiex_get_unused_bss_num() argument
1355 if (adapter->priv[i]->bss_type == bss_type && in mwifiex_get_unused_bss_num()
1372 u8 bss_type) in mwifiex_get_unused_priv_by_bss_type() argument
1380 mwifiex_get_unused_bss_num(adapter, bss_type); in mwifiex_get_unused_priv_by_bss_type()
H A Dmain.c873 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit()
911 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit()
933 priv->bss_type == MWIFIEX_BSS_TYPE_STA && in mwifiex_hard_start_xmit()
957 if (priv->bss_type == MWIFIEX_BSS_TYPE_ANY) in mwifiex_set_mac_address()
962 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) { in mwifiex_set_mac_address()
967 mac_addr ^= BIT_ULL(priv->bss_type + 8); in mwifiex_set_mac_address()
1033 jiffies, priv->tx_timeout_cnt, priv->bss_type, in mwifiex_tx_timeout()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_tx.c106 plocal_tx_pd->bss_type = pmpriv->bss_type; in wlan_ops_sta_process_txpd()
249 ptx_pd->bss_type = priv->bss_type; in wlan_send_null_packet()
H A Dmlan_init.c480 if (priv->bss_type == MLAN_BSS_TYPE_STA) { in wlan_init_priv()
486 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT) { in wlan_init_priv()
492 if (priv->bss_type == MLAN_BSS_TYPE_UAP) { in wlan_init_priv()
1478 pmadapter->priv[i]->bss_type = in wlan_init_interface()
1479 (t_u8)pmadapter->bss_attr[i].bss_type; in wlan_init_interface()
1484 if (pmadapter->bss_attr[i].bss_type == in wlan_init_interface()
1488 else if (pmadapter->bss_attr[i].bss_type == in wlan_init_interface()
1493 else if (pmadapter->bss_attr[i].bss_type == in wlan_init_interface()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dmain.c306 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join() argument
325 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval, in wl1251_join()
457 wl->bss_type = MAX_BSS_TYPE; in wl1251_op_stop()
503 wl->bss_type = BSS_TYPE_STA_BSS; in wl1251_op_add_interface()
506 wl->bss_type = BSS_TYPE_IBSS; in wl1251_op_add_interface()
545 if (wl->bss_type == BSS_TYPE_IBSS) { in wl1251_build_null_data()
644 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
688 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
1006 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_hw_scan()
1118 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed()
[all …]
H A Dcmd.c274 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join() argument
288 bss_type == BSS_TYPE_IBSS ? " ibss" : "", in wl1251_cmd_join()
304 join->bss_type = bss_type; in wl1251_cmd_join()
H A Dcmd.h26 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
261 u8 bss_type; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_tx.c106 plocal_tx_pd->bss_type = pmpriv->bss_type; in wlan_ops_sta_process_txpd()
279 ptx_pd->bss_type = priv->bss_type; in wlan_send_null_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c537 if (priv->bss_type != MLAN_BSS_TYPE_STA in woal_netdevice_event()
539 && priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT in woal_netdevice_event()
541 && priv->bss_type != MLAN_BSS_TYPE_NAN) { in woal_netdevice_event()
543 (int)priv->bss_type); in woal_netdevice_event()
956 bss_tbl[i].bss_type = MLAN_BSS_TYPE_STA; in woal_update_drv_tbl()
972 bss_tbl[i].bss_type = MLAN_BSS_TYPE_UAP; in woal_update_drv_tbl()
988 bss_tbl[i].bss_type = MLAN_BSS_TYPE_WIFIDIRECT; in woal_update_drv_tbl()
1006 bss_tbl[i].bss_type = MLAN_BSS_TYPE_NAN; in woal_update_drv_tbl()
1022 bss_tbl[i].bss_type = MLAN_BSS_TYPE_WIFIDIRECT; in woal_update_drv_tbl()
1561 device.bss_attr[i].bss_type = in woal_init_sw()
[all …]
H A Dmoal_uap_cfg80211.c622 if (priv->bss_type != MLAN_BSS_TYPE_UAP in woal_cfg80211_beacon_config()
624 && priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT in woal_cfg80211_beacon_config()
654 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT && GoAgeoutTime) { in woal_cfg80211_beacon_config()
670 if (priv->bss_type == MLAN_BSS_TYPE_UAP) { in woal_cfg80211_beacon_config()
765 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT) in woal_cfg80211_beacon_config()
783 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT) in woal_cfg80211_beacon_config()
791 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT) in woal_cfg80211_beacon_config()
810 if (priv->bss_type == MLAN_BSS_TYPE_UAP) { in woal_cfg80211_beacon_config()
1014 if (priv->bss_type == MLAN_BSS_TYPE_UAP) { in woal_cfg80211_beacon_config()
1216 t_u8 bss_type, const char *name) in woal_alloc_virt_interface() argument
[all …]
H A Dmoal_cfg80211.c178 (handle->priv[i]->bss_type == priv->bss_type)) in woal_get_active_intf_freq()
200 (handle->priv[i]->bss_type == priv->bss_type)) in woal_get_active_intf_freq()
658 if (priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT) { in woal_cfg80211_init_p2p_client()
726 if (priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT) { in woal_cfg80211_init_p2p_go()
814 if (priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT) { in woal_cfg80211_deinit_p2p()
951 if ((priv->bss_type == MLAN_BSS_TYPE_UAP) && (priv->bss_index > 0)) { in woal_cfg80211_change_virtual_intf()
1029 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT in woal_cfg80211_change_virtual_intf()
1053 if (priv->bss_type == MLAN_BSS_TYPE_UAP) { in woal_cfg80211_change_virtual_intf()
1089 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT) { in woal_cfg80211_change_virtual_intf()
1104 if (priv->bss_type == MLAN_BSS_TYPE_STA) { in woal_cfg80211_change_virtual_intf()
[all …]
H A Dmoal_uap_cfg80211.h27 mlan_status woal_register_uap_cfg80211(struct net_device *dev, t_u8 bss_type);
H A Dmoal_sta_cfg80211.h28 mlan_status woal_register_sta_cfg80211(struct net_device *dev, t_u8 bss_type);
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dmain.c50 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl12xx_set_authorized()
972 if (wlvif->bss_type == BSS_TYPE_STA_BSS && in wl1271_recovery_work()
1681 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl1271_configure_suspend()
1683 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend()
1691 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume()
1692 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS; in wl1271_configure_resume()
2195 switch (wlvif->bss_type) { in wl12xx_get_role_type()
2214 wl1271_error("invalid bss_type: %d", wlvif->bss_type); in wl12xx_get_role_type()
2233 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data()
2236 wlvif->bss_type = BSS_TYPE_IBSS; in wl12xx_init_vif_data()
[all …]
H A Dtx.c34 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key()
167 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl12xx_tx_get_hlid()
280 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS) in wl1271_tx_fill_hdr()
303 (wlvif->bss_type == BSS_TYPE_AP_BSS)) in wl1271_tx_fill_hdr()
313 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_tx_fill_hdr()
414 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_prepare_tx_frame()
1062 if (wlvif->bss_type == BSS_TYPE_AP_BSS && in wl12xx_tx_reset_wlvif()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap_cfg80211.h28 mlan_status woal_register_uap_cfg80211(struct net_device *dev, t_u8 bss_type);
H A Dmoal_main.c946 if (scan_priv->bss_type == MLAN_BSS_TYPE_STA)
1266 if (priv->bss_type != MLAN_BSS_TYPE_STA
1268 && priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT
1272 (int)priv->bss_type);
1378 if (priv->bss_type != MLAN_BSS_TYPE_STA
1380 && priv->bss_type != MLAN_BSS_TYPE_WIFIDIRECT
1384 (int)priv->bss_type);
1808 bss_tbl[i].bss_type = MLAN_BSS_TYPE_STA;
1824 bss_tbl[i].bss_type = MLAN_BSS_TYPE_UAP;
1840 bss_tbl[i].bss_type = MLAN_BSS_TYPE_WIFIDIRECT;
[all …]
H A Dmoal_sta_cfg80211.h29 mlan_status woal_register_sta_cfg80211(struct net_device *dev, t_u8 bss_type);
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dwl3501.h312 u8 bss_type; member
386 u8 bss_type; member
433 u8 bss_type; member

123456789