Home
last modified time | relevance | path

Searched defs:ext_cap (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_fw.h716 #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 Dmlan_misc.c2460 wlan_get_ap_ext_cap(mlan_private *pmpriv, ExtCap_t *ext_cap) in wlan_get_ap_ext_cap()
2492 IEEEtypes_ExtCap_t *ext_cap = MNULL; in wlan_misc_ioctl_tdls_get_ies() local
H A Dmlan_ioctl.h1801 #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 Dmlan_main.h1227 ExtCap_t ext_cap; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_fw.h813 #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 Dmlan_misc.c2559 static void wlan_get_ap_ext_cap(mlan_private *pmpriv, ExtCap_t *ext_cap) in wlan_get_ap_ext_cap()
2591 IEEEtypes_ExtCap_t *ext_cap = MNULL; in wlan_misc_ioctl_tdls_get_ies() local
H A Dmlan_ioctl.h2132 #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/mfd/arizona/
H A Dpdata.h60 unsigned int ext_cap:1; /** External capacitor fitted */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11n.c319 struct mwifiex_ie_types_extcap *ext_cap; in mwifiex_cmd_append_11n_tlv() local
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dsynaptics.h171 u32 ext_cap; /* Extended Capabilities */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmlan_ioctl.h1801 #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
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_ioctl.h2132 #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 Dusb.h406 struct usb_ext_cap_descriptor *ext_cap; member