Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c651 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local
664 if ((eid == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) { in rtw_get_wps_ie()
697 u8 wps_oui[4] = {0x00, 0x50, 0xF2, 0x04}; in rtw_get_wps_attr() local
703 (memcmp(wps_ie + 2, wps_oui, 4))) { in rtw_get_wps_attr()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1314 static const u8 wps_oui[] = { 0x00, 0x50, 0xf2, 0x04 }; in mwifiex_set_gen_ie_helper() local
1359 if (!memcmp(&pvendor_ie->oui, wps_oui, in mwifiex_set_gen_ie_helper()
1360 sizeof(wps_oui))) { in mwifiex_set_gen_ie_helper()