Searched refs:sSelectParentWindow (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.5/build/demos/wm/dataShare-Model/src/ |
| D | main.c | 100 static Window sSelectParentWindow; variable 198 for (i = 0; i < sSelectParentWindow.itemnum; ++i) in scanCallback() 211 if (i < sSelectParentWindow.itemnum) in scanCallback() 214 setItemToWindow(&sSelectParentWindow, buf, i); in scanCallback() 219 sBssDesc[sSelectParentWindow.itemnum] = *bssdesc; in scanCallback() 220 addItemToWindow(&sSelectParentWindow, buf); in scanCallback() 353 initWindow(&sSelectParentWindow); in ModeSelectRole() 354 setupWindow(&sSelectParentWindow, 16, 16, WIN_FLAG_SELECTABLE, 8 * 2, 8, 16); in ModeSelectRole() 579 openWindow(&sSelectParentWindow); in ModeSelectParent() 583 if ((sSelectParentWindow.state == WIN_STATE_CLOSED)) in ModeSelectParent() [all …]
|
| /TwlSDK-5.5/build/demos/wm/wep-1/src/ |
| D | main.c | 74 static Window sSelectParentWindow; variable 152 for (i = 0; i < sSelectParentWindow.itemnum; ++i) in scanCallback() 164 sBssDesc[sSelectParentWindow.itemnum] = *bssdesc; in scanCallback() 169 "[%d]channel%d", sSelectParentWindow.itemnum + 1, bssdesc->channel); in scanCallback() 170 addItemToWindow(&sSelectParentWindow, buf); in scanCallback() 283 initWindow(&sSelectParentWindow); in ModeSelectRole() 284 setupWindow(&sSelectParentWindow, 16, 16, WIN_FLAG_SELECTABLE, 8, 8, 16); in ModeSelectRole() 506 openWindow(&sSelectParentWindow); in ModeSelectParent() 510 if ((sSelectParentWindow.state == WIN_STATE_CLOSED)) in ModeSelectParent() 521 if (sSelectParentWindow.selected < 0) in ModeSelectParent() [all …]
|