Lines Matching refs:sSelectParentWindow
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()
261 initWindow(&sSelectParentWindow); in ModeSelectRole()
262 setupWindow(&sSelectParentWindow, 16, 16, WIN_FLAG_SELECTABLE, 8, 8, 16); in ModeSelectRole()
460 openWindow(&sSelectParentWindow); in ModeSelectParent()
464 if ((sSelectParentWindow.state == WIN_STATE_CLOSED)) in ModeSelectParent()
475 if (sSelectParentWindow.selected < 0) in ModeSelectParent()
484 &(sBssDesc[sSelectParentWindow.selected])); in ModeSelectParent()
933 || ((whstate == WH_SYSSTATE_SCANNING) && (sSelectParentWindow.itemnum == 0))) in mainLoop()
1080 initWindow(&sSelectParentWindow); in TwlMain()