Searched refs:zc_src_mac (Results 1 – 2 of 2) sorted by relevance
468 memcpy(zc_src_mac, src, ETH_ALEN); in is_hint_frame()481 if (memcmp(zc_src_mac, src, ETH_ALEN)) { /* case 1,2 */ in is_hint_frame()491 memcpy(zc_src_mac, src, ETH_ALEN); in is_hint_frame()1014 if (memcmp(&src[0], zc_src_mac, ETH_ALEN) || in awss_recv_callback_smartconfig()
141 #define zc_src_mac (&zconfig_data->src_mac[0]) macro
Completed in 8 milliseconds