/drivers/net/wireless/mwifiex/ |
D | sta_tx.c | 68 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()
|
D | txrx.c | 47 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()
|
D | 11n_aggr.c | 117 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()
|
D | decl.h | 101 u8 bss_type; member 110 u8 bss_type; member
|
D | sta_rx.c | 48 rx_info->bss_type); in mwifiex_process_rx_packet() 131 rx_info->bss_type); in mwifiex_process_sta_rx_packet()
|
D | main.c | 427 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()
|
D | main.h | 356 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()
|
D | cmdevt.c | 163 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()
|
D | util.c | 163 rx_info->bss_type); in mwifiex_recv_packet()
|
/drivers/net/wireless/wl1251/ |
D | main.c | 325 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 …]
|
D | cmd.c | 255 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()
|
D | cmd.h | 39 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, 269 u8 bss_type; member
|
D | rx.c | 67 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) { in wl1251_rx_status()
|
/drivers/net/wireless/wl12xx/ |
D | main.c | 401 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 …]
|
D | tx.c | 40 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()
|
D | ps.c | 56 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()
|
D | init.c | 485 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()
|
D | wl12xx.h | 511 u8 bss_type; member 647 if (wlvif->bss_type == _bss_type)
|
D | scan.c | 187 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()
|
D | scan.h | 175 u8 bss_type; /* for filtering */ member
|
/drivers/net/wireless/ |
D | wl3501.h | 311 u8 bss_type; member 394 u8 bss_type; member 428 u8 bss_type; member 448 u8 bss_type; member
|
D | at76c50x-usb.h | 206 u8 bss_type; member 215 u8 bss_type; member
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.h | 74 u16 bss_type; /* infra or adhoc */ member
|
/drivers/net/wireless/libertas/ |
D | host.h | 299 u8 bss_type; member 333 u8 bss_type; member
|
/drivers/staging/winbond/ |
D | sme_api.h | 40 s8 sme_set_desired_bss_type(void *pcore_data, u8 bss_type);
|