| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_ioctl.h | 462 t_u32 ssid_len; 484 t_u32 scan_number; 505 t_u32 fixed_field_length; 511 t_u32 bss_info_length; 534 t_u32 specific_scan_time; 536 t_u32 active_scan_time; 538 t_u32 passive_scan_time; 544 t_u32 scan_cfg_len; 552 t_u32 scan_mode; 554 t_u32 scan_type; [all …]
|
| H A D | mlan_decl.h | 41 typedef unsigned int t_u32, *t_pu32; typedef 49 typedef t_u32 t_size; 60 typedef t_u32 t_ptr; 128 #define MLAN_FIELD_OFFSET(type, field) ((t_u32)(t_ptr) & (((type *)0)->field)) 130 #define OFFSET_ALIGN_ADDR(p, a) (t_u32)(ALIGN_ADDR(p, a) - (t_ptr)p) 560 #define MBIT(x) (((t_u32)1) << (x)) 838 t_u32 fw_len; 886 t_u32 dpd_data_len; 890 t_u32 txpwr_data_len; 894 t_u32 cal_data_len; [all …]
|
| H A D | mlan_init.h | 51 #define FW_DATA_XMIT_SIZE (sizeof(FWHeader) + DataLength + sizeof(t_u32)) 56 t_u32 dnld_cmd; 58 t_u32 base_addr; 60 t_u32 data_length; 62 t_u32 crc; 70 t_u32 seq_num; 78 t_u32 cmd; 80 t_u32 seq_num; 82 t_u32 magic; 84 t_u32 chip_rev; [all …]
|
| H A D | mlan_main.h | 34 extern t_void (*print_callback)(t_pvoid pmoal_handle, t_u32 level, 37 extern mlan_status (*get_sys_time_callback)(t_void *pmoal_handle, t_u32 *psec, 38 t_u32 *pusec); 40 extern t_u32 mlan_drvdbg; 295 ((t_u32)((((t_u32)(x)&0x000000ffUL) << 24) | \ 296 (((t_u32)(x)&0x0000ff00UL) << 8) | \ 297 (((t_u32)(x)&0x00ff0000UL) >> 8) | \ 298 (((t_u32)(x)&0xff000000UL) >> 24))) 396 extern t_void (*assert_callback)(t_void *pmoal_handle, t_u32 cond); 621 t_u32 num_cmd_host_to_card_failure; [all …]
|
| H A D | mlan_fw.h | 1487 t_u32 fw_cap_info; 1489 t_u32 fw_cap_ext; 1776 t_u32 enable; 2272 t_u32 reserved : 3; 2274 t_u32 mc_pkt_retry : 1; 2276 t_u32 mc_ampdu_end : 1; 2278 t_u32 mc_ampdu_start : 1; 2280 t_u32 mc_cycle_end : 1; 2282 t_u32 mc_cycle_start : 1; 2284 t_u32 bw : 3; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | mlan_ioctl.h | 462 t_u32 ssid_len; 484 t_u32 scan_number; 505 t_u32 fixed_field_length; 511 t_u32 bss_info_length; 534 t_u32 specific_scan_time; 536 t_u32 active_scan_time; 538 t_u32 passive_scan_time; 544 t_u32 scan_cfg_len; 552 t_u32 scan_mode; 554 t_u32 scan_type; [all …]
|
| H A D | moal_uap.h | 177 t_u32 stream_cfg; 183 t_u32 subcmd; 185 t_u32 action; 187 t_u32 mode; 193 t_u32 subcmd; 195 t_u32 action; 197 t_u32 mode; 203 t_u32 subcmd; 205 t_u32 action; 230 t_u32 key_index; [all …]
|
| H A D | mlan_decl.h | 41 typedef unsigned int t_u32, *t_pu32; typedef 49 typedef t_u32 t_size; 60 typedef t_u32 t_ptr; 128 #define MLAN_FIELD_OFFSET(type, field) ((t_u32)(t_ptr) & (((type *)0)->field)) 130 #define OFFSET_ALIGN_ADDR(p, a) (t_u32)(ALIGN_ADDR(p, a) - (t_ptr)p) 560 #define MBIT(x) (((t_u32)1) << (x)) 838 t_u32 fw_len; 886 t_u32 dpd_data_len; 890 t_u32 txpwr_data_len; 894 t_u32 cal_data_len; [all …]
|
| H A D | moal_shim.h | 31 mlan_status moal_get_fw_data(t_void *pmoal, t_u32 offset, t_u32 len, 33 mlan_status moal_get_vdll_data(t_void *pmoal, t_u32 len, t_u8 *pbuf); 40 mlan_status moal_alloc_mlan_buffer(t_void *pmoal, t_u32 size, 46 mlan_status moal_recv_complete(t_void *pmoal, pmlan_buffer pmbuf, t_u32 port, 49 t_u32 port); 54 mlan_status moal_write_reg(t_void *pmoal, t_u32 reg, t_u32 data); 56 mlan_status moal_read_reg(t_void *pmoal, t_u32 reg, t_u32 *data); 58 mlan_status moal_write_data_sync(t_void *pmoal, pmlan_buffer pmbuf, t_u32 port, 59 t_u32 timeout); 60 mlan_status moal_read_data_sync(t_void *pmoal, pmlan_buffer pmbuf, t_u32 port, [all …]
|
| H A D | moal_eth_ioctl.h | 95 t_u32 num_in_chan_stats; 357 t_u32 nskip; 359 t_u32 nsel; 361 t_u32 adcdownsample; 363 t_u32 mask_adc_pkt; 365 t_u32 out_16bits; 367 t_u32 spec_pwr_enable; 369 t_u32 rate_deduction; 372 t_u32 n_pkt_avg; 508 t_u32 mode; /* Operation mode */ [all …]
|
| H A D | moal_cfg80211_util.h | 57 t_u32 written_bytes; 59 t_u32 read_bytes; 61 t_u32 written_records; 80 t_u32 ring_size; 82 t_u32 wp; 84 t_u32 rp; 86 t_u32 log_level; 88 t_u32 threshold; 201 t_u32 flag; 205 t_u32 ring_buffer_byte_size; [all …]
|
| H A D | moal_main.h | 392 t_u32 time_period; 394 t_u32 timer_is_periodic; 396 t_u32 timer_is_canceled; 467 t_u32 millisecondperiod) 586 static inline void woal_sched_timeout(t_u32 millisec) 600 static inline void woal_sched_timeout_uninterruptible(t_u32 millisec) 1070 t_u32 size; 1078 t_u32 attr; 1102 t_u32 src_ip_addr; 1103 t_u32 dst_ip_addr; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | mlan_ioctl.h | 367 t_u32 ssid_len; 400 t_u32 scan_number; 420 t_u32 fixed_field_length; 426 t_u32 bss_info_length; 449 t_u32 specific_scan_time; 451 t_u32 active_scan_time; 453 t_u32 passive_scan_time; 459 t_u32 scan_cfg_len; 467 t_u32 scan_mode; 469 t_u32 scan_type; [all …]
|
| H A D | moal_uap.h | 146 t_u32 subcmd; 148 t_u32 action; 150 t_u32 mode; 156 t_u32 subcmd; 158 t_u32 action; 160 t_u32 mode; 166 t_u32 subcmd; 168 t_u32 action; 214 t_u32 subcmd; 220 t_u32 flags; [all …]
|
| H A D | mlan_decl.h | 44 typedef unsigned int t_u32; typedef 52 typedef t_u32 t_size; 63 typedef t_u32 t_ptr; 132 #define MLAN_FIELD_OFFSET(type, field) ((t_u32)(t_ptr)&(((type *)0)->field)) 134 #define OFFSET_ALIGN_ADDR(p, a) (t_u32)(ALIGN_ADDR(p, a) - (t_ptr)p) 284 #define MBIT(x) (((t_u32)1) << (x)) 498 t_u32 helper_len; 502 t_u32 fw_len; 515 t_u32 dpd_data_len; 519 t_u32 txpwr_data_len; [all …]
|
| H A D | moal_shim.h | 31 IN t_u32 offset, IN t_u32 len, OUT t_u8 *pbuf); 43 mlan_status moal_alloc_mlan_buffer(IN t_void *pmoal_handle, IN t_u32 size, 53 IN t_u32 reg, IN t_u32 data); 56 IN t_u32 reg, OUT t_u32 *data); 59 IN t_u32 port, IN t_u32 timeout); 62 IN t_u32 port, IN t_u32 timeout); 66 IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf); 69 IN t_u32 size, OUT t_u8 **ppbuf); 72 IN t_void *pmem, IN t_u8 byte, IN t_u32 num); 74 IN t_void *pdest, IN const t_void *psrc, IN t_u32 num); [all …]
|
| H A D | moal_sdio.h | 97 mlan_status woal_write_reg(moal_handle *handle, t_u32 reg, t_u32 data); 99 mlan_status woal_read_reg(moal_handle *handle, t_u32 reg, t_u32 *data); 102 t_u32 port, t_u32 timeout); 105 t_u32 port, t_u32 timeout);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_ioctl.h | 367 t_u32 ssid_len; 400 t_u32 scan_number; 420 t_u32 fixed_field_length; 426 t_u32 bss_info_length; 449 t_u32 specific_scan_time; 451 t_u32 active_scan_time; 453 t_u32 passive_scan_time; 459 t_u32 scan_cfg_len; 467 t_u32 scan_mode; 469 t_u32 scan_type; [all …]
|
| H A D | mlan_decl.h | 44 typedef unsigned int t_u32; typedef 52 typedef t_u32 t_size; 63 typedef t_u32 t_ptr; 132 #define MLAN_FIELD_OFFSET(type, field) ((t_u32)(t_ptr)&(((type *)0)->field)) 134 #define OFFSET_ALIGN_ADDR(p, a) (t_u32)(ALIGN_ADDR(p, a) - (t_ptr)p) 284 #define MBIT(x) (((t_u32)1) << (x)) 498 t_u32 helper_len; 502 t_u32 fw_len; 515 t_u32 dpd_data_len; 519 t_u32 txpwr_data_len; [all …]
|
| H A D | mlan_main.h | 33 IN t_u32 level, IN char *pformat, IN ... 37 OUT t_u32 *psec, OUT t_u32 *pusec); 39 extern t_u32 mlan_drvdbg; 249 ((t_u32)((((t_u32)(x) & 0x000000ffUL) << 24) | \ 250 (((t_u32)(x) & 0x0000ff00UL) << 8) | \ 251 (((t_u32)(x) & 0x00ff0000UL) >> 8) | \ 252 (((t_u32)(x) & 0xff000000UL) >> 24))) 341 extern t_void (*assert_callback) (IN t_void *pmoal_handle, IN t_u32 cond); 526 t_u32 num_cmd_host_to_card_failure; 528 t_u32 num_cmd_sleep_cfm_host_to_card_failure; [all …]
|
| H A D | mlan_fw.h | 1727 t_u32 tx_control; 1738 t_u32 tx_control_1; 1779 t_u32 rx_info; 1884 t_u32 tx_control; 1895 t_u32 tx_control_1; 1936 t_u32 rx_info; 2382 t_u32 replay_ctr_low; 2384 t_u32 replay_ctr_high; 2522 t_u32 ipv4_addr; 2527 t_u32 criteria; [all …]
|
| H A D | mlan_init.h | 43 #define FW_DATA_XMIT_SIZE (sizeof(FWHeader) + DataLength + sizeof(t_u32)) 48 t_u32 dnld_cmd; 50 t_u32 base_addr; 52 t_u32 data_length; 54 t_u32 crc; 62 t_u32 seq_num; 70 t_u32 cmd; 72 t_u32 seq_num;
|
| H A D | mlan_sdio.c | 59 t_u32 reg; in wlan_sdio_init_ioport() 147 wlan_write_data_sync(mlan_adapter *pmadapter, mlan_buffer *pmbuf, t_u32 port) in wlan_write_data_sync() 149 t_u32 i = 0; in wlan_write_data_sync() 191 t_u32 rd_bitmap = pmadapter->mp_rd_bitmap; in wlan_get_rd_port() 205 (t_u32)(~(1 << pmadapter->curr_rd_port)); in wlan_get_rd_port() 233 t_u32 wr_bitmap = pmadapter->mp_wr_bitmap; in wlan_get_wr_port_data() 248 (t_u32)(~(1 << pmadapter->curr_wr_port)); in wlan_get_wr_port_data() 275 t_u32 tries; in wlan_sdio_poll_card_status() 276 t_u32 cs = 0; in wlan_sdio_poll_card_status() 310 t_u32 fws0 = 0, fws1 = 0; in wlan_sdio_read_fw_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | hostsa_ext_def.h | 46 typedef unsigned int t_u32; typedef 54 typedef t_u32 t_size; 65 typedef t_u32 t_ptr; 178 t_u32 status_code; 180 t_u32 flags; 182 t_u32 bss_index; 188 t_u32 data_offset; 190 t_u32 data_len; 196 t_u32 priority; 198 t_u32 in_ts_sec; [all …]
|
| H A D | hostsa_def.h | 34 IN t_u32 size, 35 IN t_u32 flag, OUT t_u8 **ppbuf); 40 IN t_void *pmem, IN t_u8 byte, IN t_u32 num); 44 IN const t_void *psrc, IN t_u32 num); 48 IN const t_void *psrc, IN t_u32 num); 52 IN const t_void *pmem2, IN t_u32 num); 54 t_void (*moal_udelay) (IN t_void *pmoal_handle, IN t_u32 udelay); 57 OUT t_u32 *psec, OUT t_u32 *pusec); 70 IN t_u8 periodic, IN t_u32 msec); 88 IN t_u32 level, IN char *pformat, IN ... [all …]
|