Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 34) sorted by relevance

12

/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/
A Dawss_enrollee.c179 ie += REGISTRAR_IE_HDR; in decrypt_ssid_passwd()
186 ie++; /* skip version */ in decrypt_ssid_passwd()
187 p_dev_name_sign = ie; in decrypt_ssid_passwd()
200 ie += ie[0] + 1; /* eating device name sign length & device name sign[n] */ in decrypt_ssid_passwd()
208 p_ssid = ie; in decrypt_ssid_passwd()
218 ie += ie[0] + 1; /* eating ssid_len & ssid[n] */ in decrypt_ssid_passwd()
220 p_passwd = ie; in decrypt_ssid_passwd()
227 ie += ie[0] + 1; /* eating passwd_len & passwd */ in decrypt_ssid_passwd()
229 p_bssid = ie; in decrypt_ssid_passwd()
300 uint8_t *ie = res->u.ie.alink_ie; in awss_recv_callback_zconfig() local
[all …]
A Dawss_registrar.c808 memcpy(tmp_enrollee.dev_name, &ie[1], ie[0]); in process_enrollee_ie()
809 ie += ie[0] + 1; /* eating dev_name[n], dev_name_len */ in process_enrollee_ie()
823 memcpy(tmp_enrollee.pk, &ie[1], ie[0]); in process_enrollee_ie()
824 ie += ie[0] + 1; /* eating pk[n], pk_len */ in process_enrollee_ie()
832 ie += ie[0] + 1; /* eating random[n], rand_len */ in process_enrollee_ie()
834 if (ie[0] > 5 || ie[0] < 3) { in process_enrollee_ie()
838 if (ie[1] > 1) { in process_enrollee_ie()
850 memcpy(tmp_enrollee.sign, &ie[3], ie[2]); in process_enrollee_ie()
981 const uint8_t *ie; in awss_wifi_mgnt_frame_callback() local
984 ie = buffer; in awss_wifi_mgnt_frame_callback()
[all …]
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/
A Du_driver_main.c38 u_cdev_msg_ie_t *ie = NULL; in _cdev_fops_handler() local
43 ie = p_msg->v; in _cdev_fops_handler()
47 sizeof(ie->t), ie->t); in _cdev_fops_handler()
49 switch(ie->t) { in _cdev_fops_handler()
51 parg = (u_fops_arg_u *)ie->v; in _cdev_fops_handler()
56 parg = (u_fops_arg_u *)ie->v; in _cdev_fops_handler()
61 ddkc_err("invalid file operation:%d, ignore\r\n", ie->t); in _cdev_fops_handler()
A Ddevice_vfs_core.c96 u_cdev_msg_ie_t *ie = NULL; in _cdev_fops_handler() local
108 ie = p_msg->v; in _cdev_fops_handler()
110 fops_arg = (u_fops_arg_u *)ie->v; in _cdev_fops_handler()
131 if (ie->t <= FOPS_OPEN || ie->t >= FOPS_MAX) { in _cdev_fops_handler()
133 ddkc_err("invalid file operation:%d, ignore, ret:%d\r\n", ie->t, ret); in _cdev_fops_handler()
143 switch(ie->t) { in _cdev_fops_handler()
243 ddkc_err("%s - fops invalid ops id:%d\r\n", dev_n->rpc_name, ie->t); in _cdev_fops_handler()
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/
A Du_cdev_msg.h167 for (ie = (u_cdev_msg_ie_t *)p_msg->v; \
168 ie < (p_msg->v + sizeof(p_msg->l) + p_msg->l); \
169 ie = (u_cdev_msg_ie_t *)(ie->v + ie->l))
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.c287 struct ieee80211_vendor_ie *ie; in cfg80211_find_vendor_ie() local
296 ie = (struct ieee80211_vendor_ie *)pos; in cfg80211_find_vendor_ie()
301 if (ie->len < sizeof(*ie)) in cfg80211_find_vendor_ie()
304 ie_oui = ie->oui[0] << 16 | ie->oui[1] << 8 | ie->oui[2]; in cfg80211_find_vendor_ie()
307 if (ie_oui == oui && ie->oui_type == oui_type) in cfg80211_find_vendor_ie()
310 pos += 2 + ie->len; in cfg80211_find_vendor_ie()
358 const uint8_t *ie = beacon_frame + ieoffset; in cfg80211_get_bss_channel() local
364 tmp = cfg80211_find_ie(WLAN_EID_DS_PARAMS, ie, ielen); in cfg80211_get_bss_channel()
368 tmp = cfg80211_find_ie(WLAN_EID_HT_OPERATION, ie, ielen); in cfg80211_get_bss_channel()
608 const uint8_t *ie = beacon_frame + ieoffset; in cfg80211_get_cipher_info() local
[all …]
A Dzconfig_ieee80211.h112 } ie; member
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c1087 struct input_event ie; in SDL_SYS_HapticGetEffectStatus()
1089 ie.type = EV_FF; in SDL_SYS_HapticGetEffectStatus()
1090 ie.type = EV_FF_STATUS; in SDL_SYS_HapticGetEffectStatus()
1093 if (write(haptic->hwdata->fd, &ie, sizeof(ie)) < 0) { in SDL_SYS_HapticGetEffectStatus()
1110 struct input_event ie; in SDL_SYS_HapticSetGain() local
1112 ie.type = EV_FF; in SDL_SYS_HapticSetGain()
1113 ie.code = FF_GAIN; in SDL_SYS_HapticSetGain()
1116 if (write(haptic->hwdata->fd, &ie, sizeof(ie)) < 0) { in SDL_SYS_HapticSetGain()
1130 struct input_event ie; in SDL_SYS_HapticSetAutocenter() local
1132 ie.type = EV_FF; in SDL_SYS_HapticSetAutocenter()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_util.h130 extern int (*p_wlan_mgmt_filter)(__u8 *ie, __u16 ie_len, __u16 frame_type);
131 extern int (*p_wlan_action_filter)(__u8 *ie, __u16 ie_len, __u16 frame_type);
A Dwifi_conf.h923 __u8 *ie; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dbwifi_interface.h61 u8 *ie;//user program couldn't free(ie); member
459 int wpas_wps_wildcard_ok(u8 *ie, u32 ie_len);
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt222 If you downloaded a source package (ie: if you did not run git clone), you
267 require the Windows procedure in the Prerequisites section above (ie:
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitviewcontroller.m494 /* it wants to replace text with nothing, ie a delete */
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4ie�gd�ef�gc�e]~_Zw[PhPI_J@Q?8D60:/-5**/(),%7$(7$(5%(4%(1&*1(+/+,.,-*+-(,-'--%-/%-/$./$./$./1(+1+-0…
5ie\hfZhfWgjWejTdmXgtco|s���������������������������������������������������˸������������ö��������…
A Dchange.log424 * JPEG abbreviated datastream formats are supported, ie, quantization and
A Dusage.txt583 (ie, a standard color JPEG), resulting in a grayscale JPEG file. The
A Dlibjpeg.txt242 (ie, at most 256 colors for an 8-bit JPEG library).
659 to be read (ie, the height of your working buffer); jpeg_read_scanlines()
986 (ie, YCbCr or grayscale) is selected, otherwise FALSE.
2207 manager jmemnobs.c if you can (ie, if you have enough real or virtual main
A Dstructure.txt703 leaving some data unprocessed in the source/destination buffer (ie, the
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md40 by setting the MIN_OS_VERSION variable, ie:
A DREADME-android.md197 the event loop will block itself when the app is paused (ie, when the user
A DREADME-winrt.md328 C-style main function (ie: `int main(int argc, char *argv[])`). From there you
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg1306 # true: add both the indent from return & the compound literal open brace (ie:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt2091 ie. most significant bits first). This code changes the storage to the
3516 ie. most significant bits first). This code would be used if they are
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog553 mode (ie default) when there is both a StripOffsets and
2266 counts for tags (ie. DotRange).
/AliOS-Things-master/components/mbedtls/
A DChangeLog1945 it is not affected (ie, its notAfter date is properly checked).

Completed in 107 milliseconds

12