Searched refs:__u16 (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_util.h | 30 int wext_set_ssid(const char *ifname, const __u8 *ssid, __u16 ssid_len); 33 int wext_set_auth_param(const char *ifname, __u16 idx, __u32 value); 43 …_ext(const char *ifname, __u16 alg, const __u8 *addr, int key_idx, int set_tx, const __u8 *seq, __… 57 int wext_set_scan(const char *ifname, char *buf, __u16 buf_len, __u16 flags); 58 int wext_get_scan(const char *ifname, char *buf, __u16 buf_len); 97 int wext_mailbox_to_wifi(const char *ifname, char *buf, __u16 buf_len); 107 int wext_send_mgnt(const char *ifname, char *buf, __u16 buf_len, __u16 flags); 108 int wext_send_eapol(const char *ifname, char *buf, __u16 buf_len, __u16 flags); 109 int wext_set_gen_ie(const char *ifname, char *buf, __u16 buf_len, __u16 flags); 130 extern int (*p_wlan_mgmt_filter)(__u8 *ie, __u16 ie_len, __u16 frame_type); [all …]
|
A D | wifi_util.c | 337 __u16 pindex = 0; in wext_enable_powersave() 375 __u16 pindex = 0; in wext_resume_powersave() 408 __u16 pindex = 0; in wext_disable_powersave() 447 __u16 pindex = 0; in wext_set_tdma_param() 483 __u16 pindex = 0; in wext_set_lps_dtim() 517 __u16 pindex = 0; in wext_get_lps_dtim() 558 __u16 pindex = 0; in wext_set_lps_thresh() 591 __u16 pindex = 0; in wext_set_lps_smartps() 624 __u16 pindex = 0; in wext_set_beacon_mode() 656 __u16 pindex = 0; in wext_set_lps_level() [all …]
|
A D | wifi_conf.h | 853 int wifi_config_autoreconnect(__u8 mode, __u8 retry_times, __u16 timeout);
|
A D | wifi_conf.c | 2922 int wifi_config_autoreconnect(__u8 mode, __u8 retry_times, __u16 timeout) in wifi_config_autoreconnect()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/ |
A D | wireless.h | 237 typedef unsigned short __u16; typedef 767 __u16 flags; /* Optional params */ 915 __u16 alg; /* IW_ENCODE_ALG_* */ 916 __u16 key_len; 927 __u16 cmd; /* IW_MLME_* */ 928 __u16 reason_code; 970 __u16 status; /* Status 1070 __u16 old_num_channels; 1170 __u16 set_args; /* Type and number of args */ 1187 __u16 len; /* Real lenght of this stuff */ [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_defs.h | 92 typedef unsigned short __u16; typedef 139 typedef __u16 __bitwise __le16; 140 typedef __u16 __bitwise __be16; 147 typedef __u16 __bitwise __sum16; 160 #define __aligned_u16 __u16 __attribute__((aligned(2)))
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | typedef.h | 52 typedef unsigned short __u16; typedef
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | basic_types.h | 243 #define rtk_cpu_to_be16(x) ((__u16)(x)) 244 #define rtk_be16_to_cpu(x) ((__u16)(x))
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | plat_types.h | 131 typedef unsigned short __u16; typedef
|
Completed in 22 milliseconds