Searched refs:users (Results 1 – 20 of 20) sorted by relevance
/hostap-latest/hostapd/ |
D | hostapd.eap_user_sqlite | 1 CREATE TABLE users( 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
D | hostapd.eap_user | 12 # [2] flag in the end of the line can be used to mark users for tunneled phase 58 # Phase 1 users 85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
|
D | defconfig | 362 # https://wireless.wiki.kernel.org/en/users/documentation/acs
|
D | README | 106 users.
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 48 a non-root user (e.g., all standard users on a laptop or as a special 56 <command>wpa_priv</command> to allow users in the 60 <para>Create user group (e.g., wpapriv) and assign users that
|
D | wpa_supplicant.conf.sgml | 52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
|
D | wpa_supplicant.sgml | 34 users to passively monitor a network and capture all transmitted frames.
|
/hostap-latest/wpa_supplicant/systemd/ |
D | wpa_supplicant.service.arg.in | 8 # NetworkManager users will probably want the dbus version instead.
|
D | wpa_supplicant-nl80211.service.arg.in | 8 # NetworkManager users will probably want the dbus version instead.
|
D | wpa_supplicant-wired.service.arg.in | 8 # NetworkManager users will probably want the dbus version instead.
|
/hostap-latest/wpa_supplicant/ |
D | README-Windows.txt | 211 (local admins and the local "power users" group have permissions, 217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.) 224 (One ACCESS_ALLOWED ACE for GENERIC_ALL for the "authenticated users" 228 users) -- this is *not* recommended, since named pipes can be attached 234 (BU == "builtin users", "AN" == "anonymous")
|
D | bss.c | 57 anqp->users = 1; in wpa_bss_anqp_alloc() 116 if (bss->anqp && bss->anqp->users > 1) { in wpa_bss_anqp_unshare_alloc() 121 anqp->users = 1; in wpa_bss_anqp_unshare_alloc() 122 bss->anqp->users--; in wpa_bss_anqp_unshare_alloc() 149 anqp->users--; in wpa_bss_anqp_free() 150 if (anqp->users > 0) { in wpa_bss_anqp_free()
|
D | bss.h | 45 unsigned int users; member
|
D | README | 528 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group 942 wpa_supplicant can be run as a non-root user (e.g., all standard users 948 - create user group for users that are allowed to use wpa_supplicant 949 ('wpapriv' in this example) and assign users that should be able to
|
D | defconfig | 606 # http://wireless.kernel.org/en/users/Documentation/acs
|
D | README-P2P | 680 since not all existing users of the parameters are updated.
|
D | interworking.c | 2679 other->anqp->users++; in interworking_match_anqp_info()
|
/hostap-latest/hs20/server/ |
D | sql.txt | 42 CREATE TABLE users(
|
D | sql-example.txt | 15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
|
D | hs20-osu-server.txt | 252 purposes. That is available at https://<server>/hs20/users.php
|