Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/boot/dts/
Dkirkwood-dir665.dts69 pmx_led_wps: pmx-led-wps {
85 pmx_btn_wps: pmx-btn-wps {
175 blue-wps {
176 label = "dir665:blue:wps";
199 wps {
200 label = "wps";
Dbcm4709-netgear-r8000.dts65 wps {
Dbcm47081-asus-rt-n18u.dts71 wps {
Dbcm4708-netgear-r6300-v2.dts65 wps {
Dbcm4708-netgear-r6250.dts75 wps {
Darmada-xp-linksys-mamba.dts197 label = "mamba:white:wps";
202 label = "mamba:amber:wps";
/linux-4.1.27/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.c1521 snprintf(ar->wps.name, sizeof(ar->wps.name), "%s WPS Button", in carl9170_register_wps_button()
1524 snprintf(ar->wps.phys, sizeof(ar->wps.phys), in carl9170_register_wps_button()
1527 input->name = ar->wps.name; in carl9170_register_wps_button()
1528 input->phys = ar->wps.phys; in carl9170_register_wps_button()
1540 ar->wps.pbc = input; in carl9170_register_wps_button()
2080 if (ar->wps.pbc) { in carl9170_unregister()
2081 input_unregister_device(ar->wps.pbc); in carl9170_unregister()
2082 ar->wps.pbc = NULL; in carl9170_unregister()
Dcarl9170.h434 } wps; member
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_event.c254 if (priv->wps.session_enable) { in mwifiex_process_sta_event()
269 if (priv->wps.session_enable) { in mwifiex_process_sta_event()
Dinit.c131 memset(&priv->wps, 0, sizeof(priv->wps)); in mwifiex_init_priv()
Dsta_ioctl.c1280 priv->wps.session_enable = false; in mwifiex_set_gen_ie_helper()
1294 priv->wps.session_enable = false; in mwifiex_set_gen_ie_helper()
1315 priv->wps.session_enable = true; in mwifiex_set_gen_ie_helper()
Dmain.h424 struct wps { struct
575 struct wps wps; member
Djoin.c502 if (!priv->wps.session_enable) { in mwifiex_cmd_802_11_associate()
529 if (priv->wps.session_enable && priv->wps_ie_len) in mwifiex_cmd_802_11_associate()
Dwmm.c1283 priv->wps.session_enable) { in mwifiex_dequeue_tx_packet()
Dscan.c385 if (priv->wps.session_enable) { in mwifiex_is_network_compatible()