def _parsesuitesel_(s):
""" :returns: parse suite selector from packed string s """
vs = struct.unpack_from('=4B',s)
return {'oui':_hwaddr_(vs[0:3]).replace(':','-'),'suite-type':vs[-1]}
# RSN capabilities of the RSNE Std Fig 8-188
评论列表
文章目录