Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-wps.c32 t_u16 device_password_id = 0xffff; in wps_parser() local
56 memcpy(&device_password_id, data, sizeof(t_u16)); in wps_parser()
57 device_password_id = mlan_ntohs(device_password_id); in wps_parser()
58 wifi_d("device_password_id = 0x%x", device_password_id); in wps_parser()
75 return device_password_id; in wps_parser()