Home
last modified time | relevance | path

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

12

/drivers/net/wireless/mwifiex/
Dsta_tx.c68 local_tx_pd->bss_type = priv->bss_type; in mwifiex_process_sta_txpd()
140 tx_info->bss_type = priv->bss_type; in mwifiex_send_null_packet()
150 local_tx_pd->bss_type = priv->bss_type; in mwifiex_send_null_packet()
Dtxrx.c47 BSS_NUM_MASK, local_rx_pd->bss_type); in mwifiex_handle_rx_packet()
52 rx_info->bss_type = priv->bss_type; in mwifiex_handle_rx_packet()
134 tx_info->bss_type); in mwifiex_write_data_complete()
D11n_aggr.c117 local_tx_pd->bss_type = priv->bss_type; in mwifiex_11n_form_amsdu_txpd()
185 tx_info_aggr->bss_type = tx_info_src->bss_type; in mwifiex_11n_aggregate_pkt()
Ddecl.h101 u8 bss_type; member
110 u8 bss_type; member
Dsta_rx.c48 rx_info->bss_type); in mwifiex_process_rx_packet()
131 rx_info->bss_type); in mwifiex_process_sta_rx_packet()
Dmain.c427 jiffies, priv->bss_type, priv->bss_num); in mwifiex_hard_start_xmit()
461 tx_info->bss_type = priv->bss_type; in mwifiex_hard_start_xmit()
535 jiffies, priv->bss_type, priv->bss_num); in mwifiex_tx_timeout()
Dmain.h356 u8 bss_type; member
838 u8 bss_num, u8 bss_type) in mwifiex_get_priv_by_id() argument
845 (adapter->priv[i]->bss_type == bss_type)) in mwifiex_get_priv_by_id()
Dcmdevt.c163 cmd_node->priv->bss_type)); in mwifiex_dnld_cmd_to_fw()
240 priv->bss_type))); in mwifiex_dnld_sleep_confirm_cmd()
396 rx_info->bss_type = priv->bss_type; in mwifiex_process_event()
Dutil.c163 rx_info->bss_type); in mwifiex_recv_packet()
/drivers/net/wireless/wl1251/
Dmain.c325 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join() argument
338 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval, in wl1251_join()
366 ret = wl1251_join(wl, wl->bss_type, wl->channel, wl->beacon_int, in wl1251_filter_work()
492 wl->bss_type = MAX_BSS_TYPE; in wl1251_op_stop()
534 wl->bss_type = BSS_TYPE_STA_BSS; in wl1251_op_add_interface()
537 wl->bss_type = BSS_TYPE_IBSS; in wl1251_op_add_interface()
611 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
655 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_config()
1008 if (wl->bss_type != BSS_TYPE_IBSS) { in wl1251_op_bss_info_changed()
1009 ret = wl1251_join(wl, wl->bss_type, wl->channel, in wl1251_op_bss_info_changed()
[all …]
Dcmd.c255 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join() argument
269 bss_type == BSS_TYPE_IBSS ? " ibss" : "", in wl1251_cmd_join()
294 join->bss_type = bss_type; in wl1251_cmd_join()
Dcmd.h39 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
269 u8 bss_type; member
Drx.c67 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) { in wl1251_rx_status()
/drivers/net/wireless/wl12xx/
Dmain.c401 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS)) in wl12xx_set_authorized()
1706 if (wlvif->bss_type == BSS_TYPE_STA_BSS) in wl1271_configure_suspend()
1708 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_configure_suspend()
1717 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume()
1718 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS; in wl1271_configure_resume()
1958 switch (wlvif->bss_type) { in wl12xx_get_role_type()
1975 wl1271_error("invalid bss_type: %d", wlvif->bss_type); in wl12xx_get_role_type()
1993 wlvif->bss_type = BSS_TYPE_STA_BSS; in wl12xx_init_vif_data()
1996 wlvif->bss_type = BSS_TYPE_IBSS; in wl12xx_init_vif_data()
2002 wlvif->bss_type = BSS_TYPE_AP_BSS; in wl12xx_init_vif_data()
[all …]
Dtx.c40 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key()
158 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl12xx_tx_get_hlid()
237 wlvif->bss_type == BSS_TYPE_AP_BSS && in wl1271_tx_allocate()
284 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS) in wl1271_tx_fill_hdr()
312 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) { in wl1271_tx_fill_hdr()
422 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) { in wl1271_prepare_tx_frame()
972 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl12xx_tx_reset_wlvif()
Dps.c56 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_elp_work()
82 if (wlvif->bss_type == BSS_TYPE_AP_BSS) in wl1271_ps_elp_sleep()
Dinit.c485 if (wlvif->bss_type != BSS_TYPE_AP_BSS && in wl1271_set_ba_policies()
486 wlvif->bss_type != BSS_TYPE_STA_BSS) { in wl1271_set_ba_policies()
571 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific()
Dwl12xx.h511 u8 bss_type; member
647 if (wlvif->bss_type == _bss_type)
Dscan.c187 if (wlvif->bss_type == BSS_TYPE_AP_BSS || in wl1271_scan_send()
646 cfg->bss_type = SCAN_BSS_TYPE_ANY; in wl1271_scan_sched_scan_config()
714 if (wlvif->bss_type != BSS_TYPE_STA_BSS) in wl1271_scan_sched_scan_start()
Dscan.h175 u8 bss_type; /* for filtering */ member
/drivers/net/wireless/
Dwl3501.h311 u8 bss_type; member
394 u8 bss_type; member
428 u8 bss_type; member
448 u8 bss_type; member
Dat76c50x-usb.h206 u8 bss_type; member
215 u8 bss_type; member
/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.h74 u16 bss_type; /* infra or adhoc */ member
/drivers/net/wireless/libertas/
Dhost.h299 u8 bss_type; member
333 u8 bss_type; member
/drivers/staging/winbond/
Dsme_api.h40 s8 sme_set_desired_bss_type(void *pcore_data, u8 bss_type);

12