Searched refs:hostap_proc (Results 1 – 4 of 4) sorted by relevance
3 hostap_ioctl.o hostap_main.o hostap_proc.o
1083 struct proc_dir_entry *hostap_proc; variable1088 hostap_proc = proc_mkdir("hostap", init_net.proc_net); in hostap_init()1089 if (!hostap_proc) in hostap_init()1093 hostap_proc = NULL; in hostap_init()1101 if (hostap_proc != NULL) { in hostap_exit()1102 hostap_proc = NULL; in hostap_exit()
17 extern struct proc_dir_entry *hostap_proc;
361 if (hostap_proc == NULL) { in hostap_init_proc()367 local->proc = proc_mkdir(local->ddev->name, hostap_proc); in hostap_init_proc()