| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_fw.h | 716 #define ISSUPP_EXTCAP_FILS(ext_cap) (ext_cap.FILS) argument 718 #define SET_EXTCAP_FILS(ext_cap) (ext_cap.FILS = 1) argument 720 #define RESET_EXTCAP_FILS(ext_cap) (ext_cap.FILS = 0) argument 723 #define ISSUPP_EXTCAP_TDLS(ext_cap) (ext_cap.TDLSSupport) argument 725 #define SET_EXTCAP_TDLS(ext_cap) (ext_cap.TDLSSupport = 1) argument 727 #define RESET_EXTCAP_TDLS(ext_cap) (ext_cap.TDLSSupport = 0) argument 729 #define ISSUPP_EXTCAP_TDLS_UAPSD(ext_cap) (ext_cap.TDLSPeerUAPSDSupport) argument 731 #define SET_EXTCAP_TDLS_UAPSD(ext_cap) (ext_cap.TDLSPeerUAPSDSupport = 1) argument 733 #define RESET_EXTCAP_TDLS_UAPSD(ext_cap) (ext_cap.TDLSPeerUAPSDSupport = 0) argument 735 #define ISSUPP_EXTCAP_TDLS_CHAN_SWITCH(ext_cap) (ext_cap.TDLSChannelSwitching) argument [all …]
|
| H A D | mlan_misc.c | 1868 memcpy(priv->adapter, peer_info->ext_cap, in wlan_get_tdls_list() 2330 (sta_ptr->ExtCap.ext_cap)) { in wlan_misc_ioctl_tdls_oper() 2434 ISSUPP_EXTCAP_TDLS_CHAN_SWITCH(sta_ptr->ExtCap.ext_cap)) { in wlan_misc_ioctl_tdls_oper() 2460 wlan_get_ap_ext_cap(mlan_private *pmpriv, ExtCap_t *ext_cap) in wlan_get_ap_ext_cap() argument 2465 memset(pmadapter, ext_cap, 0, sizeof(ExtCap_t)); in wlan_get_ap_ext_cap() 2467 memcpy(pmadapter, (t_u8 *)ext_cap, in wlan_get_ap_ext_cap() 2492 IEEEtypes_ExtCap_t *ext_cap = MNULL; in wlan_misc_ioctl_tdls_get_ies() local 2517 ext_cap = (IEEEtypes_ExtCap_t *)tdls_ies->ext_cap; in wlan_misc_ioctl_tdls_get_ies() 2518 ext_cap->ieee_hdr.element_id = EXT_CAPABILITY; in wlan_misc_ioctl_tdls_get_ies() 2519 ext_cap->ieee_hdr.len = sizeof(ExtCap_t); in wlan_misc_ioctl_tdls_get_ies() [all …]
|
| H A D | mlan_init.c | 463 memset(pmadapter, &priv->ext_cap, 0, sizeof(priv->ext_cap)); in wlan_init_priv() 465 SET_EXTCAP_TDLS(priv->ext_cap); in wlan_init_priv() 466 SET_EXTCAP_QOS_MAP(priv->ext_cap); in wlan_init_priv() 468 memcpy(priv->adapter, &priv->def_ext_cap, &priv->ext_cap, in wlan_init_priv() 469 sizeof(priv->ext_cap)); in wlan_init_priv()
|
| H A D | mlan_ioctl.h | 1801 #define IS_EXTCAP_TDLS_PROHIBITED(ext_cap) (ext_cap.TDLSProhibited) argument 1803 #define IS_EXTCAP_TDLS_CHLSWITCHPROHIB(ext_cap) (ext_cap.TDLSChlSwitchProhib) argument 1853 ExtCap_t ext_cap; member 1915 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 4182 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 4354 ExtCap_t ext_cap; member
|
| H A D | mlan_sta_cmd.c | 1663 memcpy(pmpriv->adapter, &ExCap->ext_cap, in wlan_cmd_tdls_oper() 1664 &sta_ptr->ExtCap.ext_cap, in wlan_cmd_tdls_oper() 1672 ISSUPP_EXTCAP_TDLS_UAPSD(ExCap->ext_cap)) { in wlan_cmd_tdls_oper() 1685 RESET_EXTCAP_TDLS_UAPSD(ExCap->ext_cap); in wlan_cmd_tdls_oper() 1691 ext_cap))) in wlan_cmd_tdls_oper() 1693 ext_cap); in wlan_cmd_tdls_oper()
|
| H A D | mlan_sta_cmdresp.c | 100 (sta_ptr->ExtCap.ext_cap)) in wlan_process_cmdreps_error_tdls_operation() 1994 (sta_ptr->ExtCap.ext_cap)) in wlan_ret_tdls_oper() 2345 SET_EXTCAP_BSS_TRANSITION(priv->ext_cap); in wlan_ret_offload_feature_ctrl() 2347 RESET_EXTCAP_BSS_TRANSITION(priv->ext_cap); in wlan_ret_offload_feature_ctrl()
|
| H A D | mlan_ieee.h | 1021 ExtCap_t ext_cap;
|
| H A D | mlan_11n.c | 2607 (t_u8 *)&pmpriv->ext_cap, sizeof(ExtCap_t)); in wlan_cmd_append_11n_tlv() 2609 RESET_EXTCAP_EXT_CHANNEL_SWITCH(pext_cap->ext_cap); in wlan_cmd_append_11n_tlv() 2611 SET_EXTCAP_EXT_CHANNEL_SWITCH(pext_cap->ext_cap); in wlan_cmd_append_11n_tlv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_fw.h | 813 #define ISSUPP_EXTCAP_FILS(ext_cap) (ext_cap.FILS) argument 815 #define SET_EXTCAP_FILS(ext_cap) (ext_cap.FILS = 1) argument 817 #define RESET_EXTCAP_FILS(ext_cap) (ext_cap.FILS = 0) argument 820 #define ISSUPP_EXTCAP_TDLS(ext_cap) (ext_cap.TDLSSupport) argument 822 #define SET_EXTCAP_TDLS(ext_cap) (ext_cap.TDLSSupport = 1) argument 824 #define RESET_EXTCAP_TDLS(ext_cap) (ext_cap.TDLSSupport = 0) argument 826 #define ISSUPP_EXTCAP_TDLS_UAPSD(ext_cap) (ext_cap.TDLSPeerUAPSDSupport) argument 828 #define SET_EXTCAP_TDLS_UAPSD(ext_cap) (ext_cap.TDLSPeerUAPSDSupport = 1) argument 830 #define RESET_EXTCAP_TDLS_UAPSD(ext_cap) (ext_cap.TDLSPeerUAPSDSupport = 0) argument 832 #define ISSUPP_EXTCAP_TDLS_CHAN_SWITCH(ext_cap) (ext_cap.TDLSChannelSwitching) argument [all …]
|
| H A D | mlan_misc.c | 1970 memcpy_ext(priv->adapter, peer_info->ext_cap, in wlan_get_tdls_list() 1972 sizeof(peer_info->ext_cap)); in wlan_get_tdls_list() 2432 sta_ptr->ExtCap.ext_cap)) { in wlan_misc_ioctl_tdls_oper() 2534 ISSUPP_EXTCAP_TDLS_CHAN_SWITCH(sta_ptr->ExtCap.ext_cap)) { in wlan_misc_ioctl_tdls_oper() 2559 static void wlan_get_ap_ext_cap(mlan_private *pmpriv, ExtCap_t *ext_cap) in wlan_get_ap_ext_cap() argument 2564 memset(pmadapter, ext_cap, 0, sizeof(ExtCap_t)); in wlan_get_ap_ext_cap() 2566 memcpy_ext(pmadapter, (t_u8 *)ext_cap, in wlan_get_ap_ext_cap() 2591 IEEEtypes_ExtCap_t *ext_cap = MNULL; in wlan_misc_ioctl_tdls_get_ies() local 2623 ext_cap = (IEEEtypes_ExtCap_t *)tdls_ies->ext_cap; in wlan_misc_ioctl_tdls_get_ies() 2624 ext_cap->ieee_hdr.element_id = EXT_CAPABILITY; in wlan_misc_ioctl_tdls_get_ies() [all …]
|
| H A D | mlan_init.c | 556 memset(pmadapter, &priv->ext_cap, 0, sizeof(priv->ext_cap)); in wlan_init_priv() 558 SET_EXTCAP_OPERMODENTF(priv->ext_cap); in wlan_init_priv() 559 SET_EXTCAP_TDLS(priv->ext_cap); in wlan_init_priv() 560 SET_EXTCAP_QOS_MAP(priv->ext_cap); in wlan_init_priv() 562 memcpy_ext(priv->adapter, &priv->def_ext_cap, &priv->ext_cap, in wlan_init_priv() 563 sizeof(priv->ext_cap), sizeof(priv->def_ext_cap)); in wlan_init_priv()
|
| H A D | mlan_ioctl.h | 2132 #define IS_EXTCAP_TDLS_PROHIBITED(ext_cap) (ext_cap.TDLSProhibited) argument 2134 #define IS_EXTCAP_TDLS_CHLSWITCHPROHIB(ext_cap) (ext_cap.TDLSChlSwitchProhib) argument 2184 ExtCap_t ext_cap; member 2250 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 5142 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 5757 ExtCap_t ext_cap; member
|
| H A D | mlan_11ac.c | 1012 sta_ptr->ExtCap.ext_cap)) { in wlan_fill_tdls_vht_oprat_ie() 1037 !ISSUPP_EXTCAP_TDLS_WIDER_BANDWIDTH(sta_ptr->ExtCap.ext_cap)) { in wlan_fill_tdls_vht_oprat_ie()
|
| H A D | mlan_sta_ioctl.c | 346 memset(pmadapter, &info->param.bss_info.ext_cap, 0, sizeof(ExtCap_t)); in wlan_get_info_bss_info() 348 memcpy_ext(pmadapter, &info->param.bss_info.ext_cap, in wlan_get_info_bss_info() 352 sizeof(info->param.bss_info.ext_cap)); in wlan_get_info_bss_info() 3400 memcpy_ext(priv->adapter, temp, &priv->ext_cap, in wlan_set_gen_ie_helper() 3401 sizeof(priv->ext_cap), sizeof(temp)); in wlan_set_gen_ie_helper() 3403 i < MIN(sizeof(priv->ext_cap), pvendor_ie->len); in wlan_set_gen_ie_helper() 3406 memcpy_ext(priv->adapter, &priv->ext_cap, temp, in wlan_set_gen_ie_helper() 3407 sizeof(temp), sizeof(priv->ext_cap)); in wlan_set_gen_ie_helper()
|
| H A D | mlan_11n.c | 2638 (t_u8 *)&pmpriv->ext_cap, sizeof(ExtCap_t), in wlan_cmd_append_11n_tlv() 2641 SET_EXTCAP_MULTI_BSSID(pext_cap->ext_cap); in wlan_cmd_append_11n_tlv() 2643 RESET_EXTCAP_EXT_CHANNEL_SWITCH(pext_cap->ext_cap); in wlan_cmd_append_11n_tlv() 2645 SET_EXTCAP_EXT_CHANNEL_SWITCH(pext_cap->ext_cap); in wlan_cmd_append_11n_tlv()
|
| H A D | mlan_sta_cmd.c | 1935 memcpy_ext(pmpriv->adapter, &ExCap->ext_cap, in wlan_cmd_tdls_oper() 1936 &sta_ptr->ExtCap.ext_cap, in wlan_cmd_tdls_oper() 1944 ISSUPP_EXTCAP_TDLS_UAPSD(ExCap->ext_cap)) { in wlan_cmd_tdls_oper() 1957 RESET_EXTCAP_TDLS_UAPSD(ExCap->ext_cap); in wlan_cmd_tdls_oper() 1962 ExCap->ext_cap))) in wlan_cmd_tdls_oper() 1964 ExCap->ext_cap); in wlan_cmd_tdls_oper()
|
| H A D | mlan_join.c | 1503 memcpy_ext(pmpriv->adapter, &pmpriv->ext_cap, &pmpriv->def_ext_cap, in wlan_ret_802_11_associate() 1504 sizeof(pmpriv->ext_cap), sizeof(pmpriv->ext_cap)); in wlan_ret_802_11_associate()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | synaptics.c | 315 info->ext_cap = info->ext_cap_0c = 0; in synaptics_capability() 333 &info->ext_cap); in synaptics_capability() 342 if (SYN_CAP_MULTI_BUTTON_NO(info->ext_cap) > 8) in synaptics_capability() 343 info->ext_cap &= ~SYN_CAP_MB_MASK; in synaptics_capability() 768 (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1; in synaptics_parse_ext_buttons() 857 if (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) > 0 && in synaptics_parse_hw_state() 926 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1; in synaptics_report_ext_buttons() 929 if (!SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap)) in synaptics_report_ext_buttons() 1346 for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(info->ext_cap); i++) in set_input_params() 1466 info.ext_cap != priv->info.ext_cap) { in synaptics_reconnect() [all …]
|
| H A D | synaptics.h | 171 u32 ext_cap; /* Extended Capabilities */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n.c | 319 struct mwifiex_ie_types_extcap *ext_cap; in mwifiex_cmd_append_11n_tlv() local 450 ext_cap = (struct mwifiex_ie_types_extcap *) *buffer; in mwifiex_cmd_append_11n_tlv() 451 memset(ext_cap, 0, sizeof(struct mwifiex_ie_types_extcap)); in mwifiex_cmd_append_11n_tlv() 452 ext_cap->header.type = cpu_to_le16(WLAN_EID_EXT_CAPABILITY); in mwifiex_cmd_append_11n_tlv() 453 ext_cap->header.len = cpu_to_le16(hdr->len); in mwifiex_cmd_append_11n_tlv() 455 memcpy((u8 *)ext_cap->ext_capab, in mwifiex_cmd_append_11n_tlv() 457 le16_to_cpu(ext_cap->header.len)); in mwifiex_cmd_append_11n_tlv() 460 ext_cap->ext_capab[3] & WLAN_EXT_CAPA4_INTERWORKING_ENABLED) in mwifiex_cmd_append_11n_tlv()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/arizona/ |
| H A D | pdata.h | 60 unsigned int ext_cap:1; /** External capacitor fitted */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | mlan_ioctl.h | 1801 #define IS_EXTCAP_TDLS_PROHIBITED(ext_cap) (ext_cap.TDLSProhibited) argument 1803 #define IS_EXTCAP_TDLS_CHLSWITCHPROHIB(ext_cap) (ext_cap.TDLSChlSwitchProhib) argument 1853 ExtCap_t ext_cap; member 1915 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 4182 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 4354 ExtCap_t ext_cap; member
|
| H A D | mlan_ieee.h | 1021 ExtCap_t ext_cap;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | mlan_ioctl.h | 2132 #define IS_EXTCAP_TDLS_PROHIBITED(ext_cap) (ext_cap.TDLSProhibited) argument 2134 #define IS_EXTCAP_TDLS_CHLSWITCHPROHIB(ext_cap) (ext_cap.TDLSChlSwitchProhib) argument 2184 ExtCap_t ext_cap; member 2250 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 5142 t_u8 ext_cap[IEEE_MAX_IE_SIZE]; member 5757 ExtCap_t ext_cap; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | usb.h | 406 struct usb_ext_cap_descriptor *ext_cap; member
|