Searched refs:net_type (Results 1 – 9 of 9) sorted by relevance
/drivers/net/wireless/ |
D | wl3501_cs.c | 561 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 567 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 667 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 669 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 671 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 707 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 884 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 911 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 927 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1482 this->net_type = wrqu->mode; in wl3501_set_mode() [all …]
|
D | ray_cs.h | 53 UCHAR net_type; member
|
D | ray_cs.c | 131 static int net_type = ADHOC; variable 175 module_param(net_type, int, 0); 485 local->net_type = net_type; in ray_init() 637 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params() 999 if (local->net_type == ADHOC) { in ray_build_header() 1939 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2825 proc_create_data("driver/ray_cs/net_type", S_IWUSR, NULL, &int_proc_fops, &net_type); in init_ray_cs()
|
D | wl3501.h | 595 int net_type; member
|
D | rayctl.h | 450 UCHAR net_type; member
|
D | rndis_wlan.c | 256 __le32 net_type; member
|
/drivers/infiniband/core/ |
D | verbs.c | 419 enum rdma_network_type net_type, in get_gids_from_rdma_hdr() argument 429 if (net_type == RDMA_NETWORK_IPV4) { in get_gids_from_rdma_hdr() 441 } else if (net_type == RDMA_NETWORK_IPV6 || in get_gids_from_rdma_hdr() 442 net_type == RDMA_NETWORK_IB) { in get_gids_from_rdma_hdr() 458 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_from_wc() local 467 net_type = wc->network_hdr_type; in ib_init_ah_from_wc() 469 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_from_wc() 470 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_from_wc() 472 ret = get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_from_wc()
|
/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 624 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument 632 net_type, beacon_ie_len, in ath6kl_connect_event()
|
D | core.h | 941 u16 beacon_int, enum network_type net_type,
|