Lines Matching refs:sig_id
385 .sig_id = WL3501_SIG_GET_REQ, in wl3501_get_mib_value()
415 .sig_id = WL3501_SIG_PWR_MGMT_REQ, in wl3501_pwr_mgmt()
458 .sig_id = WL3501_SIG_MD_REQ, in wl3501_send_pkt()
542 .sig_id = WL3501_SIG_RESYNC_REQ, in wl3501_mgmt_resync()
563 .sig_id = WL3501_SIG_SCAN_REQ, in wl3501_mgmt_scan()
578 .sig_id = WL3501_SIG_JOIN_REQ, in wl3501_mgmt_join()
596 .sig_id = WL3501_SIG_START_REQ, in wl3501_mgmt_start()
841 .sig_id = WL3501_SIG_AUTH_REQ, in wl3501_mgmt_auth()
854 .sig_id = WL3501_SIG_ASSOC_REQ, in wl3501_mgmt_association()
1033 u8 sig_id; in wl3501_rx_interrupt() local
1042 wl3501_get_from_wla(this, addr + 2, &sig_id, sizeof(sig_id)); in wl3501_rx_interrupt()
1044 switch (sig_id) { in wl3501_rx_interrupt()