Home
last modified time | relevance | path

Searched refs:DBG_NOTICE (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Ddebug.h167 #define DBG_NOTICE(A, S...) do { \ macro
219 #define DBG_NOTICE(A, S...) macro
Dwl_wext.c216 DBG_NOTICE(DbgInfo, "pointer: %p, length: %d\n", in hermes_set_wep_keys()
237 DBG_NOTICE(DbgInfo, "encoding.length: %d\n", key_len); in hermes_set_wep_keys()
238 DBG_NOTICE(DbgInfo, "set key: %s(%d) [%d]\n", in hermes_set_wep_keys()
251 DBG_NOTICE(DbgInfo, "index: %d; len: %d\n", key_idx, in hermes_set_wep_keys()
285 DBG_NOTICE(DbgInfo, "encrypt: %d, ID: %d\n", lp->EnableEncryption, in hermes_set_wep_keys()
1156 DBG_NOTICE( DbgInfo, "set NetworkName: %s\n", ssid ); in wireless_set_essid()
1400 DBG_NOTICE(DbgInfo, "GIWENCODE: encrypt: %d, ID: %d\n", lp->EnableEncryption, lp->TransmitKeyID); in wireless_get_encode()
Dwl_main.c1261 DBG_NOTICE( DbgInfo, "encrypt: %d, ID: %d\n", lp->EnableEncryption, lp->TransmitKeyID ); in wl_set_wep_keys()
1262DBG_NOTICE( DbgInfo, "set key: %s(%d) [%d]\n", lp->DefaultKeys.key[lp->TransmitKeyID-1].key, lp->D… in wl_set_wep_keys()