Searched defs:bss_type (Results 1 - 17 of 17) sorted by relevance

/drivers/net/wireless/ti/wl1251/
H A Dcmd.c273 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, argument
287 bss_type == BSS_TYPE_IBSS ? " ibss" : "",
303 join->bss_type = bss_type;
H A Dmain.c326 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, argument
345 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval,
473 wl->bss_type = MAX_BSS_TYPE;
518 wl->bss_type = BSS_TYPE_STA_BSS;
521 wl->bss_type = BSS_TYPE_IBSS;
560 if (wl->bss_type == BSS_TYPE_IBSS) {
659 ret = wl1251_join(wl, wl->bss_type, wl->channel,
703 ret = wl1251_join(wl, wl->bss_type, wl->channel,
1026 ret = wl1251_join(wl, wl->bss_type, wl->channel,
1138 ret = wl1251_join(wl, wl->bss_type, w
[all...]
H A Dcmd.h40 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
275 u8 bss_type; member in struct:cmd_join
H A Dwl1251.h306 u8 bss_type; member in struct:wl1251
/drivers/net/wireless/ti/wl12xx/
H A Dscan.h94 u8 bss_type; /* for filtering */ member in struct:wl1271_cmd_sched_scan_config
/drivers/net/wireless/ti/wl18xx/
H A Dscan.h57 u8 bss_type; /* for filtering */ member in struct:wl18xx_cmd_scan_params
/drivers/net/wireless/mwifiex/
H A Ddecl.h146 u8 bss_type; member in struct:mwifiex_rxinfo
155 u8 bss_type; member in struct:mwifiex_txinfo
H A Dmain.h441 u8 bss_type; member in struct:mwifiex_private
1078 u8 bss_num, u8 bss_type)
1085 (adapter->priv[i]->bss_type == bss_type))
1077 mwifiex_get_priv_by_id(struct mwifiex_adapter *adapter, u8 bss_num, u8 bss_type) argument
H A Dfw.h546 u8 bss_type; member in struct:txpd
559 u8 bss_type; member in struct:rxpd
590 u8 bss_type; member in struct:uap_txpd
604 u8 bss_type; member in struct:uap_rxpd
1203 u8 bss_type; member in struct:mwifiex_event_scan_result
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h74 u16 bss_type; /* infra or adhoc */ member in struct:gelic_eurus_common_cfg
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfwil_types.h280 s8 bss_type; /* default: any, member in struct:brcmf_scan_params_le
H A Dp2p.c628 * @bss_type: type of P2P bss.
632 enum p2p_bss_type bss_type)
651 vif = p2p->bss_idx[bss_type].vif;
653 brcmf_err("no vif for bss type %d\n", bss_type);
694 sparams->bss_type = DOT11_BSSTYPE_ANY;
630 brcmf_p2p_escan(struct brcmf_p2p_info *p2p, u32 num_chans, u16 chanspecs[], s32 search_state, u16 action, enum p2p_bss_type bss_type) argument
/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h339 u8 bss_type; member in struct:wl12xx_vif
503 if (wlvif->bss_type == _bss_type)
/drivers/net/wireless/
H A Dat76c50x-usb.h206 u8 bss_type; member in struct:at76_req_ibss
215 u8 bss_type; member in struct:at76_req_join
H A Dwl3501.h311 u8 bss_type; member in struct:wl3501_start_req
394 u8 bss_type; member in struct:wl3501_join_req
428 u8 bss_type; member in struct:wl3501_scan_req
448 u8 bss_type; member in struct:wl3501_scan_confirm
/drivers/net/wireless/libertas/
H A Dhost.h298 u8 bss_type; member in struct:txpd::__anon4574::__anon4575
332 u8 bss_type; member in struct:rxpd::__anon4576::__anon4577
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1547 enum wcn36xx_hal_bss_type bss_type; member in struct:wcn36xx_hal_config_bss_params
1694 enum wcn36xx_hal_bss_type bss_type; member in struct:wcn36xx_hal_config_bss_params_v1

Completed in 421 milliseconds