Home
last modified time | relevance | path

Searched refs:PAYLOAD_BITS_MASK (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c79 len = zconfig_data->pkg[1][1].len & PAYLOAD_BITS_MASK; in zconfig_get_data_len()
82 len = zconfig_data->pkg[0][1].len & PAYLOAD_BITS_MASK; in zconfig_get_data_len()
116 PAYLOAD_BITS_MASK; /* total len, include len(1B) & crc(2B) */ in zconfig_recv_completed()
117 flag = pkg_len(2) & PAYLOAD_BITS_MASK; in zconfig_recv_completed()
119 ssid_len = pkg_len(3) & PAYLOAD_BITS_MASK; in zconfig_recv_completed()
120 passwd_len = pkg_len(4) & PAYLOAD_BITS_MASK; in zconfig_recv_completed()
123 passwd_len = pkg_len(3) & PAYLOAD_BITS_MASK; in zconfig_recv_completed()
253 PAYLOAD_BITS_MASK; /* total len, include len(1B) & crc(2B) */ in zconfig_get_ssid_passwd()
259 buf[i - 1] = data & PAYLOAD_BITS_MASK; in zconfig_get_ssid_passwd()
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dawss_smartconfig.h21 #define PAYLOAD_BITS_MASK ((1 << PAYLOAD_BITS_CNT) - 1) macro

Completed in 4 milliseconds