Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/carl9170/
Drx.c263 if (ar->wps.pbc) { in carl9170_handle_command_response()
267 if (state != ar->wps.pbc_state) { in carl9170_handle_command_response()
268 ar->wps.pbc_state = state; in carl9170_handle_command_response()
269 input_report_key(ar->wps.pbc, KEY_WPS_BUTTON, in carl9170_handle_command_response()
271 input_sync(ar->wps.pbc); in carl9170_handle_command_response()
Dmain.c1509 snprintf(ar->wps.name, sizeof(ar->wps.name), "%s WPS Button", in carl9170_register_wps_button()
1512 snprintf(ar->wps.phys, sizeof(ar->wps.phys), in carl9170_register_wps_button()
1515 input->name = ar->wps.name; in carl9170_register_wps_button()
1516 input->phys = ar->wps.phys; in carl9170_register_wps_button()
1528 ar->wps.pbc = input; in carl9170_register_wps_button()
2068 if (ar->wps.pbc) { in carl9170_unregister()
2069 input_unregister_device(ar->wps.pbc); in carl9170_unregister()
2070 ar->wps.pbc = NULL; in carl9170_unregister()
Dcarl9170.h434 } wps; member
/drivers/net/wireless/mwifiex/
Dinit.c132 memset(&priv->wps, 0, sizeof(priv->wps)); in mwifiex_init_priv()
Dsta_event.c562 if (priv->wps.session_enable) { in mwifiex_process_sta_event()
577 if (priv->wps.session_enable) { in mwifiex_process_sta_event()
Dsta_ioctl.c1312 priv->wps.session_enable = false; in mwifiex_set_gen_ie_helper()
1326 priv->wps.session_enable = false; in mwifiex_set_gen_ie_helper()
1347 priv->wps.session_enable = true; in mwifiex_set_gen_ie_helper()
Dmain.h478 struct wps { struct
628 struct wps wps; member
Djoin.c506 if (!priv->wps.session_enable) { in mwifiex_cmd_802_11_associate()
533 if (priv->wps.session_enable && priv->wps_ie_len) in mwifiex_cmd_802_11_associate()
Dwmm.c1440 priv->wps.session_enable) { in mwifiex_dequeue_tx_packet()
Dscan.c389 if (priv->wps.session_enable) { in mwifiex_is_network_compatible()