Searched refs:an_conf_cache (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/ |
H A D | if_an.c | 205 static char an_conf_cache[256]; variable 281 strcpy(an_conf_cache, "per"); in sysctl_an_cache_mode() 284 strcpy(an_conf_cache, "raw"); in sysctl_an_cache_mode() 287 strcpy(an_conf_cache, "dbm"); in sysctl_an_cache_mode() 291 error = sysctl_handle_string(oidp, an_conf_cache, in sysctl_an_cache_mode() 292 sizeof(an_conf_cache), req); in sysctl_an_cache_mode() 294 if (strncmp(an_conf_cache,"dbm", 3) == 0) { in sysctl_an_cache_mode() 297 if (strncmp(an_conf_cache,"per", 3) == 0) { in sysctl_an_cache_mode() 300 if (strncmp(an_conf_cache,"raw", 3) == 0) { in sysctl_an_cache_mode() 308 CTLTYPE_STRING | CTLFLAG_RW | CTLFLAG_NEEDGIANT, 0, sizeof(an_conf_cache),
|