Searched refs:wps_ctx (Results 1 – 2 of 2) sorted by relevance
373 data->wps = sm->wps_ctx; in wps_init()1355 dev = &sm->wps_ctx->dev; in wps_dev_init()1631 sm->wps_ctx = (struct wps_context *)os_zalloc(sizeof(struct wps_context)); /* alloc wps_ctx */ in wifi_station_wps_init()1632 if (!sm->wps_ctx) { in wifi_station_wps_init()1688 if (sm->wps_ctx) { in wifi_station_wps_init()1689 os_free(sm->wps_ctx); in wifi_station_wps_init()1690 sm->wps_ctx = NULL; in wifi_station_wps_init()1742 if (sm->wps_ctx) { in wifi_station_wps_deinit()1743 os_free(sm->wps_ctx); in wifi_station_wps_deinit()1744 sm->wps_ctx = NULL; in wifi_station_wps_deinit()
1028 struct wps_context *wps_ctx; member