OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opnames
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_madwifi.c
87
static const char *
opnames
[] = {
local
123
static const char *
opnames
[] = {
143
idx < (int) (sizeof(
opnames
) / sizeof(
opnames
[0]))
144
&&
opnames
[idx])
145
perror(
opnames
[idx]);
/external/wpa_supplicant_8/src/drivers/
driver_madwifi.c
132
static const char *
opnames
[] = {
local
167
static const char *
opnames
[] = {
191
idx < (int) (sizeof(
opnames
) / sizeof(
opnames
[0])) &&
192
opnames
[idx])
193
perror(
opnames
[idx]);
[
all
...]
Completed in 23 milliseconds