Searched refs:g_cfg_hword (Results 1 – 1 of 1) sorted by relevance
90 static wilc_cfg_hword_t g_cfg_hword[] = { variable299 if (g_cfg_hword[i].id == WID_NIL) in wilc_wlan_parse_response_frame()302 if (g_cfg_hword[i].id == wid) { in wilc_wlan_parse_response_frame()304 g_cfg_hword[i].val = (info[3] << 8) | (info[4]); in wilc_wlan_parse_response_frame()306 g_cfg_hword[i].val = info[3] | (info[4] << 8); in wilc_wlan_parse_response_frame()454 if (g_cfg_hword[i].id == WID_NIL) in wilc_wlan_cfg_get_wid_value()457 if (g_cfg_hword[i].id == wid) { in wilc_wlan_cfg_get_wid_value()458 memcpy(buffer, &g_cfg_hword[i].val, 2); in wilc_wlan_cfg_get_wid_value()