Home
last modified time | relevance | path

Searched refs:_rtw_memcmp (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ieee80211.c384 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
709 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
756 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
758 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
760 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
762 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
764 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
772 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
774 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
776 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_br_ext.c416 if (!_rtw_memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) { in __nat25_db_network_lookup_and_replace()
492 if (!_rtw_memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) { in __nat25_db_network_insert()
741 …if (pstat->ipmc[i].used && !_rtw_memcmp(&pstat->ipmc[i].mcmac[3], ((unsigned char *)dst_ip) + 1, 3… in checkIPMcAndReplace()
905 if (!_rtw_memcmp(ipx_header, framePtr, 2)) { in nat25_db_handle()
919 if (!_rtw_memcmp(ipx_snap_id, framePtr, 5)) { in nat25_db_handle()
924 } else if (!_rtw_memcmp(aarp_snap_id, framePtr, 5)) { in nat25_db_handle()
928 } else if (!_rtw_memcmp(ddp_snap_id, framePtr, 5)) { in nat25_db_handle()
940 if (!_rtw_memcmp(ipx_header, framePtr, 2)) { in nat25_db_handle()
953 if (!_rtw_memcmp(skb->data + ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) { in nat25_db_handle()
978 if (!_rtw_memcmp(skb->data + ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) { in nat25_db_handle()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_ieee80211.c384 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
709 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
756 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
758 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
760 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
762 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
764 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
772 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
774 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
776 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_br_ext.c419 if (!_rtw_memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) { in __nat25_db_network_lookup_and_replace()
495 if (!_rtw_memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) { in __nat25_db_network_insert()
744 …if (pstat->ipmc[i].used && !_rtw_memcmp(&pstat->ipmc[i].mcmac[3], ((unsigned char *)dst_ip) + 1, 3… in checkIPMcAndReplace()
909 if (!_rtw_memcmp(ipx_header, framePtr, 2)) { in nat25_db_handle()
923 if (!_rtw_memcmp(ipx_snap_id, framePtr, 5)) { in nat25_db_handle()
928 } else if (!_rtw_memcmp(aarp_snap_id, framePtr, 5)) { in nat25_db_handle()
932 } else if (!_rtw_memcmp(ddp_snap_id, framePtr, 5)) { in nat25_db_handle()
944 if (!_rtw_memcmp(ipx_header, framePtr, 2)) { in nat25_db_handle()
957 if (!_rtw_memcmp(skb->data + ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) { in nat25_db_handle()
982 if (!_rtw_memcmp(skb->data + ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) { in nat25_db_handle()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_ieee80211.c406 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
740 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
787 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
789 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
791 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
793 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
795 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
803 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
805 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
807 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_rson.c62 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
121 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
123 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
125 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
127 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
129 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
131 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
225 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
367 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
446 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_ieee80211.c384 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
656 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
703 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
705 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
707 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
709 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
711 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
719 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
721 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
723 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_rson.c63 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
122 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
124 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
126 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
128 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
130 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
132 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
226 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
364 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
443 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_ieee80211.c406 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
740 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
787 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
789 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
791 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
793 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
795 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
803 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
805 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
807 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_rson.c62 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
121 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
123 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
125 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
127 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
129 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
131 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
225 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
367 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
446 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_ieee80211.c406 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
739 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
786 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
788 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
790 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
792 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
794 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
802 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
804 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
806 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_ieee80211.c398 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
677 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
724 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
726 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
728 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
730 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
732 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
740 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
742 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
744 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_ieee80211.c383 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
655 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
702 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
704 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
706 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
708 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
710 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
718 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
720 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
722 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ieee80211.c392 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
671 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
718 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
720 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
722 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
724 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
726 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
734 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
736 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
738 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_rson.c62 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
121 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
123 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
125 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
127 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
129 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
131 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
225 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
367 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
446 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_ieee80211.c397 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
676 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
723 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
725 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
727 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
729 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
731 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
739 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
741 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
743 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_rsn_cipher_suite()
[all …]
H A Drtw_rson.c62 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
121 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
123 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
125 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
127 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
129 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
131 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
225 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
367 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
446 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_ieee80211.c349 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
622 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
669 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
671 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
673 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
675 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
677 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
685 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
687 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
689 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
[all …]
H A Drtw_rson.c63 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
122 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
124 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
126 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
128 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
130 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
132 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
226 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
364 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
443 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_ieee80211.c376 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
648 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
695 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
697 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
699 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
701 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
703 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
711 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
713 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
715 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
[all …]
H A Drtw_rson.c62 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
121 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
123 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
125 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
127 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
129 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
131 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
225 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
363 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
442 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_ieee80211.c349 && (!oui || _rtw_memcmp(&in_ie[cnt + 2], oui, oui_len) == _TRUE)) { in rtw_get_ie_ex()
622 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type)) == _FALSE) in rtw_get_wpa_ie()
669 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
671 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
673 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
675 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
677 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
685 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
687 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
689 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_ieee80211.c285 && ( !oui || _rtw_memcmp(&in_ie[cnt+2], oui, oui_len) == _TRUE)) in rtw_get_ie_ex()
535 if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof (wpa_oui_type)) == _FALSE) { in rtw_get_wpa_ie()
584 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
586 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
588 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
590 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
592 if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) in rtw_get_wpa_cipher_suite()
600 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
602 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
604 if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) in rtw_get_wpa2_cipher_suite()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_rson.c62 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
121 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
123 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
125 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
127 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
129 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
131 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
225 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
360 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
439 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_rson.c63 if (_rtw_memcmp(mac, bssid_array[i], 6) == _TRUE) in is_match_bssid()
122 if (_rtw_memcmp(field, (u8 *)"ver", 3) == _TRUE) in rtw_rson_set_property()
124 else if (_rtw_memcmp(field, (u8 *)"id", 2) == _TRUE) in rtw_rson_set_property()
126 else if (_rtw_memcmp(field, (u8 *)"hc", 2) == _TRUE) in rtw_rson_set_property()
128 else if (_rtw_memcmp(field, (u8 *)"cnt", 3) == _TRUE) in rtw_rson_set_property()
130 else if (_rtw_memcmp(field, (u8 *)"loading", 2) == _TRUE) in rtw_rson_set_property()
132 else if (_rtw_memcmp(field, (u8 *)"res", 2) == _TRUE) { in rtw_rson_set_property()
226 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_get_rson_struct()
364 if (!_rtw_memcmp(&pftpriv->mdid, ptmp+2, 2)) in rtw_rson_isupdate_roamcan()
443 if (p && (_rtw_memcmp(p + 2, RTW_RSON_OUI, sizeof(RTW_RSON_OUI)) == _TRUE) in rtw_rson_ap_check_sta()

12345678910>>...26