OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mac_str
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant/
ctrl_iface_dbus.c
449
char
mac_str
[18];
local
451
memset(
mac_str
, 0, sizeof(
mac_str
));
452
snprintf(
mac_str
, sizeof(
mac_str
) - 1, WPAS_DBUS_BSSID_FORMAT,
454
if (!strcmp(bssid,
mac_str
)) {
/external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c
441
char
mac_str
[18];
local
443
memset(
mac_str
, 0, sizeof(
mac_str
));
444
snprintf(
mac_str
, sizeof(
mac_str
) - 1, WPAS_DBUS_BSSID_FORMAT,
446
if (!strcmp(bssid,
mac_str
)) {
[
all
...]
Completed in 117 milliseconds