OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpa_driver_ops
(Results
1 - 25
of
74
) sorted by null
1
2
3
/external/wpa_supplicant_8/src/drivers/
drivers.c
19
extern struct
wpa_driver_ops
wpa_driver_wext_ops; /* driver_wext.c */
22
extern struct
wpa_driver_ops
wpa_driver_nl80211_ops; /* driver_nl80211.c */
25
extern struct
wpa_driver_ops
wpa_driver_hostap_ops; /* driver_hostap.c */
28
extern struct
wpa_driver_ops
wpa_driver_madwifi_ops; /* driver_madwifi.c */
31
extern struct
wpa_driver_ops
wpa_driver_broadcom_ops; /* driver_broadcom.c */
34
extern struct
wpa_driver_ops
wpa_driver_bsd_ops; /* driver_bsd.c */
37
extern struct
wpa_driver_ops
wpa_driver_ndis_ops; /* driver_ndis.c */
40
extern struct
wpa_driver_ops
wpa_driver_wired_ops; /* driver_wired.c */
43
extern struct
wpa_driver_ops
wpa_driver_test_ops; /* driver_test.c */
46
extern struct
wpa_driver_ops
wpa_driver_ralink_ops; /* driver_ralink.c *
[
all
...]
driver_none.c
90
const struct
wpa_driver_ops
wpa_driver_none_ops = {
driver_privsep.c
734
struct
wpa_driver_ops
wpa_driver_privsep_ops = {
754
struct
wpa_driver_ops
*wpa_drivers[] =
/external/wpa_supplicant/
drivers.c
19
extern struct
wpa_driver_ops
wpa_driver_wext_ops; /* driver_wext.c */
22
extern struct
wpa_driver_ops
wpa_driver_hostap_ops; /* driver_hostap.c */
25
extern struct
wpa_driver_ops
wpa_driver_prism54_ops; /* driver_prism54.c */
28
extern struct
wpa_driver_ops
wpa_driver_hermes_ops; /* driver_hermes.c */
31
extern struct
wpa_driver_ops
wpa_driver_madwifi_ops; /* driver_madwifi.c */
34
extern struct
wpa_driver_ops
wpa_driver_atmel_ops; /* driver_atmel.c */
38
extern struct
wpa_driver_ops
wpa_driver_ndiswrapper_ops;
41
extern struct
wpa_driver_ops
wpa_driver_broadcom_ops; /* driver_broadcom.c */
44
extern struct
wpa_driver_ops
wpa_driver_ipw_ops; /* driver_ipw.c */
47
extern struct
wpa_driver_ops
wpa_driver_bsd_ops; /* driver_bsd.c *
[
all
...]
main.c
34
extern struct
wpa_driver_ops
*wpa_supplicant_drivers[];
preauth_test.c
39
struct
wpa_driver_ops
*wpa_supplicant_drivers[] = { NULL };
234
static struct
wpa_driver_ops
dummy_driver;
driver.h
72
* Data for struct
wpa_driver_ops
::associate().
233
* struct
wpa_driver_ops
- Driver interface API definition
239
struct
wpa_driver_ops
{
struct
driver_wired.c
271
const struct
wpa_driver_ops
wpa_driver_wired_ops = {
driver_atmel.c
492
const struct
wpa_driver_ops
wpa_driver_atmel_ops = {
driver_ndiswrapper.c
352
const struct
wpa_driver_ops
wpa_driver_ndiswrapper_ops = {
driver_prism54.c
367
const struct
wpa_driver_ops
wpa_driver_prism54_ops = {
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
drivers.c
19
extern struct
wpa_driver_ops
wpa_driver_wext_ops; /* driver_wext.c */
22
extern struct
wpa_driver_ops
wpa_driver_nl80211_ops; /* driver_nl80211.c */
25
extern struct
wpa_driver_ops
wpa_driver_hostap_ops; /* driver_hostap.c */
28
extern struct
wpa_driver_ops
wpa_driver_prism54_ops; /* driver_prism54.c */
31
extern struct
wpa_driver_ops
wpa_driver_hermes_ops; /* driver_hermes.c */
34
extern struct
wpa_driver_ops
wpa_driver_madwifi_ops; /* driver_madwifi.c */
37
extern struct
wpa_driver_ops
wpa_driver_atmel_ops; /* driver_atmel.c */
41
extern struct
wpa_driver_ops
wpa_driver_ndiswrapper_ops;
44
extern struct
wpa_driver_ops
wpa_driver_broadcom_ops; /* driver_broadcom.c */
47
extern struct
wpa_driver_ops
wpa_driver_ipw_ops; /* driver_ipw.c *
[
all
...]
driver_ps3.c
175
const struct
wpa_driver_ops
wpa_driver_ps3_ops = {
driver.h
134
* @drv_name: struct
wpa_driver_ops
::name (note: unlike other strings, this one
147
* Data for struct
wpa_driver_ops
::associate().
322
* struct
wpa_driver_ops
::set_key using alg = WPA_ALG_PMK */
375
* struct
wpa_driver_ops
- Driver interface API definition
381
struct
wpa_driver_ops
{
struct
[
all
...]
driver_wired.c
279
const struct
wpa_driver_ops
wpa_driver_wired_ops = {
driver_osx.m
420
const struct
wpa_driver_ops
wpa_driver_osx_ops = {
driver_atmel.c
489
const struct
wpa_driver_ops
wpa_driver_atmel_ops = {
driver_ndiswrapper.c
350
const struct
wpa_driver_ops
wpa_driver_ndiswrapper_ops = {
driver_prism54.c
364
const struct
wpa_driver_ops
wpa_driver_prism54_ops = {
/external/wpa_supplicant_8/src/ap/
hostapd.h
20
struct
wpa_driver_ops
;
77
const struct
wpa_driver_ops
*driver;
ap_config.h
367
const struct
wpa_driver_ops
*driver;
/external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c
38
struct
wpa_driver_ops
*wpa_supplicant_drivers[] = { NULL };
227
static struct
wpa_driver_ops
dummy_driver;
wpa_supplicant_i.h
30
extern struct
wpa_driver_ops
*wpa_supplicant_drivers[];
320
struct
wpa_driver_ops
*driver;
/external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c
39
struct
wpa_driver_ops
*wpa_drivers[] = { NULL };
228
static struct
wpa_driver_ops
dummy_driver;
main.c
24
extern struct
wpa_driver_ops
*wpa_drivers[];
Completed in 36 milliseconds
1
2
3