Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dioctl.h239 #define PN_LEN 16 macro
248 u8 pn[PN_LEN]; /* packet number */
Dfw.h96 #define WAPI_KEY_LEN (WLAN_KEY_LEN_SMS4 + PN_LEN + 2)
804 u8 pn[PN_LEN];
Dsta_cmd.c716 PN_LEN); in mwifiex_cmd_802_11_key_material_v2()
851 enc_key->pn, PN_LEN); in mwifiex_cmd_802_11_key_material_v1()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h59 PN_LEN = 16, /* Part Number length */ enumerator
261 u8 pn[PN_LEN + 1];
Dt4_hw.c1470 memcpy(p->pn, vpd + pn, min(i, PN_LEN)); in get_vpd_params()