Searched refs:dwelltime (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/libertas/
H A Dtypes.h40 __le16 dwelltime; member in struct:ieee_ie_fh_param_set
/linux-4.4.14/drivers/net/wireless/
H A Dairo.c1265 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1298 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8076 /* Put character to SWS0 wait for dwelltime
8080 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { flashpchar() argument
8086 if(dwelltime == 0 ) flashpchar()
8087 dwelltime = 200; flashpchar()
8089 waittime=dwelltime; flashpchar()
8107 dwelltime -= 50; flashpchar()
8109 } while (dwelltime >= 0 && echo != byte); flashpchar()
8120 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ flashgchar() argument
8127 if(dwelltime && !(0x8000 & rchar)){ flashgchar()
8128 dwelltime -= 10; flashgchar()
8142 }while(dwelltime > 0); flashgchar()

Completed in 199 milliseconds