Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dwlan_compat.h154 #define wlan_isprint(c) (((c) > (0x19)) && ((c) < (0x7f))) macro
166 if ( wlan_isprint((buf)[i]) ) { \