Searched refs:bss_type (Results 1 - 25 of 57) sorted by relevance

123

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c51 local_tx_pd->bss_type = priv->bss_type;
143 tx_info->bss_type = priv->bss_type;
155 local_tx_pd->bss_type = priv->bss_type;
H A D11n_aggr.c103 local_tx_pd->bss_type = priv->bss_type;
178 tx_info_aggr->bss_type = tx_info_src->bss_type;
H A Dtxrx.c36 BSS_NUM_MASK, local_rx_pd->bss_type);
52 rx_info->bss_type = priv->bss_type;
170 tx_info->bss_type);
286 tx_info->bss_type);
H A Duap_txrx.c183 tx_info->bss_type = priv->bss_type;
309 tx_info->bss_type = priv->bss_type;
493 txpd->bss_type = priv->bss_type;
H A Ddecl.h177 u8 bss_type; member in struct:mwifiex_rxinfo
185 u8 bss_type; member in struct:mwifiex_txinfo
H A D11n_rxreorder.c842 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA)
845 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P)
848 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP)
852 if (priv->bss_type == MWIFIEX_BSS_TYPE_STA)
855 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P)
858 if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP)
H A Dmain.h523 u8 bss_type; member in struct:mwifiex_private
1284 u8 bss_num, u8 bss_type)
1291 (adapter->priv[i]->bss_type == bss_type))
1324 mwifiex_get_unused_bss_num(struct mwifiex_adapter *adapter, u8 bss_type) argument
1332 if (adapter->priv[i]->bss_type == bss_type &&
1349 u8 bss_type)
1357 mwifiex_get_unused_bss_num(adapter, bss_type);
1283 mwifiex_get_priv_by_id(struct mwifiex_adapter *adapter, u8 bss_num, u8 bss_type) argument
1348 mwifiex_get_unused_priv_by_bss_type(struct mwifiex_adapter *adapter, u8 bss_type) argument
H A Dmain.c895 jiffies, priv->bss_type, priv->bss_num);
933 tx_info->bss_type = priv->bss_type;
955 priv->bss_type == MWIFIEX_BSS_TYPE_STA &&
979 if (priv->bss_type == MWIFIEX_BSS_TYPE_ANY)
984 if (priv->bss_type == MWIFIEX_BSS_TYPE_P2P) {
988 /* Set mac address based on bss_type/bss_num */
989 mac_addr ^= BIT_ULL(priv->bss_type + 8);
1054 "%lu : Tx timeout(#%d), bss_type-num = %d-%d\n",
1055 jiffies, priv->tx_timeout_cnt, priv->bss_type,
[all...]
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.h43 u8 bss_type; /* for filtering */ member in struct:wl18xx_cmd_scan_params
H A Dscan.c55 cmd->bss_type = SCAN_BSS_TYPE_ANY;
190 cmd->bss_type = SCAN_BSS_TYPE_ANY;
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dmain.c306 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, argument
325 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval,
457 wl->bss_type = MAX_BSS_TYPE;
503 wl->bss_type = BSS_TYPE_STA_BSS;
506 wl->bss_type = BSS_TYPE_IBSS;
545 if (wl->bss_type == BSS_TYPE_IBSS) {
644 ret = wl1251_join(wl, wl->bss_type, wl->channel,
688 ret = wl1251_join(wl, wl->bss_type, wl->channel,
1006 ret = wl1251_join(wl, wl->bss_type, wl->channel,
1118 ret = wl1251_join(wl, wl->bss_type, w
[all...]
H A Dcmd.c270 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, argument
282 bss_type == BSS_TYPE_IBSS ? " ibss" : "",
298 join->bss_type = bss_type;
H A Dcmd.h26 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
261 u8 bss_type; member in struct:cmd_join
H A Drx.c53 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) {
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dscan.h80 u8 bss_type; /* for filtering */ member in struct:wl1271_cmd_sched_scan_config
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dfw.h95 u8 bss_type; member in struct:wilc_join_bss_param
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dps.c119 if (WARN_ON_ONCE(wlvif->bss_type != BSS_TYPE_AP_BSS))
H A Dwlcore_i.h342 u8 bss_type; member in struct:wl12xx_vif
518 if (wlvif->bss_type == _bss_type)
H A Devent.c138 if (wlvif->bss_type != BSS_TYPE_AP_BSS) {
231 if (wlvif->bss_type == BSS_TYPE_STA_BSS) {
H A Dmain.c50 if (WARN_ON(wlvif->bss_type != BSS_TYPE_STA_BSS))
960 if (wlvif->bss_type == BSS_TYPE_STA_BSS &&
1669 if (wlvif->bss_type == BSS_TYPE_STA_BSS)
1671 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
1679 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS;
1680 bool is_sta = wlvif->bss_type == BSS_TYPE_STA_BSS;
2176 switch (wlvif->bss_type) {
2195 wl1271_error("invalid bss_type: %d", wlvif->bss_type);
2214 wlvif->bss_type
[all...]
H A Dtx.c34 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
167 if (wlvif->bss_type == BSS_TYPE_AP_BSS)
280 if (is_dummy || !wlvif || wlvif->bss_type != BSS_TYPE_AP_BSS)
303 (wlvif->bss_type == BSS_TYPE_AP_BSS))
313 else if (wlvif->bss_type != BSS_TYPE_AP_BSS) {
414 if (!is_dummy && wlvif && wlvif->bss_type == BSS_TYPE_AP_BSS) {
1060 if (wlvif->bss_type == BSS_TYPE_AP_BSS &&
H A Dinit.c489 if (wlvif->bss_type != BSS_TYPE_AP_BSS &&
490 wlvif->bss_type != BSS_TYPE_STA_BSS) {
560 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
H A Dcmd.c339 if (wlvif->bss_type != BSS_TYPE_AP_BSS)
373 if (wlvif->bss_type == BSS_TYPE_AP_BSS &&
1062 if (wlvif->bss_type == BSS_TYPE_IBSS) {
1510 if (wlvif->bss_type == BSS_TYPE_STA_BSS)
2006 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS ||
2007 wlvif->bss_type == BSS_TYPE_IBSS)))
2044 if (WARN_ON(!(wlvif->bss_type == BSS_TYPE_STA_BSS ||
2045 wlvif->bss_type == BSS_TYPE_IBSS)))
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h62 u16 bss_type; /* infra or adhoc */ member in struct:gelic_eurus_common_cfg
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h202 u8 bss_type; member in struct:at76_req_ibss
211 u8 bss_type; member in struct:at76_req_join

Completed in 479 milliseconds

123