Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2sta.c1024 sizeof(inf->infotype) - sizeof(inf->info.scanresult.scanreason); in prism2sta_inf_scanresults()
1723 le16_to_cpus(&inf->infotype); in prism2sta_ev_info()
1725 switch (inf->infotype) { in prism2sta_ev_info()
1764 "Unknown info type=0x%02x\n", inf->infotype); in prism2sta_ev_info()
H A Dhfa384x.h733 u16 infotype; member
/openbmc/linux/drivers/net/wireless/zydas/
H A Dzd1201.c230 unsigned short infotype, copylen; in zd1201_usbrx() local
231 infotype = le16_to_cpu(*(__le16*)&data[6]); in zd1201_usbrx()
233 if (infotype == ZD1201_INF_LINKSTATUS) { in zd1201_usbrx()
255 if (infotype == ZD1201_INF_ASSOCSTATUS) { in zd1201_usbrx()
279 if (infotype == ZD1201_INF_AUTHREQ) { in zd1201_usbrx()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c5191 num_entries(int infotype, char *bufstart, char *end_of_buf, char **lastentry, in num_entries() argument
5216 if (infotype == SMB_FIND_FILE_POSIX_INFO) in num_entries()