Searched refs:g_cfg_hword (Results 1 – 1 of 1) sorted by relevance
86 static struct wilc_cfg_hword g_cfg_hword[] = { variable294 if (g_cfg_hword[i].id == WID_NIL) in wilc_wlan_parse_response_frame()297 if (g_cfg_hword[i].id == wid) { in wilc_wlan_parse_response_frame()298 g_cfg_hword[i].val = (info[4] | in wilc_wlan_parse_response_frame()452 if (g_cfg_hword[i].id == WID_NIL) in wilc_wlan_cfg_get_wid_value()455 if (g_cfg_hword[i].id == wid) { in wilc_wlan_cfg_get_wid_value()456 memcpy(buffer, &g_cfg_hword[i].val, 2); in wilc_wlan_cfg_get_wid_value()