Searched refs:wps_at_fixed_t (Results 1 – 2 of 2) sorted by relevance
308 } wps_at_fixed_t; typedef439 extern wps_at_fixed_t *bcm_wps_find_at(wps_at_fixed_t *at, uint len, uint16 id);
993 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()