Searched refs:no_auto_peer (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h909 * no_auto_peer - Do not automatically peer with compatible mesh peers
914 int no_auto_peer; member in struct:wpa_ssid
H A Dmesh_mpm.c595 if (!ssid || !ssid->no_auto_peer) {
597 "This command is available only with no_auto_peer mesh network");
812 if (ssid && ssid->no_auto_peer &&
816 MACSTR " because of no_auto_peer", MAC2STR(addr));
H A Dconfig_file.c831 INT(no_auto_peer);
H A Dconfig.c2309 { INT_RANGE(no_auto_peer, 0, 1) },

Completed in 80 milliseconds