Searched refs:g_cfg_word (Results 1 – 1 of 1) sorted by relevance
107 static struct wilc_cfg_word g_cfg_word[] = { variable309 if (g_cfg_word[i].id == WID_NIL) in wilc_wlan_parse_response_frame()312 if (g_cfg_word[i].id == wid) { in wilc_wlan_parse_response_frame()313 g_cfg_word[i].val = (info[4] | in wilc_wlan_parse_response_frame()464 if (g_cfg_word[i].id == WID_NIL) in wilc_wlan_cfg_get_wid_value()467 if (g_cfg_word[i].id == wid) { in wilc_wlan_cfg_get_wid_value()468 memcpy(buffer, &g_cfg_word[i].val, 4); in wilc_wlan_cfg_get_wid_value()