Searched refs:wps (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c263 if (ar->wps.pbc) {
267 if (state != ar->wps.pbc_state) {
268 ar->wps.pbc_state = state;
269 input_report_key(ar->wps.pbc, KEY_WPS_BUTTON,
271 input_sync(ar->wps.pbc);
H A Dmain.c1502 snprintf(ar->wps.name, sizeof(ar->wps.name), "%s WPS Button",
1505 snprintf(ar->wps.phys, sizeof(ar->wps.phys),
1508 input->name = ar->wps.name;
1509 input->phys = ar->wps.phys;
1519 ar->wps.pbc = input;
H A Dcarl9170.h437 } wps; member in struct:ar9170
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c2068 priv->wps.wps_enabled = uwrq->mode;
2083 uwrq->mode = priv->wps.wps_enabled;
2105 priv->wps.ielen = p[1] + 2 + 1; /* IE header + IE + sizeof(len) */
2108 memcpy(priv->wps.ie, &len, sizeof(len));
2109 p = memcpy(priv->wps.ie + 1, p, len);
2112 priv->wps.ielen, priv->wps.ielen, p[0], p[1], p[2], p[3],
2113 p[priv->wps.ielen - 3], p[priv->wps.ielen - 2],
2114 p[priv->wps
[all...]
H A Dks_wlan.h503 struct wps_status wps; member in struct:ks_wlan_private
H A Dks_hostif.c2135 priv->wps.wps_enabled);
2139 priv->wps.ie, priv->wps.ielen);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c130 memset(&priv->wps, 0, sizeof(priv->wps));
H A Dsta_ioctl.c1323 priv->wps.session_enable = false;
1337 priv->wps.session_enable = false;
1358 priv->wps.session_enable = false;
1365 * if so, enable wps session flag
1367 priv->wps.session_enable = true;
H A Dsta_event.c715 if (priv->wps.session_enable) {
717 "info: receive deauth event in wps session\n");
730 if (priv->wps.session_enable) {
732 "info: receive disassoc event in wps session\n");
H A Dmain.h486 struct wps { struct
637 struct wps wps; member in struct:mwifiex_private
H A Djoin.c235 * If there is a wps ie buffer setup, append it to the return
240 "cmd: append wps ie %d to %p\n",
494 if (!priv->wps.session_enable) {
521 if (priv->wps.session_enable && priv->wps_ie_len)
H A Dwmm.c1436 priv->wps.session_enable) {
H A Dscan.c341 if (priv->wps.session_enable) {
/linux-master/drivers/bus/
H A Dti-sysc.c2002 int wps, spr, error; local
2005 wps = 0x34;
2009 error = readl_poll_timeout(ddata->module_va + wps, val,
2016 error = readl_poll_timeout(ddata->module_va + wps, val,

Completed in 321 milliseconds