Searched refs:net_type (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.h | 53 UCHAR net_type; member
|
D | wl3501_cs.c | 550 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 556 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 656 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 658 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 660 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 696 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 873 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 900 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 916 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1472 this->net_type = wrqu->mode; in wl3501_set_mode() [all …]
|
D | ray_cs.c | 131 static int net_type = ADHOC; variable 175 module_param(net_type, int, 0); 482 local->net_type = net_type; in ray_init() 634 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params() 996 if (local->net_type == ADHOC) { in ray_build_header() 1936 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2822 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
|
/linux-4.4.14/Documentation/networking/ |
D | ray_cs.txt | 100 net_type integer 0 (default) = adhoc network,
|
/linux-4.4.14/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 | 940 u16 beacon_int, enum network_type net_type,
|