Home
last modified time | relevance | path

Searched refs:WIFI_ALLIANCE_OUI (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mbo.c187 u8 WIFI_ALLIANCE_OUI[] = {0x50, 0x6f, 0x9a}; in rtw_ap_parse_sta_mbo_element() local
192 if ((p) && (_rtw_memcmp(p + 2, WIFI_ALLIANCE_OUI, 3)) && (*(p+5) == MBO_OUI_TYPE)) { in rtw_ap_parse_sta_mbo_element()
H A Drtw_ap.c1866 u8 WIFI_ALLIANCE_OUI[] = {0x50, 0x6f, 0x9a}; in rtw_check_beacon_data() local
2438 if ((p) && (_rtw_memcmp(p + 2, WIFI_ALLIANCE_OUI, 3)) && (*(p+5) == MBO_OUI_TYPE)) { in rtw_check_beacon_data()
H A Drtw_mlme_ext.c6845 u8 WIFI_ALLIANCE_OUI[] = {0x50, 0x6f, 0x9a}; local
6971 if ((pbuf) && (_rtw_memcmp(pbuf + 2, WIFI_ALLIANCE_OUI, 3)) && (*(pbuf+5) == MBO_OUI_TYPE)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mbo.c187 u8 WIFI_ALLIANCE_OUI[] = {0x50, 0x6f, 0x9a}; in rtw_ap_parse_sta_mbo_element() local
192 if ((p) && (_rtw_memcmp(p + 2, WIFI_ALLIANCE_OUI, 3)) && (*(p+5) == MBO_OUI_TYPE)) { in rtw_ap_parse_sta_mbo_element()
H A Drtw_ap.c1777 u8 WIFI_ALLIANCE_OUI[] = {0x50, 0x6f, 0x9a}; in rtw_check_beacon_data() local
2342 if ((p) && (_rtw_memcmp(p + 2, WIFI_ALLIANCE_OUI, 3)) && (*(p+5) == MBO_OUI_TYPE)) { in rtw_check_beacon_data()
H A Drtw_mlme_ext.c6833 u8 WIFI_ALLIANCE_OUI[] = {0x50, 0x6f, 0x9a}; local
6958 if ((pbuf) && (_rtw_memcmp(pbuf + 2, WIFI_ALLIANCE_OUI, 3)) && (*(pbuf+5) == MBO_OUI_TYPE)) {