Home
last modified time | relevance | path

Searched refs:wpaspy_ctrl (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/wpaspy/
Dwpaspy.c180 static PyTypeObject wpaspy_ctrl = { variable
205 PyType_Ready(&wpaspy_ctrl); in initwpaspy()
209 Py_INCREF(&wpaspy_ctrl); in initwpaspy()
212 PyModule_AddObject(mod, "Ctrl", (PyObject *) &wpaspy_ctrl); in initwpaspy()
232 Py_INCREF(&wpaspy_ctrl); in initwpaspy()
235 if (PyModule_AddObject(mod, "Ctrl", (PyObject *) &wpaspy_ctrl) < 0 || in initwpaspy()
237 Py_DECREF(&wpaspy_ctrl); in initwpaspy()