| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_fw.h | 45 t_u16 h803_len; 60 t_u16 snap_type; 690 #define SETHT_RX_HIGHEST_DT_SUPP(x, y) ((*(t_u16 *) (x + 10)) = y) 1205 t_u16 force_reg:1; 1206 t_u16 reserved:15; 1567 t_u16 ie_length; 1575 t_u16 event_type; 1584 t_u16 reason_code; 1602 t_u16 event_sub_type; 1610 t_u16 reason_code; [all …]
|
| H A D | mlan_ieee.h | 182 t_u16 mdid; 217 t_u16 auth_alg; 219 t_u16 auth_transaction; 221 t_u16 status_code; 244 t_u16 status_code; 266 t_u16 frame_control; 268 t_u16 duration; 276 t_u16 seq_ctrl; 289 t_u16 type; 291 t_u16 len; [all …]
|
| H A D | mlan_ioctl.h | 631 t_u16 channel; 633 t_u16 ft_md; 637 t_u16 bss_band; 683 t_u16 tx_op_limit; /**< Tx op limit */ 691 t_u16 reason_code; 821 t_u16 filter_mode; 823 t_u16 mac_count; 853 t_u16 length; 929 t_u16 beacon_period; 933 t_u16 tx_data_rate; [all …]
|
| H A D | mlan_main.h | 237 #define SWAP_U16(a, b) {t_u16 t; t = a; a = b; b = t; } 244 ((t_u16)((((t_u16)(x) & 0x00ffU) << 8) | \ 245 (((t_u16)(x) & 0xff00U) >> 8))) 560 t_u16 timeout_cmd_id; 562 t_u16 timeout_cmd_act; 564 t_u16 last_cmd_id[DBG_CMD_NUM]; 566 t_u16 last_cmd_act[DBG_CMD_NUM]; 568 t_u16 last_cmd_index; 570 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 572 t_u16 last_cmd_resp_index; [all …]
|
| H A D | mlan_decl.h | 40 typedef unsigned short t_u16; typedef 640 t_u16 bitrate; 648 t_u16 channel_flags; 698 t_u16 data_rate; 715 t_u16 data_rate; 856 t_u16 medium_time; 867 t_u16 ie_index; 869 t_u16 mgmt_subtype_mask; 871 t_u16 ie_length; 884 t_u16 buf_size; [all …]
|
| H A D | mlan_sta_cmd.c | 63 IN HostCmd_DS_COMMAND *pcmd, IN t_u16 cmd_action) in wlan_cmd_802_11_rssi_info() 103 IN t_u16 cmd_action, IN t_void *pdata_buf) in wlan_cmd_802_11_rssi_info_ext() 151 IN t_u16 cmd_action, in wlan_cmd_802_11_snmp_mib() 170 psnmp_mib->oid = wlan_cpu_to_le16((t_u16)DtimPeriod_i); in wlan_cmd_802_11_snmp_mib() 181 psnmp_mib->oid = wlan_cpu_to_le16((t_u16)FragThresh_i); in wlan_cmd_802_11_snmp_mib() 185 psnmp_mib->buf_size = wlan_cpu_to_le16(sizeof(t_u16)); in wlan_cmd_802_11_snmp_mib() 187 *((t_u16 *)(psnmp_mib->value)) = in wlan_cmd_802_11_snmp_mib() 188 wlan_cpu_to_le16((t_u16)ul_temp); in wlan_cmd_802_11_snmp_mib() 189 cmd->size += sizeof(t_u16); in wlan_cmd_802_11_snmp_mib() 193 psnmp_mib->oid = wlan_cpu_to_le16((t_u16)RtsThresh_i); in wlan_cmd_802_11_snmp_mib() [all …]
|
| H A D | mlan_join.c | 485 t_u16 *prsn_cap; in wlan_update_rsn_ie() 486 t_u16 *ptr; in wlan_update_rsn_ie() 487 t_u16 *akm_suite_count_ptr; in wlan_update_rsn_ie() 488 t_u16 pmf_mask = 0x00; in wlan_update_rsn_ie() 490 t_u16 pairwise_cipher_count = 0; in wlan_update_rsn_ie() 491 t_u16 akm_suite_count = 0; in wlan_update_rsn_ie() 492 t_u16 temp_akm_suite_count = 0; in wlan_update_rsn_ie() 507 ptr = (t_u16 *)(ptlv_rsn_ie->rsn_ie + sizeof(t_u16) + 4 * sizeof(t_u8)); in wlan_update_rsn_ie() 509 ptr = (t_u16 *)(ptlv_rsn_ie->rsn_ie + sizeof(t_u16) + 4 * sizeof(t_u8) in wlan_update_rsn_ie() 510 + sizeof(t_u16) + in wlan_update_rsn_ie() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_fw.h | 59 t_u16 h803_len; 74 t_u16 snap_type; 786 #define SETHT_RX_HIGHEST_DT_SUPP(x, y) ((*(t_u16 *)(x + 10)) = y) 1483 t_u16 type; 1485 t_u16 len; 1498 t_u16 type; 1500 t_u16 len; 1513 t_u16 type; 1515 t_u16 len; 1523 t_u16 rx_mcs_80; [all …]
|
| H A D | mlan_ieee.h | 204 t_u16 mdid; 254 t_u16 status_code; 276 t_u16 auth_alg; 278 t_u16 auth_transaction; 280 t_u16 status_code; 287 t_u16 capab_info; 288 t_u16 listen_interval; 296 t_u16 frame_control; 298 t_u16 duration; 306 t_u16 seq_ctrl; [all …]
|
| H A D | mlan_ioctl.h | 756 t_u16 channel; 758 t_u16 ft_md; 762 t_u16 bss_band; 813 t_u16 tx_op_limit; /**< Tx op limit */ 821 t_u16 reason_code; 962 t_u16 filter_mode; 964 t_u16 mac_count; 994 t_u16 length; 1066 t_u16 beacon_period; 1070 t_u16 tx_data_rate; [all …]
|
| H A D | mlan_main.h | 283 t_u16 t; \ 291 ((t_u16)((((t_u16)(x)&0x00ffU) << 8) | (((t_u16)(x)&0xff00U) >> 8))) 654 t_u16 timeout_cmd_id; 656 t_u16 timeout_cmd_act; 658 t_u16 last_cmd_id[DBG_CMD_NUM]; 660 t_u16 last_cmd_act[DBG_CMD_NUM]; 662 t_u16 last_cmd_index; 664 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 666 t_u16 last_cmd_resp_index; 668 t_u16 last_event[DBG_CMD_NUM]; [all …]
|
| H A D | mlan_decl.h | 37 typedef unsigned short t_u16, *t_pu16; typedef 535 t_u16 card_type; 536 t_u16 func_id; 846 t_u16 type; 848 t_u16 len; 854 t_u16 type; 856 t_u16 len; 1029 t_u16 flags; 1040 t_u16 channel; 1044 t_u16 max_tx_power; [all …]
|
| H A D | mlan_join.c | 558 static t_u16 wlan_get_rsn_cap(t_u8 *data) in wlan_get_rsn_cap() 560 t_u16 rsn_cap = 0; in wlan_get_rsn_cap() 561 t_u16 *ptr; in wlan_get_rsn_cap() 562 t_u16 pairwise_cipher_count = 0; in wlan_get_rsn_cap() 563 t_u16 akm_suite_count = 0; in wlan_get_rsn_cap() 569 ptr = (t_u16 *)(data + sizeof(t_u16) + 4 * sizeof(t_u8)); in wlan_get_rsn_cap() 571 ptr = (t_u16 *)(data + sizeof(t_u16) + 4 * sizeof(t_u8) + in wlan_get_rsn_cap() 572 sizeof(t_u16) + in wlan_get_rsn_cap() 575 ptr = (t_u16 *)(data + sizeof(t_u16) + 4 * sizeof(t_u8) + in wlan_get_rsn_cap() 576 sizeof(t_u16) + in wlan_get_rsn_cap() [all …]
|
| H A D | mlan_11ac.h | 32 t_u16 wlan_convert_mcsmap_to_maxrate(mlan_private *priv, t_u16 bands, 33 t_u16 mcs_map); 35 t_u16 bands, t_u8 flag, t_u8 bw_80p80); 37 t_u16 bands); 47 t_u8 wlan_11ac_bandconfig_allowed(mlan_private *pmpriv, t_u16 bss_band); 51 t_u16 cmd_action, t_void *pdata_buf);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | mlan_ieee.h | 204 t_u16 mdid; 254 t_u16 status_code; 276 t_u16 auth_alg; 278 t_u16 auth_transaction; 280 t_u16 status_code; 287 t_u16 capab_info; 288 t_u16 listen_interval; 296 t_u16 frame_control; 298 t_u16 duration; 306 t_u16 seq_ctrl; [all …]
|
| H A D | mlan_ioctl.h | 756 t_u16 channel; 758 t_u16 ft_md; 762 t_u16 bss_band; 813 t_u16 tx_op_limit; /**< Tx op limit */ 821 t_u16 reason_code; 962 t_u16 filter_mode; 964 t_u16 mac_count; 994 t_u16 length; 1066 t_u16 beacon_period; 1070 t_u16 tx_data_rate; [all …]
|
| H A D | moal_uap.h | 109 t_u16 msg_type; 111 t_u16 msg_len; 153 t_u16 bitmap_rates[MAX_BITMAP_RATES_SIZE]; 155 t_u16 rate_setting; 207 t_u16 skip_cac; 357 t_u16 region_code; 409 t_u16 deep_sleep; 411 t_u16 idle_time; 452 t_u16 txpause; 454 t_u16 txbufcnt; [all …]
|
| H A D | mlan_decl.h | 37 typedef unsigned short t_u16, *t_pu16; typedef 535 t_u16 card_type; 536 t_u16 func_id; 846 t_u16 type; 848 t_u16 len; 854 t_u16 type; 856 t_u16 len; 1029 t_u16 flags; 1040 t_u16 channel; 1044 t_u16 max_tx_power; [all …]
|
| H A D | moal_eth_ioctl.h | 486 t_u16 flags; /* Various specifc flags (if any) */ 495 t_u16 length; /* number of fields or size in bytes */ 496 t_u16 flags; /* Optional params */ 561 t_u16 preamble : 2; /*BIT1-BIT0: 578 t_u16 bandwidth : 3; /* BIT2- BIT4 609 t_u16 shortGI : 2; /*BIT5- BIT6 620 t_u16 stbc : 1; // BIT7, 0: no STBC; 1: STBC 621 t_u16 dcm : 1; // BIT8, 0: no DCM; 1: DCM used. 622 t_u16 adv_coding : 1; // BIT9, 0: BCC; 1: LDPC. 623 t_u16 doppler : 2; /* BIT11-BIT10, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | mlan_ieee.h | 182 t_u16 mdid; 217 t_u16 auth_alg; 219 t_u16 auth_transaction; 221 t_u16 status_code; 244 t_u16 status_code; 266 t_u16 frame_control; 268 t_u16 duration; 276 t_u16 seq_ctrl; 289 t_u16 type; 291 t_u16 len; [all …]
|
| H A D | mlan_ioctl.h | 631 t_u16 channel; 633 t_u16 ft_md; 637 t_u16 bss_band; 683 t_u16 tx_op_limit; /**< Tx op limit */ 691 t_u16 reason_code; 821 t_u16 filter_mode; 823 t_u16 mac_count; 853 t_u16 length; 929 t_u16 beacon_period; 933 t_u16 tx_data_rate; [all …]
|
| H A D | moal_uap.h | 98 t_u16 msg_type; 100 t_u16 msg_len; 140 t_u16 bitmap_rates[MAX_BITMAP_RATES_SIZE]; 170 t_u16 skip_cac; 290 t_u16 region_code; 333 t_u16 deep_sleep; 335 t_u16 idle_time; 345 t_u16 txpause; 347 t_u16 txbufcnt; 366 t_u16 oid; [all …]
|
| H A D | mlan_decl.h | 40 typedef unsigned short t_u16; typedef 640 t_u16 bitrate; 648 t_u16 channel_flags; 698 t_u16 data_rate; 715 t_u16 data_rate; 856 t_u16 medium_time; 867 t_u16 ie_index; 869 t_u16 mgmt_subtype_mask; 871 t_u16 ie_length; 884 t_u16 buf_size; [all …]
|
| H A D | moal_main.h | 274 t_u16 command; 276 t_u16 size; 311 t_u16 frm_ctl; 313 t_u16 duration_id; 321 t_u16 seq_ctl; 952 t_u16 drv_mode; 954 t_u16 intf_num; 995 t_u16 src_tcp_port; 996 t_u16 dst_tcp_port; 1026 t_u16 protocols[MAX_NUM_ETHER_TYPE]; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | hostsa_ext_def.h | 42 typedef unsigned short t_u16; typedef 145 t_u16 data_rate; 162 t_u16 data_rate; 373 t_u16 filter_mode; 375 t_u16 mac_count; 405 t_u16 length; 541 t_u16 reason_code; 577 t_u16 psk_type; 600 t_u16 channel; 602 t_u16 ft_md; [all …]
|