OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if_indices
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.h
231
struct drv_nl80211_if_info *
if_indices
;
member in struct:wpa_driver_nl80211_data
driver_nl80211.c
2328
drv->
if_indices
= drv->default_if_indices;
3181
if (drv->
if_indices
!= drv->default_if_indices)
3182
os_free(drv->
if_indices
);
8316
if (!drv->
if_indices
[i].ifindex)
8319
drv->
if_indices
[i].ifindex,
8320
drv->
if_indices
[i].reason);
8327
wpa_printf(MSG_DEBUG, "nl80211:
if_indices
[%d]:%s",
8347
if (drv->
if_indices
[i].ifindex == 0) {
8348
drv->
if_indices
[i].ifindex = ifidx;
8349
drv->
if_indices
[i].reason = ifidx_reason
[
all
...]
Completed in 28 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026