OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mconf
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
mesh.c
59
if (ifmsh->
mconf
) {
61
if (ifmsh->
mconf
->rsn_ie) {
62
ifmsh->
mconf
->rsn_ie = NULL;
70
os_free(ifmsh->
mconf
);
71
ifmsh->
mconf
= NULL;
204
wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->
mconf
);
268
if (ifmsh->
mconf
->security != MESH_CONF_SEC_NONE &&
282
params->ies = ifmsh->
mconf
->rsn_ie;
283
params->ie_len = ifmsh->
mconf
->rsn_ie_len;
323
ifmsh->
mconf
= mesh_config_create(wpa_s, wpa_s->current_ssid)
388
struct mesh_conf *
mconf
;
local
[
all
...]
mesh_mpm.c
154
struct mesh_conf *
mconf
= wpa_s->ifmsh->
mconf
;
local
159
return (
mconf
->meshid_len == elems->mesh_id_len &&
160
os_memcmp(
mconf
->meshid, elems->mesh_id,
162
mconf
->mesh_pp_id == elems->mesh_config[0] &&
163
mconf
->mesh_pm_id == elems->mesh_config[1] &&
164
mconf
->mesh_cc_id == elems->mesh_config[2] &&
165
mconf
->mesh_sp_id == elems->mesh_config[3] &&
166
mconf
->mesh_auth_id == elems->mesh_config[4]);
216
struct mesh_conf *conf = ifmsh->
mconf
;
1159
struct mesh_conf *
mconf
= wpa_s->ifmsh->
mconf
;
local
[
all
...]
wpa_supplicant.c
4743
struct mesh_conf *
mconf
;
local
4745
mconf
= wpa_s->ifmsh->
mconf
;
4748
wpas_notify_mesh_group_removed(wpa_s,
mconf
->meshid,
4749
mconf
->meshid_len, reason_code);
/src/external/bsd/wpa/dist/src/ap/
hostapd.h
548
struct mesh_conf *
mconf
;
member in struct:hostapd_iface
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026