Searched refs:dst_mac (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/mcast_smartconfig/ |
A D | mcast_smartconfig.c | 216 uint8_t *data, *bssid_mac, *dst_mac; in awss_ieee80211_mcast_smartconfig_process() local 256 dst_mac = (uint8_t *)ieee80211_get_DA(hdr); in awss_ieee80211_mcast_smartconfig_process() 258 if (0x1 != dst_mac[0] || 0x0 != dst_mac[1] || 0x5e != dst_mac[2]) { in awss_ieee80211_mcast_smartconfig_process() 260 awss_debug("error type, %x, %x, %x\n", dst_mac[0], dst_mac[1], in awss_ieee80211_mcast_smartconfig_process() 261 dst_mac[2]); in awss_ieee80211_mcast_smartconfig_process()
|
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/ |
A D | awss_smartconfig.c | 818 uint8_t *data, *bssid_mac, *dst_mac; in awss_ieee80211_smartconfig_process() local 857 dst_mac = (uint8_t *)ieee80211_get_DA(hdr); in awss_ieee80211_smartconfig_process() 858 if (memcmp(dst_mac, br_mac, ETH_ALEN)) { in awss_ieee80211_smartconfig_process()
|
Completed in 6 milliseconds