Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwpa.h308 } wps_at_fixed_t; typedef
439 extern wps_at_fixed_t *bcm_wps_find_at(wps_at_fixed_t *at, uint len, uint16 id);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c993 wps_at_fixed_t *
994 bcm_wps_find_at(wps_at_fixed_t *at, uint len, uint16 id) in bcm_wps_find_at()
997 uint alen = WPS_AT_FIXED_LEN + ntoh16_ua(((wps_at_fixed_t *)at)->len); in bcm_wps_find_at()
998 if (ntoh16_ua(((wps_at_fixed_t *)at)->at) == id && alen <= len) in bcm_wps_find_at()
1000 at = (wps_at_fixed_t *)((uint8 *)at + alen); in bcm_wps_find_at()