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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_cmd.c255 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, argument
269 bss_type == BSS_TYPE_IBSS ? " ibss" : "",
288 join->bss_type = bss_type;
H A Dwl1251_cmd.h41 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel,
271 u8 bss_type; member in struct:cmd_join
H A Dwl1271_cmd.c202 int wl1271_cmd_join(struct wl1271 *wl, u8 bss_type) argument
223 join->bss_type = bss_type;
227 join->bss_type |= WL1271_JOIN_CMD_BSS_TYPE_5GHZ;
513 if (wl->bss_type == BSS_TYPE_IBSS) {
H A Dwl1251_main.c324 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, argument
337 ret = wl1251_cmd_join(wl, bss_type, channel, beacon_interval,
363 ret = wl1251_join(wl, wl->bss_type, wl->channel, wl->beacon_int,
489 wl->bss_type = MAX_BSS_TYPE;
527 wl->bss_type = BSS_TYPE_STA_BSS;
530 wl->bss_type = BSS_TYPE_IBSS;
603 ret = wl1251_join(wl, wl->bss_type, wl->channel,
967 if (wl->bss_type != BSS_TYPE_IBSS) {
968 ret = wl1251_join(wl, wl->bss_type, wl->channel,
1046 ret = wl1251_join(wl, wl->bss_type, w
[all...]
H A Dwl1251_rx.c69 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) {
H A Dwl1271_event.c202 wl->bss_type == BSS_TYPE_STA_BSS) {
H A Dwl1271_cmd.h36 int wl1271_cmd_join(struct wl1271 *wl, u8 bss_type);
237 u8 bss_type; member in struct:wl1271_cmd_join
H A Dwl1271_main.c853 wl->bss_type = BSS_TYPE_STA_BSS;
857 wl->bss_type = BSS_TYPE_IBSS;
941 if (wl->bss_type == BSS_TYPE_STA_BSS)
972 wl->bss_type = MAX_BSS_TYPE;
1625 (wl->bss_type == BSS_TYPE_IBSS)) {
1634 (wl->bss_type == BSS_TYPE_IBSS)) {
1673 (wl->bss_type == BSS_TYPE_IBSS)) {
1829 WARN_ON(wl->bss_type != BSS_TYPE_STA_BSS);
H A Dwl1251.h296 u8 bss_type; member in struct:wl1251
H A Dwl1271.h368 u8 bss_type; member in struct:wl1271
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
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
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_cs.c579 .bss_type = wl3501_fw_bss_type(this),
648 .bss_type = wl3501_fw_bss_type(this),
1593 iwe.u.mode = this->bss_set[i].bss_type;
H A Dat76c50x-usb.c1657 join.bss_type = INFRASTRUCTURE_MODE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.h74 u16 bss_type; /* infra or adhoc */ member in struct:gelic_eurus_common_cfg
H A Dps3_gelic_wireless.c1944 common->bss_type = cpu_to_be16(GELIC_EURUS_BSS_INFRA);
1962 be16_to_cpu(common->bss_type),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwbhal_f.h40 void hal_join_request(struct hw_data *hw_data, u8 bss_type);
H A Dsme_api.h40 s8 sme_set_desired_bss_type(void *pcore_data, u8 bss_type);
H A Dwbhal_s.h412 u8 bss_type;/* 0: IBSS_NET or 1:ESS_NET */ member in struct:hw_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h298 u8 bss_type; member in struct:txpd::__anon13801::__anon13802
332 u8 bss_type; member in struct:rxpd::__anon13803::__anon13804
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h439 int8 bss_type; /* default: any, member in struct:wl_scan_params
5749 net_detect_bss_type_t bss_type; /* Ignore for now since Phase 1 is only for ESS */ member in struct:net_detect_profile
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c6699 params->bss_type = DOT11_BSSTYPE_ANY;

Completed in 265 milliseconds